Add GetCountryCode method and enhance API and docs #39
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#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.
|
Loading