Releases: CXuesong/AsyncEnumerableExtensions
Releases · CXuesong/AsyncEnumerableExtensions
v0.2.0
- Introduce .NET Standard 2.1 (.NET Core 3.0) support.
- Prior to .NET Standard 2.1, this package will target to the implementation of
IAsyncEnumerable<T>
fromSystem.Reactive.Linq
akaIx.Async
; - On .NET Standard 2.1 and later versions, this package will target to the implementation of
IAsyncEnumerable<T>
fromSystem.Runtime
(platform package);
- Prior to .NET Standard 2.1, this package will target to the implementation of
- In summary, with this package, you can write one generator function, and make it compatible with both .NET Standard 1.1 and 2.1.