Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: chadly/Geocoding.net
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: exceptionless/Geocoding.net
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 152 files changed
  • 1 contributor

Commits on Mar 20, 2026

  1. 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.
    niemyjski committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    c9e8778 View commit details
    Browse the repository at this point in the history
  2. 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
    niemyjski committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    8f1dc99 View commit details
    Browse the repository at this point in the history
  3. 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.
    niemyjski committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    9b56ff0 View commit details
    Browse the repository at this point in the history
  4. 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.
    niemyjski committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    c43ca26 View commit details
    Browse the repository at this point in the history
  5. Updated editor config

    niemyjski committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    9901603 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3dae38a View commit details
    Browse the repository at this point in the history
  7. ran dotnet format

    niemyjski committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    80b70fc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d8bdaa0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    461a06f View commit details
    Browse the repository at this point in the history
  10. [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.
    niemyjski committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    c62e0f0 View commit details
    Browse the repository at this point in the history
Loading