Update develop_bedbrigadedev.yml #18
Annotations
21 warnings
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 project:
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 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/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 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/RenamePageModel.cs#L8
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 project:
BedBrigade.Common/Models/RenamePageModel.cs#L11
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 project:
BedBrigade.Common/Models/EmailQueue.cs#L47
Non-nullable property 'Status' 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#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).
|
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/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.
|
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/RenamePageModel.cs#L8
Non-nullable property 'PageTitle' 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/RenamePageModel.cs#L11
Non-nullable property 'PageName' 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/EmailQueue.cs#L47
Non-nullable property 'Status' 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/ContactFieldValidation.cs#L14
Dereference of a possibly null reference.
|
Run tests:
BedBrigade.Common/Models/ContactFieldValidation.cs#L16
Dereference of a possibly null reference.
|
Loading