Add country flag to Home.razor and enhance CountryService #43
Annotations
12 warnings
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/
|
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#L62
Possible null reference return.
|
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:
sample/CountryData.Sample.Blazor/Components/Services/CountryService.cs#L88
Possible null reference return.
|
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.
|
Loading