MicroElements.Functional
1.10.0
Prefix Reserved
dotnet add package MicroElements.Functional --version 1.10.0
NuGet\Install-Package MicroElements.Functional -Version 1.10.0
<PackageReference Include="MicroElements.Functional" Version="1.10.0" />
<PackageVersion Include="MicroElements.Functional" Version="1.10.0" />
<PackageReference Include="MicroElements.Functional" />
paket add MicroElements.Functional --version 1.10.0
#r "nuget: MicroElements.Functional, 1.10.0"
#:package MicroElements.Functional@1.10.0
#addin nuget:?package=MicroElements.Functional&version=1.10.0
#tool nuget:?package=MicroElements.Functional&version=1.10.0
C# implementation of functional concepts: Maybe (Option), Either (Result), Try, Memoize
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on MicroElements.Functional:
| Package | Downloads |
|---|---|
|
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 | 81,048 | 12/2/2020 |
| 1.9.0 | 584 | 12/2/2020 |
| 1.8.0 | 614 | 12/2/2020 |
| 1.7.0 | 642 | 11/29/2020 |
| 1.6.0 | 1,978 | 11/19/2020 |
| 1.5.0 | 3,775 | 11/15/2020 |
| 1.4.0 | 1,996 | 11/11/2020 |
| 1.3.0 | 5,332 | 10/22/2020 |
| 1.2.0 | 1,438 | 10/20/2020 |
| 1.1.0 | 1,445 | 10/19/2020 |
| 1.0.0 | 3,116 | 10/11/2020 |
| 1.0.0-beta.4 | 1,154 | 7/22/2020 |
| 1.0.0-beta.3 | 400 | 7/17/2020 |
| 1.0.0-beta.2 | 389 | 7/6/2020 |
| 0.17.0 | 6,585 | 5/5/2020 |
| 0.16.0 | 9,651 | 2/24/2020 |
| 0.16.0-rc.4 | 405 | 2/18/2020 |
| 0.16.0-rc.3 | 416 | 2/18/2020 |
| 0.16.0-rc.2 | 394 | 2/13/2020 |
| 0.16.0-rc.1 | 400 | 10/19/2019 |
| 0.15.0 | 5,060 | 4/30/2019 |
| 0.14.0 | 885 | 4/23/2019 |
| 0.13.1 | 761 | 4/15/2019 |
| 0.13.0 | 769 | 4/9/2019 |
| 0.12.0 | 796 | 3/14/2019 |
| 0.11.0 | 774 | 3/13/2019 |
| 0.10.0 | 760 | 3/3/2019 |
| 0.9.0 | 802 | 2/27/2019 |
| 0.8.0 | 770 | 2/23/2019 |
| 0.7.0 | 839 | 2/12/2019 |
| 0.6.0 | 824 | 2/10/2019 |
| 0.5.0 | 890 | 2/3/2019 |
| 0.4.0 | 877 | 1/27/2019 |
| 0.3.0 | 903 | 1/20/2019 |
| 0.2.0 | 955 | 1/15/2019 |
| 0.1.0 | 926 | 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