Add database indexes plus some cleanup #441
Merged
Annotations
21 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/SignUp.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/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/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/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/Logic/Validation.cs#L41
Possible null reference return.
|
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/Logic/Validation.cs#L51
Possible null reference return.
|
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/Models/SignUp.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/Logic/UrlUtil.cs#L93
Possible null reference argument for parameter 'expression' in 'string StringUtil.IsNull(string expression, string replacement)'.
|
Loading