We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 registrations dictionary of
Key: Type Value: Func<Type, Expression<Func<IResolverContext, object>>>
where Type in a Value is the closed-generic known upon resolution
Construct a manual expression.
Additional dictionaries with instances and delegates.
We can establish a determined order of resolution across the registration dictionaries we have.
Type -> object
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Open-generics support
Add registrations dictionary of
where Type in a Value is the closed-generic known upon resolution
Register Type
Construct a manual expression.
RegisterDelegate and RegisterInstance
Additional dictionaries with instances and delegates.
We can establish a determined order of resolution across the registration dictionaries we have.
Singletons and Scopes
Type -> object
insideThe text was updated successfully, but these errors were encountered: