Skip to content

Instantly share code, notes, and snippets.

@asizikov
Created January 10, 2016 16:01
Show Gist options
  • Save asizikov/4f9eb8f0375e3ce81de0 to your computer and use it in GitHub Desktop.
Save asizikov/4f9eb8f0375e3ce81de0 to your computer and use it in GitHub Desktop.
[assembly: RegisterConfigurableSeverity(ConsiderUsingAsyncSuffixHighlighting.SeverityId,
null,
HighlightingGroupIds.BestPractice,
"Consider adding Async suffix",
"According to Microsoft gudlines a method which is Task-returning and is asynchronous in nature should have an 'Async' suffix. ",
Severity.SUGGESTION,
false)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment