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

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); } }