You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if there was an option to append Async to these generated methods to keep with the general naming convention in C# where asynchronous methods are suffixed with Async. Which will otherwise trigger analyzer warnings.
Disabling the analyzer warnings, but that seems the wrong approach.
Additional context
This feature was requested in #7874 a very long time ago but has since then been locked so I couldn't add a comment there instead, hence the new issue.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently if I have a proto file with the following:
It will generate a C# method with the following format:
Describe the solution you'd like
It would be nice if there was an option to append
Async
to these generated methods to keep with the general naming convention in C# where asynchronous methods are suffixed withAsync
. Which will otherwise trigger analyzer warnings.The desired generated code would be:
Describe alternatives you've considered
Disabling the analyzer warnings, but that seems the wrong approach.
Additional context
This feature was requested in #7874 a very long time ago but has since then been locked so I couldn't add a comment there instead, hence the new issue.
The text was updated successfully, but these errors were encountered: