Merge pull request #443 from GregFinzer/feature/twilio #170
Annotations
1 error and 21 warnings
build
Process completed with exit code 1.
|
build:
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:
BedBrigade.Common/Models/ContactFieldValidation.cs#L9
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
build:
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:
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:
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:
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:
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:
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:
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:
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.
|
build:
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:
BedBrigade.Common/Models/ContactFieldValidation.cs#L9
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
build:
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:
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:
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:
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:
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:
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:
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:
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.
|
build
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|