Skip to content

Cleanup System.Linq.AsyncEnumerable #7021

@adamsitnik

Description

@adamsitnik

Each project that uses any kind of custom IAsyncEnumerable extensions that are going to be available in 10, should switch to the new .NET 10 package once it gets published on Tuesday.

Samples:

internal static async IAsyncEnumerable<T> ToAsyncEnumerable<T>(this IEnumerable<T> source)

private static async IAsyncEnumerable<T> ToAsyncEnumerable<T>(IEnumerable<T> items)

private static IAsyncEnumerable<TSource[]> Chunk<TSource>(this IAsyncEnumerable<TSource> source, int count)

cc @stephentoub

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions