fuget.org
DotNext
by .NET Foundation and Contributors
5.7.0
Toggle Dropdown
API Diff
with 5.8.0
Toggle Dropdown
DotNext.5.7.0.nupkg
nuget.org
dotnet.github.io
Source
MIT License
<
PackageReference
Include
=
"DotNext"
Version
=
"5.7.0"
/>
Frameworks
net8.0
Dependencies
System.IO.Hashing 8.0.0
API Diff between 5.7.0 and 5.8.0
0
Additions
2
Removals
DotNext.Collections.Generic
public
static
class
Collection
public
static
Optional
<
T
>
FirstOrNone
<
T
>(
this
IEnumerable
<
T
>
collection
)
public
static
Optional
<
T
>
LastOrNone
<
T
>(
this
IEnumerable
<
T
>
collection
)