Info
Version: | 1.0.1 |
Author(s): | Nick Fish |
Last Update: | Monday, February 18, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/thenickfish/BasicFeatureToggle |
NuGet Url: | https://www.nuget.org/packages/BasicFeatureToggle |
Install
Install-Package BasicFeatureToggle
dotnet add package BasicFeatureToggle
paket add BasicFeatureToggle
BasicFeatureToggle Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
No dependencies.
No dependencies.
Tags
You can easily use (or not use) your own configuration system and dependency injection. Classes are used to represent toggles (no magic strings) for easy refactoring at the end of the life of the toggle.
Supports boolean, generic (T), date-driven, and file existence toggles. Developed against .NET Standard 2.0.