FeatureToggle
FeatureToggle copied to clipboard
Simple, reliable feature toggles in .NET
I am running an ASP.NET core application. My current settings file being used is appsettings.Development.json and configuration for the rest of my application is loading just fine from there. However...
Hi! Do you need a hand for V5? Move to netstandard 2.0?
Hi Jason, I am trying to convert some project libraries to .Net standard 2.0. The problem is that this is not possible for the libraries using FeatureToggle. While FeatureToggle supports...
This library seem to be a standard for today's feature toggles in .NET world and I was surprised to find out it's missing parameterized features (e.g. I want to enable...
Version 3.5 doesn't have such problem. I assume problem is related to FeatureToggle.Common package which depends on .NET Standard.Library even for .NET Framework target.
Hi Jason, I am interested in FeatureToggle and I tried it out. We have multiple projects in the solution and I tried adding the FeatureToggle only to one Project (Common)...
Currently I cannot use FeatureToggle 3.5.1 (by default, through NuGet) in my Framework 4.6 (=default framework version distributed with Windows 10) software project that has all its assemblies strongly named,...
Added FeatureToggle using nuget to a Common project. Then in Common project I created a feature class "SomeFeature: SimpleFeatureToggle" inherting SimpleFeatureToggle. I then tried to use the SomeFeature class in...
This is an overview of the potential themes for v5 - Move to "pure" .net standard implementation - Move to .NET standard 2 - Simplify configuration (try and have a...