-
Notifications
You must be signed in to change notification settings - Fork 154
Comparing changes
Open a pull request
base repository: chadly/Geocoding.net
base: master
head repository: exceptionless/Geocoding.net
compare: main
- 10 commits
- 152 files changed
- 1 contributor
Commits on Mar 20, 2026
-
Update AGENTS.md for Geocoding.net
Replace Exceptionless-specific content with accurate Geocoding.net project details including repository overview, project structure, coding standards, testing guidance, and available skills/agents.
Configuration menu - View commit details
-
Copy full SHA for c9e8778 - Browse repository at this point
Copy the full SHA c9e8778View commit details -
Add Geocoding.slnx and Directory.Build.props, xunit v3
- Add modern XML solution file (Geocoding.slnx) - Add Directory.Build.props with shared package metadata Fix CI package feed org references - GitHub Packages: chadly → exceptionless - Feedz: foundatio/foundatio → exceptionless/geocoding
Configuration menu - View commit details
-
Copy full SHA for 8f1dc99 - Browse repository at this point
Copy the full SHA 8f1dc99View commit details -
Modernize provider projects and test infrastructure
Adopt shared SDK build settings, update provider and test package references, and bring the library code into compliance with the stricter analyzer and XML documentation requirements. The earlier build churn was driven by stale intermediates plus missing documentation and async/test-platform cleanup in the SDK-style projects, so this commit makes the provider libraries and test suite build and run cleanly under the current toolchain.
Configuration menu - View commit details
-
Copy full SHA for 9b56ff0 - Browse repository at this point
Copy the full SHA 9b56ff0View commit details -
Replace the legacy example site with a minimal API sample
Retire the old MVC example project in favor of an SDK-style ASP.NET Core sample that matches the modernized solution layout and tooling. The new sample keeps provider discovery explicit, validates reverse-geocode input up front, and returns handled problem responses when a provider is unavailable or rejects a request so the out-of-box experience is diagnosable instead of failing with unhandled exceptions.
Configuration menu - View commit details
-
Copy full SHA for c43ca26 - Browse repository at this point
Copy the full SHA c43ca26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9901603 - Browse repository at this point
Copy the full SHA 9901603View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dae38a - Browse repository at this point
Copy the full SHA 3dae38aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80b70fc - Browse repository at this point
Copy the full SHA 80b70fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8bdaa0 - Browse repository at this point
Copy the full SHA d8bdaa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 461a06f - Browse repository at this point
Copy the full SHA 461a06fView commit details -
[BREAKING]: Update target framework to netstandard2.0
Consolidates targets from netstandard1.3 and net46 to netstandard2.0 and removes redundant package references and conditional item groups. Targeting .NET Standard prior to 2.0 is no longer recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more details.
Configuration menu - View commit details
-
Copy full SHA for c62e0f0 - Browse repository at this point
Copy the full SHA c62e0f0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...main