Skip to content

Implement IKeyedServiceProvider - #1220

Merged
commonsensesoftware merged 1 commit into
mainfrom
dev/css/fix-1219
Aug 12, 2026
Merged

Implement IKeyedServiceProvider#1220
commonsensesoftware merged 1 commit into
mainfrom
dev/css/fix-1219

Conversation

@commonsensesoftware

Copy link
Copy Markdown
Collaborator

Implement IKeyedServiceProvider

  • You've read the Contributor Guide and Code of Conduct.
  • You've included unit or integration tests for your change, where applicable.
  • You've included inline docs for your change, where applicable.
  • There's an open issue for the PR that you are making. If you'd like to propose a new feature or change, please open an issue to discuss the change or find an existing issue.

Description

The versioned IEndpointRouteBuilder should support keyed services. This issue has existed since IKeyedServiceProvider was introduced but has remained hidden. I did an audit on all IServiceProvider decorators and this appears to be the only uncovered scenario.

@commonsensesoftware
commonsensesoftware merged commit ace56db into main Aug 12, 2026
4 checks passed
@commonsensesoftware
commonsensesoftware deleted the dev/css/fix-1219 branch August 12, 2026 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

VersionedEndpointRouteBuilder.ServiceProviderDecorator doesn't implement IKeyedServiceProvider

1 participant