Skip to content

Add country flag to Home.razor and enhance CountryService #42

Add country flag to Home.razor and enhance CountryService

Add country flag to Home.razor and enhance CountryService #42

Triggered via push October 4, 2024 12:22
Status Success
Total duration 5m 56s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: sample/CountryData.Sample.MAUI/CountryData.Sample.MAUI/MainPage.xaml.cs#L7
The field 'MainPage.count' is assigned but its value is never used
build: sample/CountryData.Sample.Web.API/Controllers/CountryController.cs#L61
XML comment has badly formed XML -- 'Expected an end tag for element 'returns'.'
build: sample/CountryData.Sample.Web.API/Controllers/CountryController.cs#L99
XML comment has a param tag for 'shortCode', but there is no parameter by that name
build: sample/CountryData.Sample.Web.API/Controllers/CountryController.cs#L104
Parameter 'countryCode' has no matching param tag in the XML comment for 'CountryController.GetCountryEmojiFlag(string)' (but other parameters do)
build: sample/CountryData.Sample.Web.API/Controllers/CountryController.cs#L119
XML comment has a param tag for 'shortCode', but there is no parameter by that name
build: sample/CountryData.Sample.Web.API/Controllers/CountryController.cs#L124
Parameter 'countryCode' has no matching param tag in the XML comment for 'CountryController.GetPhoneCodeByCountryShortCode(string)' (but other parameters do)
build: sample/CountryData.Sample.Blazor/Components/Services/CountryService.cs#L75
Nullability of reference types in value of type 'Task<Country?>' doesn't match target type 'Task<Country>'.
build: test/CountryData.UnitTests/CountryExtensionsTests.cs#L75
Dereference of a possibly null reference.