fixed cache query #7
Annotations
10 warnings
src/Domain/Common/ValueObject.cs#L26
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
src/Domain/ValueObjects/Colour.cs#L12
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Domain/Common/ValueObject.cs#L16
Possible null reference argument for parameter 'obj' in 'bool ValueObject.Equals(object obj)'.
|
src/Application/Common/Extensions/ExpressionExtensions.cs#L353
Nullability of type of parameter 'node' doesn't match overridden member (possibly because of nullability attributes).
|
src/Application/Common/Specification/Specification.cs#L11
Non-nullable property 'Criteria' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Application/Common/Security/RequestAuthorizeAttribute.cs#L15
Non-nullable property 'Roles' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Application/Common/Security/RequestAuthorizeAttribute.cs#L15
Non-nullable property 'Policy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Application/Common/Models/MailRequest.cs#L8
Non-nullable property 'To' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Application/Common/Models/MailRequest.cs#L9
Non-nullable property 'Subject' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Application/Common/Models/MailRequest.cs#L10
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading