Skip to content

Update Constants.cs #32

Update Constants.cs

Update Constants.cs #32

Triggered via push August 28, 2023 13:14
Status Success
Total duration 48s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.