merged dev into sidney #581
Annotations
1 error and 21 warnings
Start testing
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build API:
CargoHub/Models/APIKey.cs#L9
'APIKey.Id' hides inherited member 'BaseModel.Id'. Use the new keyword if hiding was intended.
|
Build API:
CargoHub/Controllers/WarehousesController.cs#L10
Parameter 'BaseStorageService<Warehouse> storage' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
Build API:
CargoHub/Controllers/WarehousesController.cs#L10
Parameter 'ErrorHandler error' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
Build API:
CargoHub/Models/Shipment.cs#L63
Non-nullable property 'Reference' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build API:
CargoHub/Models/Shipment.cs#L64
Non-nullable property 'OrderStatus' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build API:
CargoHub/Models/Shipment.cs#L65
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build API:
CargoHub/Models/Shipment.cs#L41
Non-nullable property 'ShipmentType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build API:
CargoHub/Models/Shipment.cs#L42
Non-nullable property 'ShipmentStatus' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build API:
CargoHub/Models/Shipment.cs#L43
Non-nullable property 'Notes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build API:
CargoHub/Models/Shipment.cs#L44
Non-nullable property 'CarrierCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Start testing:
UnitTest/Test_APIKey.cs#L74
Converting null literal or possible null value to non-nullable type.
|
Start testing:
UnitTest/Test_APIKey.cs#L107
Converting null literal or possible null value to non-nullable type.
|
Start testing:
UnitTest/Test_APIKey.cs#L127
Converting null literal or possible null value to non-nullable type.
|
Start testing:
UnitTest/Test_APIKey.cs#L19
Non-nullable field '_dbContext' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Start testing:
UnitTest/Test_APIKey.cs#L20
Non-nullable field 'APIKeyController' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Start testing:
UnitTest/Test_APIKey.cs#L21
Non-nullable field 'APIKeyService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Start testing:
UnitTest/SupplierServiceTests.cs#L140
Dereference of a possibly null reference.
|
Start testing:
UnitTest/SupplierServiceTests.cs#L14
Non-nullable field '_context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Start testing:
UnitTest/SupplierServiceTests.cs#L15
Non-nullable field '_service' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Start testing:
UnitTest/TransferServiceTests.cs#L90
Dereference of a possibly null reference.
|
Loading