FeatureToggle.Common
4.0.2
Simple, reliable feature toggles in .NET. This is the .NET Standard package for the main FeatureToggle package.
Install-Package FeatureToggle.Common -Version 4.0.2
dotnet add package FeatureToggle.Common --version 4.0.2
<PackageReference Include="FeatureToggle.Common" Version="4.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FeatureToggle.Common --version 4.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
For release notes and history see https://github.com/jason-roberts/FeatureToggle/blob/master/Release-Notes.md
Dependencies
-
.NETStandard 1.4
- NETStandard.Library (>= 1.6.1)
Used By
NuGet packages (4)
Showing the top 4 NuGet packages that depend on FeatureToggle.Common:
Package | Downloads |
---|---|
FeatureToggle
Simple, reliable feature toggles in .NET
|
|
FeatureToggle.Azure.TableStorage
FeatureToggle provider for storing feature toggles in Azure Table storage.
|
|
FeatureToggle.Azure.DocumentDB
FeatureToggle provider for storing feature toggles in Azure DocumentDB.
|
|
FeatureToggle.Azure.ServiceFabric
FeatureToggle provider for storing feature toggles in Service Fabric configuration packages.
|
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on FeatureToggle.Common:
Repository | Stars |
---|---|
jason-roberts/FeatureToggle
Simple, reliable feature toggles in .NET
|