RESTCountries.NET icon indicating copy to clipboard operation
RESTCountries.NET copied to clipboard

⚡Offline dotnet standard library to get information about countries

Results 5 RESTCountries.NET issues
Sort by recently updated
recently updated
newest added

This pull request introduces significant enhancements to the RESTCountries.NET.Services library, specifically aimed at expanding our geographical data offerings to include detailed state and city information. This extension is designed to...

To update the dataset, create a new file named "states.json" and save it in the `/src/RESTCountries.NET/Services` directory. The JSON structure of the file should be as follows: ``` [ {...

enhancement
help wanted
feature

When including this package in a project marked for AOT there are issues with the JSON deserialiser, which currently uses (inefficient) reflection. ``` InvalidOperationException: Reflection-based serialization has been disabled for...

enhancement
good first issue

Related to #23

enhancement
help wanted
feature

Bumps System.Text.Json from 7.0.0 to 8.0.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Text.Json&package-manager=nuget&previous-version=7.0.0&new-version=8.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies