ReallySimpleFeatureToggle 1.1.56
A tiny C# framework for feature toggling
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package ReallySimpleFeatureToggle -Version 1.1.56
dotnet add package ReallySimpleFeatureToggle --version 1.1.56
<PackageReference Include="ReallySimpleFeatureToggle" Version="1.1.56" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ReallySimpleFeatureToggle --version 1.1.56
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ReallySimpleFeatureToggle, 1.1.56"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Added support for per-feature Availability rules.
Added support for app/web.config supplied Availability rules.
Added support for building up feature sets in code with the fluent API.
Added plugin infrastructure.
Dependencies
-
- System.Linq.Dynamic (>= 1.0.0)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on ReallySimpleFeatureToggle:
Package | Downloads |
---|---|
ReallySimpleFeatureToggle.Web
Reconfigured RSFT for web projects - adds cookie persistence to percentaged availability rules, offers query string overrides, enhances the feature configuration evaluation context so you can build rules based around HttpContext.Current
|
|
ReallySimpleFeatureToggle.Web.Mvc
ASP.NET MVC extensions for RSFT - HtmlHelper extensions for RenderAction / RenderPartial that take feature config into account, Feature action filters + more
|
GitHub repositories
This package is not used by any popular GitHub repositories.