Feature/sms database indexes #445
Merged
Annotations
20 warnings
Build project:
BedBrigade.Common/Models/BedRequest.cs#L28
Nullability of reference types in return type of 'string? BedRequest.Email.get' doesn't match implicitly implemented member 'string IEmail.Email.get' (possibly because of nullability attributes).
|
Build project:
BedBrigade.Common/Models/ContactFieldValidation.cs#L9
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Build project:
BedBrigade.Common/Models/VolunteerFor.cs#L13
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 project:
BedBrigade.Common/EnumModels/EnumNameValue.cs#L5
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project:
BedBrigade.Common/EnumModels/EnumNameValue.cs#L6
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 project:
BedBrigade.Common/Models/UserRegister.cs#L7
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 project:
BedBrigade.Common/Models/UserPersist.cs#L11
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 project:
BedBrigade.Common/Models/Translation.cs#L17
Non-nullable property 'Hash' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project:
BedBrigade.Common/Models/SmsQueue.cs#L15
Non-nullable property 'FromPhoneNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project:
BedBrigade.Common/Models/SmsQueue.cs#L18
Non-nullable property 'ToPhoneNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run tests:
BedBrigade.Common/Models/BedRequest.cs#L28
Nullability of reference types in return type of 'string? BedRequest.Email.get' doesn't match implicitly implemented member 'string IEmail.Email.get' (possibly because of nullability attributes).
|
Run tests:
BedBrigade.Common/Models/ContactFieldValidation.cs#L9
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Run tests:
BedBrigade.Common/Models/VolunteerFor.cs#L13
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run tests:
BedBrigade.Common/EnumModels/EnumNameValue.cs#L5
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run tests:
BedBrigade.Common/EnumModels/EnumNameValue.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run tests:
BedBrigade.Common/Models/UserRegister.cs#L7
Non-nullable property 'user' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run tests:
BedBrigade.Common/Models/UserPersist.cs#L11
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run tests:
BedBrigade.Common/Models/Translation.cs#L17
Non-nullable property 'Hash' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run tests:
BedBrigade.Common/Logic/Validation.cs#L41
Possible null reference return.
|
Run tests:
BedBrigade.Common/Models/SmsQueue.cs#L15
Non-nullable property 'FromPhoneNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading