Skip to content

Add GetCountryCode method and enhance API and docs #39

Add GetCountryCode method and enhance API and docs

Add GetCountryCode method and enhance API and docs #39

Triggered via push September 13, 2024 17:54
Status Success
Total duration 6m 59s
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#L118
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#L123
Parameter 'countryCode' has no matching param tag in the XML comment for 'CountryController.GetPhoneCodeByCountryShortCode(string)' (but other parameters do)
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.
build: test/CountryData.UnitTests/CountryExtensionsTests.cs#L93
Dereference of a possibly null reference.
build: test/CountryData.UnitTests/CountryHelperTests.cs#L155
Dereference of a possibly null reference.