SuccincT 1.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package SuccincT --version 1.5.0
                    
NuGet\Install-Package SuccincT -Version 1.5.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="SuccincT" Version="1.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SuccincT" Version="1.5.0" />
                    
Directory.Packages.props
<PackageReference Include="SuccincT" />
                    
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 SuccincT --version 1.5.0
                    
#r "nuget: SuccincT, 1.5.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 SuccincT@1.5.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=SuccincT&version=1.5.0
                    
Install as a Cake Addin
#tool nuget:?package=SuccincT&version=1.5.0
                    
Install as a Cake Tool

Discriminated unions, pattern matching and partial applications for C#

There are no supported framework assets in this 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 SuccincT:

Package Downloads
SuccincT.JSON

SuccincT.JSON adds JSON serialization support to Succinc<T>, a .NET library that adds a number of functional features to C#.

Converto.SuccincT

A C# library which gives you basic functions for type conversion and object transformation

ReduxSimple.DevTools

Simple Stupid Redux Store using Reactive Extensions

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on SuccincT:

Repository Stars
Odonno/ReduxSimple
Simple Stupid Redux Store using Reactive Extensions
Version Downloads Last Updated
4.0.0 53,049 2/17/2020
3.2.0 42,710 5/17/2018
3.1.0 10,586 2/12/2018
3.0.1 10,421 6/27/2017
3.0.0 1,800 5/25/2017
2.3.0 20,071 3/8/2017
2.2.0 1,629 1/25/2017
2.1.0 1,684 8/26/2016
2.0.0 1,497 6/28/2016
1.6.0 1,791 4/18/2016
1.5.1 1,568 1/12/2016
1.5.0 1,595 11/4/2015
1.4.1 1,497 10/19/2015
1.4.0 1,549 9/22/2015
1.3.2 1,533 7/1/2015
1.3.0 1,522 6/30/2015
1.2.0 1,565 6/23/2015
1.1.0 1,506 6/22/2015
1.0.0 1,573 6/17/2015

V1.5.0 adds Option<T> variations on FirstOrDefault, LastOrDefault, SingleOrDefault and ElementAtOrDefault methods to IEnumerable<T> and adds the option of using IgnoreElse() instead of Else(empty lambda) with Exec matchers.