Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use keyed services from Microsoft.Extensions.DependencyInjection #8703

Closed
wants to merge 2 commits into from

Conversation

benjaminpetit
Copy link
Member

@benjaminpetit benjaminpetit commented Nov 3, 2023

Fixes #8590

Needs #8666 to be merged first.

Until now Orleans had its own implementation of "keyed" services. Now that it is built-in, we can replace it.

Microsoft Reviewers: Open in CodeFlow


namespace Orleans.Runtime.Hosting
{
public static class StorageProviderExtensions
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add doc comments


namespace Orleans.Runtime.Hosting
{
public static class DirectorySiloBuilderExtensions
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add doc comments

@benjaminpetit
Copy link
Member Author

Replaced by #8725

@github-actions github-actions bot locked and limited conversation to collaborators Dec 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate to .NET 8 keyed services
2 participants