Optimize Offline Mode for Create, Update, and Delete Operations #154
Annotations
11 warnings
build
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/Features/Products/Validators/UpdateProductCommandValidator.cs#L36
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/Validators/CreateProductCommandValidator.cs#L34
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/Migrators/Migrators.SQLite/Migrations/20241201065952_product.cs#L8
The type name 'product' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
src/Migrators/Migrators.SQLite/Migrations/20241201065952_product.Designer.cs#L15
The type name 'product' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
src/Migrators/Migrators.SQLite/Migrations/20241124024010_tenant.cs#L8
The type name 'tenant' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
src/Migrators/Migrators.SQLite/Migrations/20241124024010_tenant.Designer.cs#L15
The type name 'tenant' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
src/CleanAspire.ClientApp/Services/JsInterop/IndexedDbCache.cs#L21
Cannot convert null literal to non-nullable reference type.
|