Microsoft.WindowsAppSDK.WinUI
by: Microsoft
- 16 total downloads
- Latest version: 2.0.3-experimental
The Windows App SDK empowers all Windows Desktop apps with modern Windows UI, APIs, and platform features, including back-compat support. This package contains the modern Windows UI features.
MimeKit
by: Jeffrey Stedfast
- 616 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: Claire Novotny
- 488 total downloads
- Latest version: 3.0.44
An MSBuild SDK package for SDK-style .NET projects that has additional properties and targets which extends `Microsoft.NET.Sdk`.
Nerdbank.GitVersioning
by: Andrew Arnott
- 1.211k total downloads
- Latest version: 3.10.8-alpha
Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.
NETStandard.Library
by: Microsoft
- 98 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
- 533 total downloads
- Latest version: 13.0.4
Json.NET is a popular high-performance JSON framework for .NET
Newtonsoft.Json.Bson
by: James Newton-King
- 32 total downloads
- Latest version: 1.0.3
Json.NET BSON adds support for reading and writing BSON
OpenTK
by: Team OpenTK
- 86 total downloads
- Latest version: 5.0.0-pre.15
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.OpenAL
by: Team OpenTK
- 8 total downloads
- Latest version: 5.0.0-pre.13
OpenAL bindings for dotnet from the Khronos OpenAL C library.
OpenTK.Compute
by: Team OpenTK
- 47 total downloads
- Latest version: 5.0.0-pre.13
OpenCL Compute Bindings for dotnet from the Khronos OpenCL C Library.
OpenTK.Core
by: Team OpenTK
- 51 total downloads
- Latest version: 5.0.0-pre.13
Holds core functionality used by other OpenTK packages.
OpenTK.GLControl
by: Team OpenTK
- 18 total downloads
- Latest version: 4.0.2
A WinForms control designed to wrap the OpenTK 4.x APIs.
OpenTK.GLWpfControl
by: varon NogginBops
- 41 total downloads
- Latest version: 5.0.0-pre.1
A native WPF control for OpenTK 5.X.
OpenTK.Graphics
by: Team OpenTK
- 50 total downloads
- Latest version: 5.0.0-pre.13
OpenGl and OpenGLES bindings for dotnet from the Khronos OpenGL C library.
OpenTK.Input
by: Team OpenTK
- 51 total downloads
- Latest version: 5.0.0-pre.13
Hid/Controller input library.
OpenTK.Mathematics
by: Team OpenTK
- 51 total downloads
- Latest version: 5.0.0-pre.13
A basic mathematics library developed primarily for rendering in 3d and 2d.
OpenTK.OpenAL
by: Team OpenTK
- 43 total downloads
- Latest version: 5.0.0-pre.8
OpenAL bindings for dotnet from the Khronos openAL c library.
OpenTK.Platform
by: Team OpenTK
- 5 total downloads
- Latest version: 5.0.0-pre.15
Platform support for OpenTK, contains backends for Windows, Linux, and macOS.
OpenTK.Platform.Native
by: Team OpenTK
- 2 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
- 16 total downloads
- Latest version: 3.4.0.47
GLFW redistributables for OpenTK.