Skip to content

Delete .github/workflows/Develop.yml #6

Delete .github/workflows/Develop.yml

Delete .github/workflows/Develop.yml #6

Triggered via pull request August 10, 2024 16:10
Status Success
Total duration 30s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: DataAcessLayer/Entity/Category.cs#L13
Non-nullable property 'CategoryName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DataAcessLayer/Entity/Category.cs#L15
Non-nullable property 'Products' 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/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/DTO/AllCategoriesDTO.cs#L12
Non-nullable property 'categoryName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DataAcessLayer/DTO/AllCategoriesDTO.cs#L14
Non-nullable property 'CatProduct' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.