4.0.2
4 Dec 19
Toggle Dropdown
Version 4
4.0.2
4 Dec 19
4.0.1
22 Oct 19
4.0.0
18 Oct 19
Version 3
3.1.0
23 Sep 19
Version 2
2.2.2
27 Jan 19
2.2.1
29 May 18
2.2.0
18 May 18
2.1.1
20 Jan 18
2.1.0
22 May 17
2.0.1
13 Feb 17
Compare to version...
with 4.0.0
Toggle Dropdown
Version 4
4.0.2
4 Dec 19
4.0.1
22 Oct 19
4.0.0
18 Oct 19
Version 3
3.1.0
23 Sep 19
Version 2
2.2.2
27 Jan 19
2.2.1
29 May 18
2.2.0
18 May 18
2.1.1
20 Jan 18
2.1.0
22 May 17
2.0.1
13 Feb 17
Download Package
Open in NuGet
<
PackageReference
Include
=
"AsyncEnumerator"
Version
=
"4.0.2"
/>
API Differences between 4.0.2 and 4.0.0
2
Additions
0
Removals
Dasync.Collections
public
static
class
IAsyncEnumerableExtensions
public
static
Task
<
bool
>
AllAsync
<
TSource
>(
this
IAsyncEnumerable
<
TSource
>
source
,
Func
<
TSource
,
bool
>
predicate
,
CancellationToken
cancellationToken
=
default
)
public
static
Task
<
bool
>
AnyAsync
<
TSource
>(
this
IAsyncEnumerable
<
TSource
>
source
,
Func
<
TSource
,
bool
>
predicate
,
CancellationToken
cancellationToken
=
default
)