Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Created September 21, 2019 04:58
Embed
What would you like to do?
public class UseNewAnalyzer : SimpleFeatureToggle
{
private static readonly UseNewAnalyzer Instance = new UseNewAnalyzer();
public static bool IsFeatureEnabled => Instance.FeatureEnabled;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment