Skip to content

Update README and improve Home.razor UI and documentation #44

Update README and improve Home.razor UI and documentation

Update README and improve Home.razor UI and documentation #44

Triggered via push October 10, 2024 23:03
Status Success
Total duration 8m 1s
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#L115
Parameter 'countryCode' has no matching param tag in the XML comment for 'CountryController.GetPhoneCodeByCountryShortCode(string)' (but other parameters do)
build: sample/CountryData.Sample.Web.API/Controllers/CountryController.cs#L107
XML comment is not placed on a valid language element
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.
build: test/CountryData.UnitTests/CountryExtensionsTests.cs#L75
Unboxing a possibly null value.