Merge pull request #73 from Adel-Atzouza/development #659
Annotations
20 warnings
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/Models/Warehouse.cs#L66
'Warehouse.CreatedAt' hides inherited member 'BaseModel.CreatedAt'. 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/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 API:
CargoHub/Controllers/TransfersController.cs#L29
Dereference of a possibly null reference.
|
Build API:
CargoHub/Controllers/TransfersController.cs#L29
Dereference of a possibly null reference.
|
Build API:
CargoHub/Services/ShipmentService.cs#L22
Argument of type 'IIncludableQueryable<Shipment, List<Order>?>' cannot be used for parameter 'source' of type 'IIncludableQueryable<Shipment, IEnumerable<Order>>' in 'IIncludableQueryable<Shipment, List<OrderItem>?> EntityFrameworkQueryableExtensions.ThenInclude<Shipment, Order, List<OrderItem>?>(IIncludableQueryable<Shipment, IEnumerable<Order>> source, Expression<Func<Order, List<OrderItem>?>> navigationPropertyPath)' due to differences in the nullability of reference types.
|
Build API:
CargoHub/Services/ShipmentService.cs#L22
Argument of type 'IIncludableQueryable<Shipment, List<OrderItem>?>' cannot be used for parameter 'source' of type 'IIncludableQueryable<Shipment, IEnumerable<OrderItem>>' in 'IIncludableQueryable<Shipment, Item?> EntityFrameworkQueryableExtensions.ThenInclude<Shipment, OrderItem, Item?>(IIncludableQueryable<Shipment, IEnumerable<OrderItem>> source, Expression<Func<OrderItem, Item?>> navigationPropertyPath)' due to differences in the nullability of reference types.
|
Build API:
CargoHub/Services/ShipmentService.cs#L32
Possible null reference assignment.
|
Start testing:
UnitTest/ItemGroupServiceTest.cs#L29
Possible null reference argument for parameter 'row' in 'Task<int?> BaseStorageService<ItemGroup>.AddRow(ItemGroup row)'.
|
Start testing:
UnitTest/ItemLinesServiceTest.cs#L29
Possible null reference argument for parameter 'row' in 'Task<int?> BaseStorageService<ItemLine>.AddRow(ItemLine row)'.
|
Start testing:
UnitTest/TransferServiceTests.cs#L90
Dereference of a possibly null reference.
|
Start testing:
UnitTest/BaseItemStorageTests.cs#L36
Dereference of a possibly null reference.
|
Start testing:
UnitTest/BaseItemStorageTests.cs#L57
Converting null literal or possible null value to non-nullable type.
|
Start testing:
UnitTest/ItemGroupServiceTest.cs#L11
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/ItemGroupServiceTest.cs#L12
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/Test_APIKey.cs#L74
Converting null literal or possible null value to non-nullable type.
|
Start testing:
UnitTest/ItemLinesServiceTest.cs#L11
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/ItemLinesServiceTest.cs#L12
Non-nullable field '_service' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading