FunctionalSharp.PatternMatching 0.9.2

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

// Install FunctionalSharp.PatternMatching as a Cake Tool
#tool nuget:?package=FunctionalSharp.PatternMatching&version=0.9.2

Provides pattern matching for C# using a fuent syntax. It will allow you to use a more functional approach to complex if/else and switch statements.

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 (1)

Showing the top 1 NuGet packages that depend on FunctionalSharp.PatternMatching:

Package Downloads
TypedDotNet

This project helps create a typescript model that can then be used to write typesrcript classes/interfaces/other typescript constructs based on a .net assembly.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.106 1,400 2/4/2018
0.9.103 898 12/15/2017
0.9.5 945 2/10/2017
0.9.4 2,762 7/2/2016
0.9.3 977 7/2/2016
0.9.2 1,121 5/15/2015
0.9.1 1,138 4/24/2015
0.1.0 1,111 8/8/2014

- Allow pattermatchingsingle to be used for null values.