added new migration #48
Merged
Annotations
10 warnings
|
src/backend/DeLong.Application/Services/CategoryService.cs#L76
Cannot convert null literal to non-nullable reference type.
|
|
src/backend/DeLong.Application/Interfaces/IProductService.cs#L12
Cannot convert null literal to non-nullable reference type.
|
|
src/backend/DeLong.Application/Interfaces/IPriceServer.cs#L12
Cannot convert null literal to non-nullable reference type.
|
|
src/backend/DeLong.Application/Services/AssetService.cs#L69
Cannot convert null literal to non-nullable reference type.
|
|
src/backend/DeLong.Application/Interfaces/IAssetService.cs#L12
Cannot convert null literal to non-nullable reference type.
|
|
src/backend/DeLong.Infrastructure/IRepository/IRepository.cs#L14
Cannot convert null literal to non-nullable reference type.
|
|
src/backend/DeLong.Infrastructure/IRepository/IRepository.cs#L14
Cannot convert null literal to non-nullable reference type.
|
|
src/backend/DeLong.Infrastructure/IRepository/IRepository.cs#L13
Cannot convert null literal to non-nullable reference type.
|
|
src/backend/DeLong.Domain/Entities/Category.cs#L9
Non-nullable property 'Products' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
src/backend/DeLong.Domain/Entities/Warehouse.cs#L10
Non-nullable property 'CashRegisters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading