Merge pull request #19 from neozhu/neozhu-patch-5 #6
Annotations
10 warnings
build:
src/Domain/Common/ValueObject.cs#L26
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build:
src/Domain/Common/ValueObject.cs#L16
Possible null reference argument for parameter 'obj' in 'bool ValueObject.Equals(object obj)'.
|
build:
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.
|
build:
src/Application/Common/Extensions/ExpressionExtensions.cs#L353
Nullability of type of parameter 'node' doesn't match overridden member (possibly because of nullability attributes).
|
build:
src/Application/Common/Interfaces/Identity/DTOs/TokenResponse.cs#L8
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Application/Common/Interfaces/Identity/DTOs/TokenResponse.cs#L9
Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Application/Common/Interfaces/Identity/DTOs/TokenResponse.cs#L10
Non-nullable property 'ProfilePictureDataUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Application/Common/Interfaces/Identity/DTOs/TokenRequest.cs#L8
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Application/Common/Interfaces/Identity/DTOs/TokenRequest.cs#L9
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Application/Common/Interfaces/Identity/DTOs/RefreshTokenRequest.cs#L8
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|