Build and test validation for repo #36
Annotations
30 warnings
|
build-test-validation-macOS-latest:
Services/HistoryService.cs#L21
Cannot convert null literal to non-nullable reference type.
|
|
build-test-validation-macOS-latest:
Services/IHistoryService.cs#L7
Cannot convert null literal to non-nullable reference type.
|
|
build-test-validation-macOS-latest:
Services/HistoryService.cs#L101
Possible null reference return.
|
|
build-test-validation-macOS-latest:
Services/HistoryService.cs#L121
Converting null literal or possible null value to non-nullable type.
|
|
build-test-validation-macOS-latest:
Services/HistoryService.cs#L129
Possible null reference assignment.
|
|
build-test-validation-macOS-latest:
Services/EmailService.cs#L41
Non-nullable property 'FromEmail' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-test-validation-macOS-latest:
Services/EmailService.cs#L42
Non-nullable property 'FromName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-test-validation-macOS-latest:
Services/EmailService.cs#L43
Non-nullable property 'SmtpServer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-test-validation-macOS-latest:
Services/EmailService.cs#L45
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-test-validation-macOS-latest:
Services/EmailService.cs#L46
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-test-validation-ubuntu-latest:
Services/IHistoryService.cs#L7
Cannot convert null literal to non-nullable reference type.
|
|
build-test-validation-ubuntu-latest:
Services/HistoryService.cs#L21
Cannot convert null literal to non-nullable reference type.
|
|
build-test-validation-ubuntu-latest:
Services/HistoryService.cs#L101
Possible null reference return.
|
|
build-test-validation-ubuntu-latest:
Services/HistoryService.cs#L121
Converting null literal or possible null value to non-nullable type.
|
|
build-test-validation-ubuntu-latest:
Services/HistoryService.cs#L129
Possible null reference assignment.
|
|
build-test-validation-ubuntu-latest:
Controllers/AuthController.cs#L149
Cannot convert null literal to non-nullable reference type.
|
|
build-test-validation-ubuntu-latest:
Services/EmailService.cs#L41
Non-nullable property 'FromEmail' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-test-validation-ubuntu-latest:
Services/EmailService.cs#L42
Non-nullable property 'FromName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-test-validation-ubuntu-latest:
Services/EmailService.cs#L43
Non-nullable property 'SmtpServer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-test-validation-ubuntu-latest:
Services/EmailService.cs#L45
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-test-validation-windows-latest:
Services/HistoryService.cs#L21
Cannot convert null literal to non-nullable reference type.
|
|
build-test-validation-windows-latest:
Services/IHistoryService.cs#L7
Cannot convert null literal to non-nullable reference type.
|
|
build-test-validation-windows-latest:
Models/UserHistory.cs#L15
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-test-validation-windows-latest:
Models/User.cs#L24
Non-nullable property 'ResetToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-test-validation-windows-latest:
Services/HistoryService.cs#L101
Possible null reference return.
|
|
build-test-validation-windows-latest:
Services/HistoryService.cs#L121
Converting null literal or possible null value to non-nullable type.
|
|
build-test-validation-windows-latest:
Services/HistoryService.cs#L129
Possible null reference assignment.
|
|
build-test-validation-windows-latest:
Models/ResetPasswordDTOs.cs#L21
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-test-validation-windows-latest:
Models/ResetPasswordDTOs.cs#L25
Non-nullable property 'NewPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-test-validation-windows-latest:
Models/ResetPasswordDTOs.cs#L29
Non-nullable property 'ConfirmPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|