ReallySimpleFeatureToggle.Web
1.1.63
dotnet add package ReallySimpleFeatureToggle.Web --version 1.1.63
NuGet\Install-Package ReallySimpleFeatureToggle.Web -Version 1.1.63
<PackageReference Include="ReallySimpleFeatureToggle.Web" Version="1.1.63" />
paket add ReallySimpleFeatureToggle.Web --version 1.1.63
#r "nuget: ReallySimpleFeatureToggle.Web, 1.1.63"
// Install ReallySimpleFeatureToggle.Web as a Cake Addin #addin nuget:?package=ReallySimpleFeatureToggle.Web&version=1.1.63 // Install ReallySimpleFeatureToggle.Web as a Cake Tool #tool nuget:?package=ReallySimpleFeatureToggle.Web&version=1.1.63
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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. 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. |
-
- ReallySimpleFeatureToggle (>= 1.1.63)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ReallySimpleFeatureToggle.Web:
Package | Downloads |
---|---|
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.
Initial release, enable by calling ReallySimpleFeature.Toggles.Configure.WithPlugin(new WebPlugin());