Helper package to make C# 8 IAsyncEnumerable compile and run on .NET Standard 2.0, .NET Core 2 and .NET Framework.
Info
Version: | 1.1.0 |
Author(s): | Anton Tykhyy |
Last Update: | Sunday, May 5, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/elasticbytes/async-enumerable |
NuGet Url: | https://www.nuget.org/packages/ElasticBytes.AsyncEnumerable |
Install
Install-Package ElasticBytes.AsyncEnumerable
dotnet add package ElasticBytes.AsyncEnumerable
paket add ElasticBytes.AsyncEnumerable
ElasticBytes.AsyncEnumerable Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Threading.Tasks.Extensions(>= 4.5.2)