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

IProviderFactory should be generic #361

Open
drieseng opened this issue Oct 25, 2019 · 0 comments
Open

IProviderFactory should be generic #361

drieseng opened this issue Oct 25, 2019 · 0 comments
Projects

Comments

@drieseng
Copy link
Member

  • Have its Create(IResolutionRoot root, IReadOnlyList<IParameter> parameters) method return an IProvider<T>.
  • Update all implementations.
  • Should we add a T Create(IContext context) method to IProvider<T>?
  • ...

This list is far from exhaustive.

@drieseng drieseng added this to In progress in Ninject 5 Nov 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Ninject 5
In progress
Development

No branches or pull requests

1 participant