Skip to content

Conversation

@oschwald
Copy link
Member

Summary

  • Add AnonymousPlus and TryAnonymousPlus methods to IGeoIP2DatabaseReader interface (these were missing since v5.3.0 when the methods were added to DatabaseReader)
  • Fix typos in README.md
  • Update ASP.NET Core example to use modern minimal hosting model

Fixes ENG-3619

Test plan

  • Build succeeds with no warnings or errors
  • All 447 unit tests pass

🤖 Generated with Claude Code

oschwald and others added 3 commits January 12, 2026 13:06
The AnonymousPlus and TryAnonymousPlus methods were added to DatabaseReader
in v5.3.0 but were missing from the IGeoIP2DatabaseReader interface. This
adds the four method signatures to enable usage via the interface for
dependency injection and testing scenarios.

Co-Authored-By: Claude Opus 4.5 <[email protected]>
- Remove extra "to" in "reused to so that"
- Fix method name case: enterprise -> Enterprise
- Fix pluralization: documentations -> documentation
- Fix adverb form: unique -> uniquely

Co-Authored-By: Claude Opus 4.5 <[email protected]>
Update the dependency injection example to use the modern minimal hosting
pattern with Program.cs and builder.Services instead of the older Startup.cs
pattern. Also update the documentation link to the current Microsoft Learn URL.

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@horgh horgh merged commit 52dd07b into main Jan 12, 2026
14 checks passed
@horgh horgh deleted the greg/eng-3619 branch January 12, 2026 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants