FeatureToggles 1.0.3
A very simple FeatureToggles (http://martinfowler.com/bliki/FeatureToggle.html) implementation that automatically reads your feature flags from the app/web.config.
Access your flags with Features.State(toggleName) or Features.List() for a dictionary of all flags.
Install-Package FeatureToggles -Version 1.0.3
dotnet add package FeatureToggles --version 1.0.3
<PackageReference Include="FeatureToggles" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FeatureToggles --version 1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FeatureToggles, 1.0.3"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
NOTE: Requires NET4.6 as it uses the new AppContext object behind the scenes.
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.