Skip to content

Conversation

@drewnoakes
Copy link
Contributor

I started seeing compile errors in these lines in certain builds.

Possibly due to: https://github.com/dotnet/csharplang/blob/main/proposals/csharp-14.0/first-class-span-types.md

The Reverse extension method on these spans is now being considered as coming from MemoryExtensions, rather than Enumerable.

https://github.com/dotnet/csharplang/blob/main/proposals/csharp-14.0/first-class-span-types.md

The `Reverse` extension method on these arrays is now being considered as coming from `MemoryExtensions`, rather than `Enumerable`.
@KirillOsenkov KirillOsenkov merged commit c2338c8 into KirillOsenkov:main Sep 17, 2025
1 check passed
@drewnoakes drewnoakes deleted the fix-compile-error branch September 19, 2025 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants