Skip to content

Merge branch 'development' into mark #648

Merge branch 'development' into mark

Merge branch 'development' into mark #648

Triggered via push January 21, 2025 16:56
Status Failure
Total duration 1m 32s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 43 warnings
integration-tests
Process completed with exit code 2.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: CargoHub/Models/APIKey.cs#L9
'APIKey.Id' hides inherited member 'BaseModel.Id'. Use the new keyword if hiding was intended.
build: CargoHub/Models/Warehouse.cs#L66
'Warehouse.CreatedAt' hides inherited member 'BaseModel.CreatedAt'. Use the new keyword if hiding was intended.
build: 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: 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: CargoHub/Models/Transfer.cs#L40
Non-nullable property 'ItemId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: CargoHub/Controllers/TransfersController.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: 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: 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: 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: 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.
unit-tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
unit-tests: CargoHub/Models/APIKey.cs#L9
'APIKey.Id' hides inherited member 'BaseModel.Id'. Use the new keyword if hiding was intended.
unit-tests: CargoHub/Models/Warehouse.cs#L66
'Warehouse.CreatedAt' hides inherited member 'BaseModel.CreatedAt'. Use the new keyword if hiding was intended.
unit-tests: 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.
unit-tests: 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.
unit-tests: CargoHub/Models/Transfer.cs#L40
Non-nullable property 'ItemId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
unit-tests: CargoHub/Controllers/TransfersController.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.
unit-tests: 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.
unit-tests: 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.
unit-tests: 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.
unit-tests: 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.
unit-tests: UnitTest/TestHelper.cs#L44
Cannot convert null literal to non-nullable reference type.
unit-tests: UnitTest/TestHelper.cs#L45
Cannot convert null literal to non-nullable reference type.
unit-tests: UnitTest/TestHelper.cs#L49
Cannot convert null literal to non-nullable reference type.
unit-tests: UnitTest/TestHelper.cs#L69
Cannot convert null literal to non-nullable reference type.
unit-tests: UnitTest/TestHelper.cs#L70
Cannot convert null literal to non-nullable reference type.
unit-tests: UnitTest/TestHelper.cs#L74
Cannot convert null literal to non-nullable reference type.
unit-tests: UnitTest/TestHelper.cs#L80
Cannot convert null literal to non-nullable reference type.
unit-tests: UnitTest/ItemLinesServiceTest.cs#L29
Possible null reference argument for parameter 'row' in 'Task<int?> BaseStorageService<ItemLine>.AddRow(ItemLine row)'.
unit-tests: UnitTest/ItemGroupServiceTest.cs#L29
Possible null reference argument for parameter 'row' in 'Task<int?> BaseStorageService<ItemGroup>.AddRow(ItemGroup row)'.
unit-tests: UnitTest/Test_APIKey.cs#L74
Converting null literal or possible null value to non-nullable type.
integration-tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
integration-tests: CargoHub/Models/APIKey.cs#L9
'APIKey.Id' hides inherited member 'BaseModel.Id'. Use the new keyword if hiding was intended.
integration-tests: CargoHub/Models/Warehouse.cs#L66
'Warehouse.CreatedAt' hides inherited member 'BaseModel.CreatedAt'. Use the new keyword if hiding was intended.
integration-tests: 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.
integration-tests: 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.
integration-tests: CargoHub/Controllers/TransfersController.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.
integration-tests: CargoHub/Controllers/TransfersController.cs#L29
Dereference of a possibly null reference.
integration-tests: CargoHub/Controllers/TransfersController.cs#L29
Dereference of a possibly null reference.
integration-tests: CargoHub/Models/Transfer.cs#L40
Non-nullable property 'ItemId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
integration-tests: 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.
integration-tests: 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.