Skip to content

Merge branch 'master' of https://github.com/wencesbc/mews-developers #5

Merge branch 'master' of https://github.com/wencesbc/mews-developers

Merge branch 'master' of https://github.com/wencesbc/mews-developers #5

Triggered via push January 27, 2025 09:06
Status Success
Total duration 1m 33s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
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/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/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#L83
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/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/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/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#L83
Possible null reference argument for parameter 'source' in 'IEnumerable<CurrencyIsoData> Enumerable.Where<CurrencyIsoData>(IEnumerable<CurrencyIsoData> source, Func<CurrencyIsoData, bool> predicate)'.