refactor(di)!: move registration extensions - #375
Merged
Conversation
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
thomhurst
force-pushed
the
issue-329-di-namespace
branch
7 times, most recently
from
August 27, 2026 05:49
cf849eb to
65af47b
Compare
Recognize generated UIDs as local and sort multi-assembly namespace references so DocFX output matches on Windows and Linux.
Regenerate API links against the normalized public surface merged in #373.
Only insert hrefs for UIDs with generated pages while still removing stale local-looking links.
Treat the shared dependency-injection namespace page as local so DocFX emits the same href on Windows and Linux.
thomhurst
force-pushed
the
issue-329-di-namespace
branch
from
August 27, 2026 06:28
65af47b to
2adaead
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Moves IServiceCollection, IHttpClientBuilder, and gRPC client registration extension classes into Microsoft.Extensions.DependencyInjection so ASP.NET Core implicit usings discover them. Options, definitions, registry interfaces, and runtime types remain in their existing Kevlar namespaces. Updates public API baselines, generated API docs, samples, documentation, and namespace contract coverage.\n\nValidation:\n- dotnet build Kevlar.slnx -c Release\n- core tests on .NET 8 and .NET 10\n- integration, logging, and compatibility suites\n- API/docs/changelog verifiers\n- 184 documentation snippets on .NET 8/10 with and without integration global usings\n- Docusaurus production build\n\nCloses #329