RESTCountries.NET
RESTCountries.NET copied to clipboard
⚡Offline dotnet standard library to get information about countries
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: ``` [ {...
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...
Bumps System.Text.Json from 7.0.0 to 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...