Add warning for missing Async postfix
Hello,
I would like to request a feature for issuing a warning or suggestion for a missing -Async postfix.
Would you consider this?
Thanks,
Jacob
Example:
public Task DoThingsAsync() // should not issue a warning or suggestion
public Task DoThings() // should issue a warning or suggestion
Please sign in to leave a comment.
See also the Microsoft docs: https://docs.microsoft.com/en-us/dotnet/csharp/async#important-info-and-advice