Skip to content

fixed GET for product #3

fixed GET for product

fixed GET for product #3

Triggered via push September 9, 2024 08:55
Status Failure
Total duration 1m 58s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: InventoryManagementSystem/Models/Product.cs#L12
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#L13
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/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/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.
build: InventoryManagementSystem/Controllers/ProductController.cs#L60
Possible null reference assignment.