ReallySimpleFeatureToggle 1.1.21
See the version list below for details.
dotnet add package ReallySimpleFeatureToggle --version 1.1.21
NuGet\Install-Package ReallySimpleFeatureToggle -Version 1.1.21
<PackageReference Include="ReallySimpleFeatureToggle" Version="1.1.21" />
paket add ReallySimpleFeatureToggle --version 1.1.21
#r "nuget: ReallySimpleFeatureToggle, 1.1.21"
// Install ReallySimpleFeatureToggle as a Cake Addin #addin nuget:?package=ReallySimpleFeatureToggle&version=1.1.21 // Install ReallySimpleFeatureToggle as a Cake Tool #tool nuget:?package=ReallySimpleFeatureToggle&version=1.1.21
A tiny C# framework for feature toggling
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- System.Linq.Dynamic (>= 1.0.0)
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.
Version | Downloads | Last updated |
---|---|---|
1.1.63 | 46,575 | 9/8/2016 |
1.1.61 | 1,442 | 9/7/2016 |
1.1.59 | 1,426 | 9/7/2016 |
1.1.56 | 2,893 | 6/6/2016 |
1.1.53 | 52,413 | 8/7/2015 |
1.1.51 | 2,055 | 8/6/2015 |
1.1.31 | 1,596 | 6/6/2015 |
1.1.21 | 9,785 | 10/21/2014 |
1.1.19 | 1,628 | 10/16/2014 |
1.1.15 | 1,619 | 10/15/2014 |
1.1.11 | 2,043 | 4/17/2014 |
1.0.61 | 1,470 | 3/3/2014 |
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.