MicroElements.Functional 0.17.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package MicroElements.Functional --version 0.17.0
                    
NuGet\Install-Package MicroElements.Functional -Version 0.17.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MicroElements.Functional" Version="0.17.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MicroElements.Functional" Version="0.17.0" />
                    
Directory.Packages.props
<PackageReference Include="MicroElements.Functional" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MicroElements.Functional --version 0.17.0
                    
#r "nuget: MicroElements.Functional, 0.17.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package MicroElements.Functional@0.17.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MicroElements.Functional&version=0.17.0
                    
Install as a Cake Addin
#tool nuget:?package=MicroElements.Functional&version=0.17.0
                    
Install as a Cake Tool

C# implementation of functional concepts: Maybe (Option), Either (Result), Try, Memoize

Product 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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • 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 84,376 12/2/2020
1.9.0 625 12/2/2020
1.8.0 663 12/2/2020
1.7.0 690 11/29/2020
1.6.0 2,032 11/19/2020
1.5.0 3,824 11/15/2020
1.4.0 2,040 11/11/2020
1.3.0 5,366 10/22/2020
1.2.0 1,482 10/20/2020
1.1.0 1,489 10/19/2020
1.0.0 3,163 10/11/2020
1.0.0-beta.4 1,200 7/22/2020
1.0.0-beta.3 444 7/17/2020
1.0.0-beta.2 444 7/6/2020
0.17.0 6,642 5/5/2020
0.16.0 9,707 2/24/2020
0.16.0-rc.4 431 2/18/2020
0.16.0-rc.3 457 2/18/2020
0.16.0-rc.2 421 2/13/2020
0.16.0-rc.1 431 10/19/2019
Loading failed

$# 0.17.0
- Message marked as serializable
- Message: all temporary context and caches moved to MessageContext that marked as NonSerialized
- Message: Fixed With methods (default property add mode is merge now)
- Message: some optimizations
- Removed memoize in ValueObject
- Memoize extensions fixed (recursion)

# 0.16.0
- FirstOrNone fix for value types.

# 0.16.0-rc.1
- MessageTemplate
- Many extensions

# 0.15.0
- Added MatchUnsafe for Result types that can return null result.
- Changes: GetValueOrDefault now can return null result.

# 0.14.0
- Memoize with TwoLayerCache
- ValueObject Equals doesnot throw Exception


Full release notes can be found at: https://github.com/micro-elements/MicroElements.Functional.git/blob/master/CHANGELOG.md