DotNetAnalyzers / AsyncUsageAnalyzers

Now superseded by Microsoft/vs-threading
https://github.com/Microsoft/vs-threading
Other
121 stars 18 forks source link

UseAsyncSuffix should not fire for overriding methods #33

Closed paulomorgado closed 9 years ago

paulomorgado commented 9 years ago

If the class being derived from is ill designed and doesn't suffix asynchronous methods with Async, there's nothing the derived class can do about it, so this should not be a warning.

sharwell commented 9 years ago

Agreed, we use the same convention in StyleCopAnalyzers.

sharwell commented 9 years ago

Duplicate of #30