Skip to content

Merge pull request #7 from rdt29/Develop #5

Merge pull request #7 from rdt29/Develop

Merge pull request #7 from rdt29/Develop #5

Triggered via push August 10, 2024 16:09
Status Success
Total duration 43s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: DataAcessLayer/DTO/UserRoleDTO.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DataAcessLayer/Entity/User.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DataAcessLayer/Entity/User.cs#L16
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DataAcessLayer/Entity/User.cs#L20
Non-nullable property 'products' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DataAcessLayer/Entity/User.cs#L21
Non-nullable property 'OrdersTables' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DataAcessLayer/Entity/User.cs#L27
Non-nullable property 'Roles' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DataAcessLayer/Entity/Roles.cs#L12
Non-nullable property 'RoleName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DataAcessLayer/Entity/Roles.cs#L14
Non-nullable property 'users' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DataAcessLayer/DTO/UserResponseDTO.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DataAcessLayer/DTO/UserResponseDTO.cs#L13
Non-nullable property 'RoleName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.