Skip to content

Create Main.yml

Create Main.yml #1

Triggered via push August 10, 2024 16:13
Status Success
Total duration 34s
Artifacts

Main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: DataAcessLayer/DBContext/EcDbContext.cs#L8
Non-nullable property 'Users' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DataAcessLayer/DBContext/EcDbContext.cs#L8
Non-nullable property 'Roles' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DataAcessLayer/DBContext/EcDbContext.cs#L8
Non-nullable property 'Categories' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DataAcessLayer/DBContext/EcDbContext.cs#L8
Non-nullable property 'Products' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DataAcessLayer/DBContext/EcDbContext.cs#L8
Non-nullable property 'OrderDetails' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DataAcessLayer/DBContext/EcDbContext.cs#L8
Non-nullable property 'OrderTable' 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.