Bearded.Monads 1.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Bearded.Monads --version 1.0.3                
NuGet\Install-Package Bearded.Monads -Version 1.0.3                
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="Bearded.Monads" Version="1.0.3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bearded.Monads --version 1.0.3                
#r "nuget: Bearded.Monads, 1.0.3"                
#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.
// Install Bearded.Monads as a Cake Addin
#addin nuget:?package=Bearded.Monads&version=1.0.3

// Install Bearded.Monads as a Cake Tool
#tool nuget:?package=Bearded.Monads&version=1.0.3                

A place to put various monads that are useful in general C# programming.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Bearded.Monads:

Package Downloads
Csn.Trade.Utils

Package Description

Csn.Trade.ApiUtils

Package Description

confudge

Confudge makes it easy to use typed configuration without the overhead of creating adapter objects. It uses a convention and some overridable defaults to quickly enable typed configuration in .net.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.47 246 10/1/2024
1.4.46 144 10/1/2024
1.4.45 4,824 1/3/2024
1.4.43 427 1/3/2024
1.4.42 754 12/3/2023
1.4.40 5,224 2/3/2023
1.4.39 834 2/3/2023
1.4.1 857 2/3/2023 1.4.1 is deprecated because it is no longer maintained.
1.3.76 39,672 12/20/2018
1.3.75 1,357 12/20/2018
1.3.74 1,308 12/20/2018
1.3.73 1,408 11/26/2018
1.3.72 1,750 11/13/2018
1.3.69 1,392 10/29/2018
1.3.67 1,388 10/26/2018
1.3.60 24,343 4/23/2018
1.3.55 4,683 2/27/2018
1.3.48 4,419 11/14/2017
1.3.46 1,615 9/20/2017
1.3.45 1,512 9/14/2017
1.3.44 1,537 9/13/2017
1.3.43 1,569 9/12/2017
1.3.41 1,535 9/12/2017
1.3.40 1,558 9/6/2017
1.3.37 4,904 9/6/2017
1.3.36 1,553 9/6/2017
1.3.35 1,584 9/6/2017
1.3.34 1,548 9/6/2017
1.3.31 1,575 9/5/2017
1.3.30 1,572 9/5/2017
1.3.28 1,564 9/5/2017
1.3.27 4,682 8/23/2017
1.3.26 8,678 8/21/2017
1.3.25 11,469 8/16/2017
1.3.23 1,568 8/14/2017
1.3.21 1,550 8/3/2017
1.3.20 1,639 8/3/2017
1.3.18 1,518 8/3/2017
1.3.16 1,557 8/2/2017
1.3.15 1,764 8/1/2017
1.3.14 1,585 7/28/2017
1.3.13 1,636 7/6/2017
1.3.12 1,696 6/22/2017
1.3.11 1,649 6/22/2017
1.3.10 1,597 6/22/2017
1.3.9 1,640 5/25/2017
1.3.8 1,659 5/24/2017
1.2.2 1,616 5/24/2017
1.2.1 1,730 4/26/2017
1.1.5 5,783 8/18/2016
1.1.4 1,915 7/12/2016
1.1.3 2,121 6/12/2016
1.1.2 2,382 5/31/2016
1.1.1 1,835 5/9/2016
1.1.0 1,744 2/15/2016
1.0.25 1,898 10/29/2015
1.0.24 1,825 9/25/2015
1.0.23 1,796 9/24/2015
1.0.22 1,783 9/16/2015
1.0.21 1,794 9/4/2015
1.0.20 1,939 6/26/2015
1.0.19 1,857 6/24/2015
1.0.18 1,747 6/3/2015
1.0.17 1,996 6/3/2015
1.0.16 1,775 5/6/2015
1.0.15 2,635 11/30/2014
1.0.14 1,889 11/25/2014
1.0.13 1,828 10/22/2014
1.0.12 1,982 10/7/2014
1.0.11 1,888 10/7/2014
1.0.10 2,168 8/3/2014
1.0.9 1,852 8/3/2014
1.0.8 1,769 8/3/2014
1.0.7 1,965 7/30/2014
1.0.6 1,949 6/25/2014
1.0.5 1,858 6/25/2014
1.0.4 1,873 6/16/2014
1.0.3 2,174 3/24/2014
1.0.2 1,949 3/19/2014
1.0.0 1,817 3/19/2014

Add in a MaybeGetValue extension method for IDictionary<K,V> that returns everything in an option.