-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Keyed Dictionary Support #15100
Keyed Dictionary Support #15100
Conversation
@hishamco it feels wrong to me to override the service provider factory directly in OC. The approach I took in the other PR does not override anything but extend the feature. Either way, I don't think this problem is something we need to address in OC. It seems to be on the agenda for .Net 9. There is no pressing need to implement this so why not wait until it's part of the framework. Maybe others will have other thoughts on this approach. |
Please check the @sebastienros your thought if you have time |
Can you point to some .NET 9 issues or something, @MikeAlhayek? I can't find anything. |
I see. So, to summarize:
Do I understand it correctly? |
Yes @Piedone the summary is correct. And Both PR's should be closed since we don't really have to this in OC |
OK then! |
This replaced PR #15100, it's a much simpler and more efficient way to support a keyed dictionary. Tested through unit tests as well as running OC web application everything is working as expected
@MikeAlhayek could you please try it on the SMS providers, and let me know if there're a missing corner cases
/cc @sebastienros