<PackageReference Include="AsyncEnumerator" Version="2.0.1" />

System.Collections.IEnumerableExtensions

public static class IEnumerableExtensions
Converts generic IEnumerable to IAsyncEnumerable
namespace System.Collections { public static class IEnumerableExtensions { public static IAsyncEnumerable ToAsyncEnumerable(this IEnumerable enumerable, bool runSynchronously = true); } }