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
1

Please sign in to leave a comment.