FeatureSwitcher icon indicating copy to clipboard operation
FeatureSwitcher copied to clipboard

FeatureSwitcher is little library for feature switches/toggles.

Results 4 FeatureSwitcher issues
Sort by recently updated
recently updated
newest added

When looking at the list of alternatives, have you looked into all these implementations of feature toggles? Is it possible that you provide a short con/pro of each implementation?

documentation

I wanted to discuss two design decisions: # Default Value I’m not happy with the nullable boolean that is returned from the `Is().Enabled` method. This leaves a lot of complexity...

documentation

Hi Max, I am wondering what the preferred method is for extending this framework to support Features that are enabled after some DateTime: For example: Configure the DateTime when the...

documentation

I'm sure there's a way to have, say, Feature A to be active only if Feature B is active? Thanks in advance.

documentation