FeatureSwitcher
FeatureSwitcher copied to clipboard
FeatureSwitcher is little library for feature switches/toggles.
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?
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...
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...
I'm sure there's a way to have, say, Feature A to be active only if Feature B is active? Thanks in advance.