jason-roberts / FeatureToggle

Simple, reliable feature toggles in .NET
http://dontcodetired.com/blog/?tag=/featuretoggle
Apache License 2.0
687 stars 111 forks source link

Remove SqlFeatureToggle and HttpJsonFeatureToggle #100

Closed nlunn closed 7 years ago

nlunn commented 9 years ago

This is the same as SimpleFeatureToggle just with other providers.

jason-roberts commented 8 years ago

Thanks @nlunn - I like to think of the "public" or "consumer facing API" as just create the instance of the toggle that you want and not have to worry about setting the underlying toggle provider.