Changelog 0.0.5.1 #33
Annotations
10 warnings
build:
src/TemplateCQRS.Domain/Models/Role.cs#L14
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
build:
src/TemplateCQRS.Domain/Models/User.cs#L16
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
build:
src/TemplateCQRS.Domain/Dto/User/UserTokenRequest.cs#L5
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TemplateCQRS.Domain/Dto/User/UserTokenRequest.cs#L6
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TemplateCQRS.Domain/Dto/User/UserTokenDto.cs#L7
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TemplateCQRS.Domain/Dto/User/UserTokenDto.cs#L8
Non-nullable property 'UserInfo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TemplateCQRS.Domain/Dto/User/UpdateUserDto.cs#L14
Non-nullable property 'CurrentPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TemplateCQRS.Domain/Dto/User/UpdateUserDto.cs#L15
Non-nullable property 'NewPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TemplateCQRS.Domain/Dto/User/UpdateUserDto.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TemplateCQRS.Domain/Dto/User/UpdateUserDto.cs#L6
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|