Skip to content

Implement new .NET 8 IKeyedServiceProvider interface #11

@elca-lan

Description

@elca-lan

With .NET 8 a new interface was added that should(?) be implemented by service providers, the IKeyedServiceProvider

Explanations and documentation:

We should implement that interface too. It should be relatively easy to do this with a binding constraint since we already store the entire ServiceDescriptor in the binding metadata. From there we can access the ServiceDescriptor.ServiceKey and find the exact binding.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions