-
Notifications
You must be signed in to change notification settings - Fork 531
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
Is Ninject Maintained or not? #384
Comments
I think no, because I ask a question one year ago, and they still not answered |
@aqibbanday @NoskovEugene Are you using it in the old code base or with the new MS.DI abstractions? |
I am using it with .NET 5. |
@aqibbanday Sorry for the survey:
|
Less than 50. |
I am using ninject for DI and no other library. |
Thank you.
I mean, what is the specific Ninject feature(s) you love and which is keeping you on Ninject wagon, Or are you using Ninject for the other reasons? |
Nothing is keeping me on Ninject,if this library is not maintained I am planning to move to some other library probably Microsoft dependency injection |
@dadhi, i love ninject because it can dynamic resolve dependencies |
What is that? Could you provide the example? |
I have recently spot one NInject feature allowing setup custom NLog Logger (with the correct name parameter) resolution _kernel.Bind().ToMethod(p => LogManager.GetLogger(p.Request.Target?.Member.DeclaringType.FullName ?? typeof(App).GetType().FullName)) |
No description provided.
The text was updated successfully, but these errors were encountered: