Feature/new add edit volunteer #32
Annotations
21 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
BedBrigade.Common/Models/BedRequest.cs#L31
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/AddPageModel.cs#L7
Non-nullable property 'Locations' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
BedBrigade.Common/Models/AddPageModel.cs#L12
Non-nullable property 'PageName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
BedBrigade.Common/Models/AddPageModel.cs#L15
Non-nullable property 'PageTitle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
BedBrigade.Common/Models/BulkEmailModel.cs#L12
Non-nullable property 'EmailRecipientOptions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
BedBrigade.Common/Models/VolunteerEvent.cs#L22
Non-nullable property 'Volunteer' 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#L31
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/Models/VolunteerEvent.cs#L22
Non-nullable property 'Volunteer' 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/AddPageModel.cs#L7
Non-nullable property 'Locations' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
BedBrigade.Common/Models/AddPageModel.cs#L12
Non-nullable property 'PageName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
BedBrigade.Common/Models/AddPageModel.cs#L15
Non-nullable property 'PageTitle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
BedBrigade.Common/Logic/Validation.cs#L41
Possible null reference return.
|