Skip to content

Releases: CXuesong/AsyncEnumerableExtensions

v0.2.0

25 May 15:29
Compare
Choose a tag to compare
  • Introduce .NET Standard 2.1 (.NET Core 3.0) support.
  • In summary, with this package, you can write one generator function, and make it compatible with both .NET Standard 1.1 and 2.1.

v0.1.4

14 Oct 12:53
Compare
Choose a tag to compare
  • Make TaskAsyncEnumerable non-public
  • AsyncEnumerableBuffer throws ObjectDisposedException rather than TaskCancelledException for access after disposal.
  • Include documentation in the built package.

v0.1.3

14 Oct 08:58
Compare
Choose a tag to compare

Fixed the bug of NullReferenceException when TaskAsyncEnumerable<T>.Enumerator.Dispose is called more than once, or called without MoveNext being called beforehand.

v0.1.2

14 Oct 07:33
Compare
Choose a tag to compare

Downgraded System.Interactive.Async to 3.0.0. This allows for more compatibility.

v0.1.1

14 Oct 07:21
Compare
Choose a tag to compare

Initial release.