jason-roberts / FeatureToggle

Simple, reliable feature toggles in .NET

Home Page:http://dontcodetired.com/blog/?tag=/featuretoggle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FeatureToggle not compatible with ASP.NET 5/vNext

DonDebonair opened this issue · comments

I'm porting an ASP.NET 4.6 app to the net ASP.NET 5 & MVC 6, and it uses the FeatureToggle library. It seems however, that even though I'm installing it through Nuget, anything under the FeatureToggle.Core namespace cannot be found.

Should FeatureToggle be compatible with ASP.NET 5? Is it able to handle the new way of configuration?

Thanks @dandydev - not tested as yet but it will be supported in a future version

Once ASP.NET Core 1.0 is RTM or close to support will be added, it's a bit too far out at this stage to doing the development.

ASP.NET Core is now RC2 and has the go live promise.

Will you accept the PR with netstandard code enabled?

Hi @SzymonSasin - I'd still like to wait until v1 ships, I also am considering what v4 will look like - I'm assuming there will be no breaking changes by added support for core/asp?

I have tried and I am having some problems with referencing, that is a "missing System.Runtime" error.

In thery the .net core/standard dll should replace almost all of the "Code" projects. I think that Sql migth have to be taken outside similar to raven. otehr than that there should be no code changes.