Skip to content

feat: Update country data to ISO 3166-1 and ISO 4217 standards #49

feat: Update country data to ISO 3166-1 and ISO 4217 standards

feat: Update country data to ISO 3166-1 and ISO 4217 standards #49

Triggered via push January 22, 2026 07:22
Status Failure
Total duration 7m 22s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: test/CountryData.UnitTests/CountryExtensionsTests.cs#L75
Unboxing a possibly null value.
build: test/CountryData.UnitTests/CountryExtensionsTests.cs#L75
Dereference of a possibly null reference.
build: sample/CountryData.Sample.Web.API/Controllers/CountryController.cs#L107
XML comment is not placed on a valid language element
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#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#L61
XML comment has badly formed XML -- 'Expected an end tag for element 'returns'.'
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.MAUI/CountryData.Sample.MAUI/MainPage.xaml.cs#L7
The field 'MainPage.count' is assigned but its value is never used