Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

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

Open
framgeld opened this issue Mar 9, 2018 · 1 comment

Comments

@framgeld
Copy link

framgeld commented Mar 9, 2018

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
Copy link
Member

sharwell commented Mar 9, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants