Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Frameworks
.NET
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
336 packages returned for Tags:"type""
Sort by
Relevance
Downloads
Recently updated
OneOf
by:
mcintyre321
8,244,999 total downloads
last updated
3/14/2023
Latest version:
3.0.243
discriminated
unions
return
type
match
switch
F# style discriminated unions for C#, using a custom type OneOf<T0, ... Tn> which holds a single value and has a .Match(...) method on it for exhaustive matching. Simple but powerful.
Mime-
Detective
by:
Mime-Detective
TonyValenti
7,132,561 total downloads
last updated
12/14/2022
Latest version:
22.12.14
Magic
Numbers
Words
File
Format
Media
Header
Signature
Type
Detection
More tags
The ultimate file-extension & mime-type library with over 14,000+ signatures. Quickly detect extensions & mime types from a stream or byte array using magic numbers (file headers) and magic words. A default...
More information
MimeMapping
by:
zone117x
6,130,622 total downloads
last updated
11/16/2022
Latest version:
1.0.1.50
mimetype
contenttype
mime
type
mimemapping
GetMimeMapping
media-types
rfc
4288
Constants for (almost) all MIME types and method to determine MIME type from a file name. Contains just over 1000 mime types. The Dictionary is generated from the jshttp/mime-db db.json file. Works similar to...
More information
SimpleInfoName
by:
simoncropp
1,590,457 total downloads
last updated
3/9/2023
Latest version:
2.1.1
Type
Naming
Generates simple names info (types, parameters, properties, fields, and methods).
MimeTypes
by:
khellang
3,034,032 total downloads
last updated
2/21/2023
Latest version:
2.4.1
mime
mimetype
mediatype
file
type
extension
A simple lookup from file name/extension to MIME/media type and vice versa, generated from mime-db, which in turn is compiled from IANA, Apache and nginx's MIME types.
OBeautifulCode.
Type
by:
obeautifulcode
1,309,732 total downloads
last updated
1/17/2023
Latest version:
1.0.118
typedescription
types
type
IDeepCloneable
IShallowCloneable
Shared types related to Types.
FileSignatures
by:
neilharvey
944,273 total downloads
last updated
9/15/2022
Latest version:
4.4.0
File
Format
Mime
Type
Media
Type
Header
Signature
Detection
A small library for detecting the type of a file based on header signature (also known as magic number) rather than file extension.
TypeSupport
by:
RefactorMike
449,051 total downloads
last updated
3/14/2023
Latest version:
1.2.0
type
support
utility
reflection
tools
TypeSupport provides tools to give you more information about .Net types and factories for working with objects, collections, enums and more.
OBeautifulCode.
Type.
Recipes.
TypeExtensions
by:
obeautifulcode
265,672 total downloads
last updated
1/17/2023
Latest version:
1.0.118
type
extensions
Extension methods on Type.
Myrmec
by:
rocketrobin
297,341 total downloads
last updated
6/12/2018
Latest version:
1.2.0
file
format
file
type
Myrmec is a library that used to identifie real file format type by detecting the file binary head with out file extention.
Waher.
Content
by:
PeterWaher
374,853 total downloads
last updated
3/9/2023
Latest version:
2.5.5
internet
content
data
type
encoding
decoding
extensible
Library that provides basic abstraction for Internet Content Type, and basic encodings and decodings. This includes handling and parsing of common data types, text, JSON, CSV, binary data and multi-part...
More information
Waher.
Content.
Xml
by:
PeterWaher
278,486 total downloads
last updated
2/27/2023
Latest version:
2.1.0
internet
content
data
type
encoding
decoding
xml
Helps with encoding and decoding of XML. It integrates with the architecture defined in Waher.Content.
OneOf.
FSharp
by:
mcintyre321
232,800 total downloads
last updated
3/14/2023
Latest version:
3.0.243
discriminated
unions
return
type
match
switch
This is an FSharp library for interop with the C# OneOf Types
ReflectionBridge
by:
sheyenrath
221,041 total downloads
last updated
1/13/2018
Latest version:
0.0.13
type
typeinfo
extensions
proxy
bridge
reflection
Provides some extensions which define a bridge for the differences between Type and TypeInfo.
NsDepCop
by:
realvizu
488,365 total downloads
last updated
9/18/2022
Latest version:
2.2.0
static
code
analysis
analyzer
tool
C#
csharp
namespace
type
dependency
More tags
Static code analysis tool for enforcing namespace-based type dependency rules in C# projects.
Miracle.
Settings
by:
PolarbearDK
198,278 total downloads
last updated
5/24/2020
Latest version:
3.1.0
appsetting
strong
type
setting
config
configuration
POCO
Load application settings into strong typed objects with two lines of code. Supports validation, nested objects, arrays, lists and dictionaries.
OneOf.
Extended
by:
mcintyre321
194,062 total downloads
last updated
3/14/2023
Latest version:
3.0.243
discriminated
unions
return
type
match
switch
This package extends the OneOf types from OneOf<T0, .., T9> to OneOf<T0, .., T32> for when you really have a lot of options
MimeSharp
by:
ujjwol
263,101 total downloads
last updated
10/2/2014
Latest version:
1.0.0
mimesharp
mime-type
mime
extension
file
file-extension
mime
type
MIME type handling utility for C#. Allows user to lookup mime type by filename, get file extensions for mime types. Includes all 600+ types and 800+ extensions defined by the Apache project.
Truncon.
Collections
by:
jehugaleahsa
111,172 total downloads
last updated
10/15/2018
Latest version:
1.0.0
ordered
dictionary
generic
type
safe
Provides a generic, type-safe implementation of an OrderedDictionary.
Strilanc.
Value.
May
by:
Strilanc
79,666 total downloads
last updated
11/29/2012
Latest version:
1.0.2
may
option
type
maybe
Implements an option type (Strilanc.Value.May<T>) that encourages usage based on pattern matching rather than ForceGetValue. Also includes utility methods for producing, consuming and transforming May<T>. Note...
More information
Previous
Next