-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Add GetKeyedService overload with Type #105860
Conversation
Add `object? ServiceProviderKeyedServiceExtensions.GetKeyedService(IServiceProvider, Type, object?)` extension method. Resolves dotnet#102816.
Note regarding the
|
1 similar comment
Note regarding the
|
Once the Also, the test file needs to be updated to resolve a conflict. |
@steveharter Is this good to go now that 9.0 has branched for rc1? |
Yes main is now targeting v10. |
Add
object? ServiceProviderKeyedServiceExtensions.GetKeyedService(IServiceProvider, Type, object?)
extension method.Resolves #102816.