MicroElements.Functional
1.10.0
Prefix Reserved
Install-Package MicroElements.Functional -Version 1.10.0
dotnet add package MicroElements.Functional --version 1.10.0
<PackageReference Include="MicroElements.Functional" Version="1.10.0" />
paket add MicroElements.Functional --version 1.10.0
#r "nuget: MicroElements.Functional, 1.10.0"
// Install MicroElements.Functional as a Cake Addin
#addin nuget:?package=MicroElements.Functional&version=1.10.0
// Install MicroElements.Functional as a Cake Tool
#tool nuget:?package=MicroElements.Functional&version=1.10.0
C# implementation of functional concepts: Maybe (Option), Either (Result), Try, Memoize
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.1
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on MicroElements.Functional:
Package | Downloads |
---|---|
MicroElements.Metadata
Metadata model, parsing, validation and reporting. |
|
MicroElements.Data
Data aspects: caching |
|
MicroElements.Processing
Provides async processing blocks |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.10.0 | 13,749 | 12/2/2020 |
1.9.0 | 241 | 12/2/2020 |
1.8.0 | 206 | 12/2/2020 |
1.7.0 | 243 | 11/29/2020 |
1.6.0 | 393 | 11/19/2020 |
1.5.0 | 733 | 11/15/2020 |
1.4.0 | 456 | 11/11/2020 |
1.3.0 | 1,095 | 10/22/2020 |
1.2.0 | 389 | 10/20/2020 |
1.1.0 | 411 | 10/19/2020 |
1.0.0 | 760 | 10/11/2020 |
1.0.0-beta.4 | 464 | 7/22/2020 |
1.0.0-beta.3 | 178 | 7/17/2020 |
1.0.0-beta.2 | 181 | 7/6/2020 |
0.17.0 | 1,439 | 5/5/2020 |
0.16.0 | 1,587 | 2/24/2020 |
0.16.0-rc.4 | 202 | 2/18/2020 |
0.16.0-rc.3 | 186 | 2/18/2020 |
0.16.0-rc.2 | 188 | 2/13/2020 |
0.16.0-rc.1 | 199 | 10/19/2019 |
0.15.0 | 953 | 4/30/2019 |
0.14.0 | 477 | 4/23/2019 |
0.13.1 | 390 | 4/15/2019 |
0.13.0 | 382 | 4/9/2019 |
0.12.0 | 391 | 3/14/2019 |
0.11.0 | 404 | 3/13/2019 |
0.10.0 | 378 | 3/3/2019 |
0.9.0 | 416 | 2/27/2019 |
0.8.0 | 407 | 2/23/2019 |
0.7.0 | 457 | 2/12/2019 |
0.6.0 | 442 | 2/10/2019 |
0.5.0 | 470 | 2/3/2019 |
0.4.0 | 475 | 1/27/2019 |
0.3.0 | 511 | 1/20/2019 |
0.2.0 | 533 | 1/15/2019 |
0.1.0 | 510 | 1/5/2019 |
$# 1.10.0
- StringFormatter.DefaultFormatValue supports collections, and some tuple types
# 1.9.0
- Lazy TypeCache
- Fixed NodaTime TypeCache creation error
- Added GetValueOrDefault for Result<A,Error> with default value
# 1.8.0
- TypeCache AliasForType index
- Added NodaTime TypeCache without direct reference
# 1.7.0
- GetValueOrThrow for Result accepts allowNullResult that allows Result to have hull value as Success
- Added extension IsNumericType and IsNullableNumericType
- Added ErrorExtensions.ToException and ErrorExtensions.Throw
- Added ReflectionExtensions and TypeCache
- FormatAsTuple can limit render be items count and text length, allows to render name value tuples and collections
# 1.6.0
- TypeCheck became public
- Added methods to TypeExtensions: CanAcceptNull, CanNotAcceptNull, IsAssignableTo
Full release notes can be found at: https://github.com/micro-elements/MicroElements.Functional.git/blob/master/CHANGELOG.md