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

Add missing Container.Collection.Append(Type, Type, Lifestyle) overload #691

Closed
dotnetjunkie opened this issue Apr 25, 2019 · 1 comment
Closed
Milestone

Comments

@dotnetjunkie
Copy link
Collaborator

Although there are Collection.Append<TService, TImplementation>(Lifestyle) and Collection.Append<TService>(Func<TService>, Lifestyle) overloads, a Collection.Append(Type, Type, Lifestyle) overload is missing. This can make it difficult to make generic registrations with a different lifestyle than the default lifestyle.

@dotnetjunkie
Copy link
Collaborator Author

feature-691 branch added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant