Created
January 10, 2016 16:01
-
-
Save asizikov/4f9eb8f0375e3ce81de0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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