Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Created September 21, 2019 04:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IntegerMan/86945d7968c0848469b342e4e68c29e2 to your computer and use it in GitHub Desktop.
Save IntegerMan/86945d7968c0848469b342e4e68c29e2 to your computer and use it in GitHub Desktop.
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