feat: 重构油价刷新逻辑,新增 GasolinePriceRefresher 服务并更新相关调用 #93
Annotations
10 warnings
|
src/DFApp.Application.Contracts/Configuration/ConfigurationInfoDto.cs#L12
Non-nullable property 'ConfigurationValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/DFApp.Application.Contracts/Configuration/ConfigurationInfoDto.cs#L11
Non-nullable property 'ConfigurationName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/DFApp.Application.Contracts/Configuration/ConfigurationInfoDto.cs#L10
Non-nullable property 'ModuleName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/DFApp.Application.Contracts/Configuration/CreateUpdateConfigurationInfoDto.cs#L11
Non-nullable property 'ConfigurationValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/DFApp.Application.Contracts/Configuration/CreateUpdateConfigurationInfoDto.cs#L10
Non-nullable property 'ConfigurationName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/DFApp.Application.Contracts/Bookkeeping/Expenditure/Lookup/BookkeepingCategoryLookupDto.cs#L10
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/DFApp.Application.Contracts/Aria2/Response/TellStatus/UrisItemDto.cs#L16
Non-nullable property 'Uri' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/DFApp.Application.Contracts/Aria2/Response/TellStatus/UrisItemDto.cs#L13
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/DFApp.Application.Contracts/Aria2/ResponseBaseDto.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/DFApp.Domain.Shared/Helper/AppsettingsHelper.cs#L30
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading