Skip to content

Instantly share code, notes, and snippets.

@EIrwin
Created November 7, 2014 21:41
Show Gist options
  • Save EIrwin/7f86885a8b89a0d18975 to your computer and use it in GitHub Desktop.
Save EIrwin/7f86885a8b89a0d18975 to your computer and use it in GitHub Desktop.
DiagnosticAnalyzer Constants
internal const string Description = "IInternalUser parameter needs to be first in method signature";
internal const string MessageFormat = "IInternalUser parameter needs to be first in method signature";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment