Update dotnet-desktop.yml #3
Annotations
1 error and 10 warnings
build (Release)
Process completed with exit code 1.
|
build (Release):
jobs/Backend/Task/src/Options/CurrencyOptions.cs#L8
Non-nullable property 'IsoCodesFilePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (Release):
jobs/Backend/Task/src/Models/CurrencyIsoData.cs#L9
Non-nullable property 'Entity' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (Release):
jobs/Backend/Task/src/Models/CurrencyIsoData.cs#L12
Non-nullable property 'Currency' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (Release):
jobs/Backend/Task/src/Models/CurrencyIsoData.cs#L15
Non-nullable property 'AlphabeticCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (Release):
jobs/Backend/Task/src/Models/CurrencyIsoData.cs#L18
Non-nullable property 'NumericCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (Release):
jobs/Backend/Task/src/Models/CurrencyIsoData.cs#L21
Non-nullable property 'MinorUnit' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (Release):
jobs/Backend/Task/src/Models/CurrencyIsoData.cs#L24
Non-nullable property 'WithdrawalDate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (Release):
jobs/Backend/Task/src/Services/ExchangeRateProvider.cs#L36
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.
|
build (Release):
jobs/Backend/Task/src/Services/CurrencyIsoService.cs#L57
Possible null reference argument for parameter 'source' in 'IEnumerable<CurrencyIsoData> Enumerable.Where<CurrencyIsoData>(IEnumerable<CurrencyIsoData> source, Func<CurrencyIsoData, bool> predicate)'.
|
build (Release):
jobs/Backend/Task/src/Services/CNB/CNBHttpDataProvider.cs#L150
Possible null reference return.
|