Skip to content

Conversation

@devlead
Copy link
Owner

@devlead devlead commented Nov 22, 2025

Remove conditional compilation and use Select with CancellationToken
parameter for all target frameworks (net8.0, net9.0, net10.0) to resolve
CS0618 warning about obsolete AsyncEnumerableDeprecated.SelectAwait.

The modern Select overload is available in both System.Linq.Async
(for net8.0/net9.0) and System.Linq.AsyncEnumerable (for net10.0).

Remove conditional compilation and use Select with CancellationToken
parameter for all target frameworks (net8.0, net9.0, net10.0) to resolve
CS0618 warning about obsolete AsyncEnumerableDeprecated.SelectAwait.

The modern Select overload is available in both System.Linq.Async
(for net8.0/net9.0) and System.Linq.AsyncEnumerable (for net10.0).
@devlead devlead merged commit 027b2b0 into develop Nov 22, 2025
3 checks passed
@devlead devlead deleted the feature/fixobsolete branch November 22, 2025 21:10
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