DotNetAnalyzers / AsyncUsageAnalyzers

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

Bug: Analyser not raising warnings for local functions not ending with "Async". #67

Open framgeld opened 6 years ago

framgeld commented 6 years ago

I have C# local functions returning Task / Task\<T>, but the analyser doesn't give me a warning when I have incorrectly omitted the "Async" suffix on the function name.

sharwell commented 6 years ago

📝 This may be difficult without a light-up layer like StyleCop Analyzers has.