priceResultDto createdAt qo'shib qo'yildi #53
Merged
Annotations
10 warnings
|
src/backend/DeLong.Application/Interfaces/IAssetService.cs#L12
Cannot convert null literal to non-nullable reference type.
|
|
src/backend/DeLong.Infrastructure/Repositories/ChangeHistoryRepository.cs#L43
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
src/backend/DeLong.Infrastructure/Repositories/ChangeHistoryRepository.cs#L40
Possible null reference return.
|
|
src/backend/DeLong.Infrastructure/Repositories/ChangeHistoryRepository.cs#L43
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.Infrastructure/IRepository/IChangeHistoryRepository.cs#L10
Cannot convert null literal to non-nullable reference type.
|
|
src/backend/DeLong.Domain/Entities/Employee.cs#L15
Non-nullable property 'Branch' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
src/backend/DeLong.Domain/Entities/Category.cs#L10
Non-nullable property 'Products' 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