ReallySimpleFeatureToggle.Web
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
Install-Package ReallySimpleFeatureToggle.Web -Version 1.1.63
dotnet add package ReallySimpleFeatureToggle.Web --version 1.1.63
<PackageReference Include="ReallySimpleFeatureToggle.Web" Version="1.1.63" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ReallySimpleFeatureToggle.Web --version 1.1.63
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Initial release, enable by calling ReallySimpleFeature.Toggles.Configure.WithPlugin(new WebPlugin());
Dependencies
-
- ReallySimpleFeatureToggle (>= 1.1.63)
Used By
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.