Fix issue in building from sln file #67
Annotations
10 warnings
build_tests (6.0.x):
src/Raytha.Domain/ValueObjects/FieldValues/StringFieldValue.cs#L5
Cannot convert null literal to non-nullable reference type.
|
build_tests (6.0.x):
src/Raytha.Domain/ValueObjects/FieldValues/StringFieldValue.cs#L9
Possible null reference assignment.
|
build_tests (6.0.x):
src/Raytha.Domain/Entities/ApiKey.cs#L8
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_tests (6.0.x):
src/Raytha.Domain/ValueObjects/FieldValues/BooleanFieldValue.cs#L13
Possible null reference return.
|
build_tests (6.0.x):
src/Raytha.Domain/ValueObjects/FieldValues/DecimalFieldValue.cs#L13
Possible null reference return.
|
build_tests (6.0.x):
src/Raytha.Domain/ValueObjects/FieldValues/DateTimeFieldValue.cs#L13
Possible null reference return.
|
build_tests (6.0.x):
src/Raytha.Domain/Entities/BackgroundTask.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_tests (6.0.x):
src/Raytha.Domain/Common/EmailMessage.cs#L37
Non-nullable property 'Attachment' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_tests (6.0.x):
src/Raytha.Domain/Common/EmailMessage.cs#L38
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build_tests (6.0.x):
src/Raytha.Domain/ValueObjects/FieldValues/ArrayFieldValue.cs#L7
Cannot convert null literal to non-nullable reference type.
|