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
We went through a set of changes today to add the missing "Async" suffix on a few of our Task-returning methods. We are using this .editorconfig for a while now and I just now realized that the rules related to this suffix are not represented here.
Is there a specific reason why these rules are not added using naming rules? Aren't they a well-known naming standard from Microsoft that would warrant being part of the standard .editorconfig too? Or is there more to it?
Some of the settings in question are surfaced in this answer:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We went through a set of changes today to add the missing "Async" suffix on a few of our
Task
-returning methods. We are using this.editorconfig
for a while now and I just now realized that the rules related to this suffix are not represented here.Is there a specific reason why these rules are not added using naming rules? Aren't they a well-known naming standard from Microsoft that would warrant being part of the standard
.editorconfig
too? Or is there more to it?Some of the settings in question are surfaced in this answer:
Beta Was this translation helpful? Give feedback.
All reactions