-
Notifications
You must be signed in to change notification settings - Fork 530
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
v3.2.3 plan #228
Comments
@omar side-question: what's your approximate timelime for a decision to stick with Ninject or move to another container? Or at which point would you need to have a working Ninject "netstandard" to stick with it? |
We're starting to do the necessary work to migrate our web applications to ASP.NET Core now, so we're feeling the pains already. However, we're not migrating to .NET Core. We'll continue to target .NET 4.6 probably until netstandard2.0 is released and supported by .NET Core. As it stands, we've had to abstract all the DI logic into a custom/neutral container that then calls into either Ninject's As a note, my original post was incorrect, version 3.2.3 doesn't have the read only kernel. However, it needs a lot of the fixes that are in 4.0.0 to work with Microsoft's DI framework. I'll correct my OP. |
We (Bifrost) have a dependency on Ninject and specifically .NET Core/.NET Standard. Any plans on getting a release version of Ninject? We're running into problems with NuGet not wanting to automatically install on Windows in VS2015 because our version is a release version and yours is a pre-release. It kinda makes sense from a semver perspective and not making people dependent on you to actually take a pre-release dependency without being conscious about it. Interesting enough; the |
3.3 is on progress. |
Edit: my original post incorrectly assumed v3.2.3 had a the read only kernel in it. It did not. I've since modified this post.
Hello guys,
I think it's important to continue maintaining v3 of Ninject if the v4 changes are going to contain the immutable kernel changes (ReadOnlyKernel). This breaks a fundamental use case of Ninject where a Kernel can be added to and read from at the same time, see #176.
Many folks (like us) would like to continue using Ninject but migrate to ASP.NET Core (without going to .NET Core). We can continue targeting .NET Framework 4.6 but there's a few fixes in v4 that are not in v3 that are needed to get Ninject working with ASP.NET Core, for example #143.
Once that's complete, I think Ninject users will be in a much better state to migrate to ASP.NET Core and .NET Core. We can then look at supporting netstandard by leveraging the work that @onovotny did on the branches "bait-switch" and "net-standard".
Would love to hear some thoughts on this approach. As it stands, the thought of moving off of Ninject to Autofac, LightInject, or StructureMap seem more compelling given the current state of things.
The text was updated successfully, but these errors were encountered: