Tutorial: Add Stock Entity and Features for Inventory Management #229
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
src/CleanAspire.Domain/Entities/AuditTrail.cs#L13
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/CleanAspire.Application/Common/Models/PaginatedResult.cs#L5
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:
src/CleanAspire.Application/Features/Products/Validators/UpdateProductCommandValidator.cs#L31
Nullability of reference types in type of parameter 'currency' of 'bool UpdateProductCommandValidator.BeAValidCurrency(string currency)' doesn't match the target delegate 'Func<string?, bool>' (possibly because of nullability attributes).
|
Build:
src/CleanAspire.Application/Features/Products/Commands/ImportProductsCommand.cs#L34
Nullable value type may be null.
|
Build:
src/CleanAspire.Application/Features/Products/Validators/CreateProductCommandValidator.cs#L29
Nullability of reference types in type of parameter 'currency' of 'bool CreateProductCommandValidator.BeAValidCurrency(string currency)' doesn't match the target delegate 'Func<string?, bool>' (possibly because of nullability attributes).
|
Build:
src/CleanAspire.Application/Features/Products/Queries/ProductsWithPaginationQuery.cs#L23
Dereference of a possibly null reference.
|
Build:
src/CleanAspire.Application/Features/Products/Commands/CreateProductCommand.cs#L34
Nullable value type may be null.
|
Build:
src/CleanAspire.Application/Features/Stocks/Queryies/StocksWithPaginationQuery.cs#L33
Dereference of a possibly null reference.
|
Build:
src/CleanAspire.Application/Features/Stocks/Queryies/StocksWithPaginationQuery.cs#L42
Nullable value type may be null.
|
Build:
src/CleanAspire.Application/Features/Stocks/Queryies/StocksWithPaginationQuery.cs#L45
Possible null reference assignment.
|
Loading