moved dockerfile to root #12
build
1m 2s
deploy
0s
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build:
InventoryManagementSystem/Models/Supplier.cs#L13
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
InventoryManagementSystem/Models/Supplier.cs#L13
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
InventoryManagementSystem/Models/Supplier.cs#L13
Non-nullable property 'Phone' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
InventoryManagementSystem/Models/Product.cs#L15
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
InventoryManagementSystem/Models/Product.cs#L18
Non-nullable property 'CategoryName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
InventoryManagementSystem/Models/Product.cs#L22
Non-nullable property 'Supplier' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
InventoryManagementSystem/Models/Product.cs#L25
Non-nullable property 'SupplierName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
InventoryManagementSystem/Dtos/ProductDto.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
InventoryManagementSystem/Dtos/ProductDto.cs#L9
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
InventoryManagementSystem/Controllers/ProductController.cs#L36
Possible null reference assignment.
|