MimeKit
by: Jeffrey Stedfast
- 868 total downloads
- Latest version: 4.1.0
MimeKit is an Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms. It also supports parsing of Unix mbox files.
Unlike any other .NET MIME parser, MimeKit's parser does not need to parse string input nor does it use a TextReader. Instead, it parses raw byte streams, thus allowing it to better support undeclared 8bit text in headers as well as message bodies. It also means that MimeKit's parser is significantly faster than other .NET MIME parsers.
MimeKit's parser also uses a real tokenizer when parsing the headers rather than regex or string.Split() like most other .NET MIME parsers. This means that MimeKit is much more RFC-compliant than any other .NET MIME parser out there, including the commercial implementations.
In addition to having a far superior parser implementation, MimeKit's object tree is not a derivative of System.Net.Mail objects and thus does not suffer from System.Net.Mail's limitations.
API documentation can be found on the web at http://www.mimekit.net/docs
For those that need SMTP, POP3 or IMAP support, check out https://github.com/jstedfast/MailKit
MSBuild.Sdk.Extras
by: Oren Novotny
- 337 total downloads
- Latest version: 1.5.4
Additional MSBuild targets and properties for SDK-style .NET projects.
Nerdbank.GitVersioning
by: Andrew Arnott
- 1.773k total downloads
- Latest version: 3.11.1-beta
Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.
NETStandard.Library
by: Microsoft
- 137 total downloads
- Latest version: 2.0.3
A set of standard .NET APIs that are prescribed to be used and supported together.
18a36291e48808fa7ef2d00a764ceb1ec95645a5
When using NuGet 3.x this package requires at least version 3.4.
Newtonsoft.Json
by: James Newton-King
- 754 total downloads
- Latest version: 13.0.5-beta1
Json.NET is a popular high-performance JSON framework for .NET
Newtonsoft.Json.Bson
by: James Newton-King
- 44 total downloads
- Latest version: 1.0.3
Json.NET BSON adds support for reading and writing BSON
OpenTK
by: Team OpenTK
- 511 total downloads
- Latest version: 5.0.0-pre.16
The Open Toolkit is set of fast, low-level C# bindings for OpenGL, OpenGL ES, OpenAL and OpenCL. It runs on all major platforms and powers hundreds of apps, games and scientific research. It provides bindings for GLFW windowing, input and a game loop, and is the perfect start for your own game engine. OpenTK comes with simple and easy to follow tutorials for learning *modern* OpenGL. These are written by the community and represent all of the best practices to get you started. Learn how to use OpenTK here: https://opentk.net/learn/index.html Sample projects that accompany the tutorial can be found here: https://github.com/opentk/LearnOpenTK We have a very active discord server, if you need help, want to help, or are just curious, come join us! https://discord.gg/6HqD48s
OpenTK.Audio
by: The OpenTK team.
- 1 total downloads
- Latest version: 5.0.0-pre.16
OpenAL bindings for dotnet.
OpenTK.Audio.OpenAL
by: Team OpenTK
- 47 total downloads
- Latest version: 5.0.0-pre.13
OpenAL bindings for dotnet from the Khronos OpenAL C library.
OpenTK.Compute
by: The OpenTK team.
- 286 total downloads
- Latest version: 5.0.0-pre.16
OpenCL bindings for dotnet.
OpenTK.Core
by: The OpenTK team.
- 309 total downloads
- Latest version: 5.0.0-pre.16
Core shared functionality for the OpenTK library.
OpenTK.GLControl
by: Team OpenTK
- 102 total downloads
- Latest version: 4.0.2
A WinForms control designed to wrap the OpenTK 4.x APIs.
OpenTK.GLWpfControl
by: varon NogginBops
- 246 total downloads
- Latest version: 5.0.0-pre.1
A native WPF control for OpenTK 5.X.
OpenTK.Graphics
by: The OpenTK team.
- 303 total downloads
- Latest version: 5.0.0-pre.16
OpenGL and OpenGL ES bindings for dotnet.
OpenTK.Input
by: Team OpenTK
- 305 total downloads
- Latest version: 5.0.0-pre.13
Hid/Controller input library.
OpenTK.Mathematics
by: The OpenTK team.
- 310 total downloads
- Latest version: 5.0.0-pre.16
Mathematical structures and algorithms, provided and used by OpenTK.
OpenTK.OpenAL
by: Team OpenTK
- 258 total downloads
- Latest version: 5.0.0-pre.8
OpenAL bindings for dotnet from the Khronos openAL c library.
OpenTK.Platform
by: The OpenTK team.
- 31 total downloads
- Latest version: 5.0.0-pre.16
Platform support for OpenTK, contains backends for Windows, Linux, and macOS.
OpenTK.Platform.Native
by: Team OpenTK
- 12 total downloads
- Latest version: 5.0.0-pre.10
Platform support for OpenTK, contains backends for Windows, Linux, and macOS.
OpenTK.redist.glfw
by: Team OpenTK
- 90 total downloads
- Latest version: 3.4.0.47
GLFW redistributables for OpenTK.