added description in product #4
build
1m 31s
deploy
0s
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
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/Models/Product.cs#L13
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#L14
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#L18
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#L19
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/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/Controllers/ProductController.cs#L37
Possible null reference assignment.
|