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

Dasync.Collections.EnumerableExtensions

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