What should the ending of IAsyncEnumerable methods and variables be? Do we need a convention? #107237
-
I've seen no ending, For variables if I have a method Should I assign it to I looked in the code of dotnet org and seems like there's not convention on this. |
Beta Was this translation helpful? Give feedback.
Answered by
stephentoub
Sep 1, 2024
Replies: 2 comments
-
Our convention is to use an Async suffix. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
virzak
-
System.Linq.Async ends all their IAsyncEnumerables with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our convention is to use an Async suffix.