Update Constants.cs #32
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/CreateUserDto.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/CreateUserDto.cs#L6
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TemplateCQRS.Domain/Dto/User/CreateUserDto.cs#L7
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/CreateUserDto.cs#L8
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/CreateUserDto.cs#L9
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TemplateCQRS.Domain/Dto/Role/InfoRoleClaimDto.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/Role/InfoRoleClaimDto.cs#L6
Non-nullable property 'Claims' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TemplateCQRS.Domain/Dto/Role/CreateRoleDto.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|