A FeatureToggle is a way of making code more releasable by hiding unfinished features behind a "toggle" or releasing new features gradually, by letting only a subset of users use the feature.
Info
Version: | 1.0.1 |
Author(s): | Emil Sivertsson |
Last Update: | Wednesday, August 3, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/esivertsson/asp-net-feature-toggle |
NuGet Url: | https://www.nuget.org/packages/asp-net-feature-toggle |
Install
Install-Package asp-net-feature-toggle
dotnet add package asp-net-feature-toggle
paket add asp-net-feature-toggle
asp-net-feature-toggle Download (Unzip the "nupkg" after downloading)
Dependencies
Tags