This is a convention in .NET, so:
Becomes:
The async keyword is not necessary for the method to have the Async postfix.
When renaming the method, all references have to be renamed as well and no code should break.
Category: Style
Diagnostic Id: CC0061
Severity: Info
This is a convention in .NET, so:
Becomes:
The
asynckeyword is not necessary for the method to have theAsyncpostfix.When renaming the method, all references have to be renamed as well and no code should break.
Category:
StyleDiagnostic Id:
CC0061Severity:
Info