Replies: 8 comments
-
Also, why "SourceLink" ("Go to implementation" option in Visual Studio) says that it uses |
Beta Was this translation helpful? Give feedback.
-
I almost forgot - it's .NET 6 ("C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.33\System.Linq.dll"). |
Beta Was this translation helpful? Give feedback.
-
😕 |
Beta Was this translation helpful? Give feedback.
-
Look carefully, the 6.0 version does use |
Beta Was this translation helpful? Give feedback.
-
Hm, I opened the branch and searched for |
Beta Was this translation helpful? Give feedback.
-
If you mean the GitHub search, GitHub search is currently limited to the |
Beta Was this translation helpful? Give feedback.
-
@eiriktsarpalis, so the opinion is the same? |
Beta Was this translation helpful? Give feedback.
-
Not sure why I closed this, reopening. |
Beta Was this translation helpful? Give feedback.
-
The
IEnumerable.Reverse()
always does buffer the items, even for lists and arrays.And also the buffering is not mentioned in the docs (e.g. https://learn.microsoft.com/en-us/dotnet/api/system.linq.enumerable.reverse).
There is an issue #15826, but it was 9 years ago, and I want to know if the opinion is the same.
Beta Was this translation helpful? Give feedback.
All reactions