Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Advanced search filters
Frameworks
.NET
net8.0
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
59 packages returned for Tags:"union"
Sort by
Relevance
Downloads
Recently updated
ValueVariant
by:
hikarin522
179,758 total downloads
last updated
12/5/2022
Latest version:
0.5.0
variant
union
C# source generator to generate efficient and type-safe variant types for unmanaged types.
ExhaustiveMatching.
Analyzer
by:
WalkerCodeRanger
280,975 total downloads
last updated
5/26/2020
Latest version:
0.5.0
analyzers
switch
exhaustive
match
discriminated
union
sum-type
ExhaustiveMatching.Analyzer adds exhaustive matching to C# switch statements and expressions. Get compiler errors for missing cases in a switch statement or expression. Mark which switches should have...
More information
Clipper
by:
jholland
216,313 total downloads
last updated
11/15/2016
Latest version:
6.4.0
Clipper
polygon
lines
intersection
union
difference
exclusiveor
The Clipper library performs clipping and offsetting for both lines and polygons. All four boolean clipping operations are supported - intersection, union, difference and exclusive-or. Polygons can be of any...
More information
Clipper2
by:
angusj
136,398 total downloads
last updated
11/28/2023
Latest version:
1.3.0
geometry
polygon
clipping
inflate
intersection
union
difference
offsetting
boolean-operations
Polygon Clipping and Offsetting Library
Typing.
Union
by:
KennethTang
25,223 total downloads
last updated
3/13/2023
Latest version:
1.2.0
Union
Union typing is only needed when you have a statically typed language, as you need to declare that an object can return one of multiple types (in your case an int or string , or in the other example string or...
More information
com.
angusj.
Clipper
by:
gylee
74,886 total downloads
last updated
9/14/2017
Latest version:
6.4.2
Clipper
polygon
lines
intersection
union
difference
exclusiveor
The Clipper library performs clipping and offsetting for both lines and polygons. All four boolean clipping operations are supported - intersection, union, difference and exclusive-or. Polygons can be of any...
More information
Dunet
by:
domn1995
68,213 total downloads
last updated
11/2/2023
Latest version:
1.10.0
source
generator
discriminated
union
functional
tagged
A simple source generator for discriminated unions in C#.
ImTools
by:
dadhi
296,647 total downloads
last updated
7/25/2022
Latest version:
4.0.0
FP
Performance
Simple
Functional
Immutable
Persistent
Map
Avl
2-3Tree
Self
More tags
Immutable persistent collections, algebraic sum-type aka descriminated union, Ref type and supportive extensions for performant functional programming in C#. Split from the DryIoc:...
More information
CodeJam
by:
andrewvk
285,193 total downloads
last updated
5/12/2022
Latest version:
4.1.0
list
string
collection
data-structure
threading
xml
reflection
async
assertion
IO
More tags
CodeJam is a set of handy reusable .NET components that can simplify your daily work and save your time when you copy and paste your favorite helper methods and classes from one project to another.
Hexarc.
Serialization.
Union
by:
shadeglare
16,716 total downloads
last updated
4/23/2023
Latest version:
3.0.1
Tagged
Union
Discriminated
Serialization
Json
This package helps to serialize .NET/C# classes hierarchy as a tagged union (also known as a discriminated union).
PowerfulExtensions
by:
gisek
16,399 total downloads
last updated
8/17/2013
Latest version:
1.0.5
extension
linq
distinct
except
intercept
union
concat
A bunch of useful extension methods
DiscriminatedUnion
by:
sdedalus
4,737 total downloads
last updated
8/4/2017
Latest version:
1.0.0.45
Discriminated
Union
Implementation of Discriminated Union and Pattern Matching in C#. string outputValue = x.Match<String>() .Case(c => c == "Test", v => "It's Test!") .Case(v => "It's Not Test!") .Else(()...
More information
Ibra.
Polymorphic
by:
Eyas
8,345 total downloads
last updated
9/18/2018
Latest version:
1.3.0
polymorphic
type
union
maybe
some
just
optional
option
either
union
Provides support polymorphic types in C#, such as Covariant and Invariant Maybe (Optional) types, and type unions.
dotVariant
by:
mknejp
12,391 total downloads
last updated
9/23/2022
Latest version:
0.5.3
variant
sum-types
functional
union
algebraic-data-types
discriminated-unions
A type-safe and space-efficient sum type for C# (comparable to unions in C or C++)
CSharpDiscriminatedUnion.
Attributes
by:
Galad
12,236 total downloads
last updated
4/14/2020
Latest version:
2.0.1
Discriminated
union
tagged
union
sum
type
algebraic
data
type
functional
More tags
Contains the attributes for the nuget package CSharpDiscriminatedUnion
DiscU
by:
jamesbascle
19,215 total downloads
last updated
2/16/2018
Latest version:
1.0.0.9
Discriminated
Union
Unions
Pattern
Matching
OneOf
Tagged
Sum
Type
Types
Portable library for easy to use F#-like Discriminated Unions in C#. Implicitly casts objects into OneOf instances, then use .Match extension to do pattern matching. Designed as a partial drop in replacement...
More information
UnionType
by:
HCricle
3,840 total downloads
last updated
3/14/2023
Latest version:
1.4.0
union
type
An union type for c#. Powerful, low consumption, and highly scalable type for c#.
ImTools.
dll
by:
dadhi
63,065 total downloads
last updated
7/25/2022
Latest version:
4.0.0
FP
Performance
Simple
Functional
Immutable
Persistent
Map
Avl
2-3Tree
Self
More tags
Immutable persistent collections, algebraic sum-type aka descriminated union, Ref type and supportive extensions for performant functional programming in C#. Split from the DryIoc:...
More information
Polybool.
Net
by:
idormenco
7,940 total downloads
last updated
7/1/2021
Latest version:
2.0.0
polygons
boolean
union
intersection
difference
xor
polybooljs
Boolean operations on polygons (union, intersection, difference, xor) in .NET
NCommons.
Monads
by:
manuel.roemer
13,976 total downloads
last updated
11/17/2019
Latest version:
2.0.0
NCommons
Common
Extension
Monads
Monadic
Optional
Option
Maybe
Variant
Union
NCommons is a set of several .NET libraries which provide common building blocks that can be used by any kind of library or application. This library provides several members which assist in writing type-safe...
More information
Previous
Next