-
Notifications
You must be signed in to change notification settings - Fork 71
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
Dynamic provider management #87
Conversation
@csharpfritz - Not sure what the thought process was for this to be an abstract class but I figured we could flesh this out here. Were you maybe thinking an abstract method for the service registrations that occur here? As they could be different per provider? |
Can you resolve the merge conflict here and we'll get this added to the mix |
Using reflection load the necessary types
IConfigureProvider
dynamically at runtime from the program directory. Subsequently we can add providers dynamically.