Skip to content

Add announcement for System.Linq.Async deprecation #2190

Open
@stephentoub

Description

@stephentoub

As discussed in dotnet/runtime#79782, a full LINQ implementation for IAsyncEnumerable is being included both in .NET 10 and in a System.Linq.AsyncEnumerable package available downlevel.

We should include in the System.Linq.Async package description on nuget a description of the plans to not further evolve / maintain the System.Linq.Async package and to recommend developers move to System.Linq.AsyncEnumerable instead. It'd be good to include a similar note in a README in the relevant place in this repository.

The details should also include a migration guide. Most things will "just work", but some signatures do differ between the packages.

dotnet/docs#44886

cc: @idg10, @HowardvanRooijen

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions