Microsoft.WindowsAppSDK.Foundation
by: Microsoft
- 27 total downloads
- Latest version: 2.0.250915002-experimental
Windows App SDK
Microsoft.WindowsAppSDK.InteractiveExperiences
by: Microsoft
- 26 total downloads
- Latest version: 2.0.250912002-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 Microsoft Interactive Experiences features.
Microsoft.WindowsAppSDK.ML
by: Microsoft
- 17 total downloads
- Latest version: 2.0.44-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 Windows Machine Learning APIs.
Microsoft.WindowsAppSDK.Packages
by: Microsoft
- 11 total downloads
- Latest version: 1.8.250610002-experimental3
The Windows App SDK empowers all Windows Desktop apps with modern Windows UI, APIs, and platform features, including back-compat support. This is a package that can be referenced to declare the WindowsAppSDK framework packages should be referenced by default.
Microsoft.WindowsAppSDK.Runtime
by: Microsoft
- 16 total downloads
- Latest version: 2.0.250930001-experimental1
The Windows App SDK empowers all Windows Desktop apps with modern Windows UI, APIs, and platform features, including back-compat support. This is a package that can be referenced to declare the WindowsAppSDK framework packages should be referenced by default.
Microsoft.WindowsAppSDK.Widgets
by: Microsoft
- 20 total downloads
- Latest version: 2.0.250918003-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 Widgets APIs.
Microsoft.WindowsAppSDK.WinUI
by: Microsoft
- 29 total downloads
- Latest version: 2.0.250930000-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
- 739 total downloads
- Latest version: 4.14.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
MimeKitLite
by: Jeffrey Stedfast
- 140 total downloads
- Latest version: 4.14.0
MimeKit is an Open Source library for creating and parsing MIME messages. It also supports parsing of Unix mbox files.
The difference between MimeKit and MimeKitLite is that MimeKitLite lacks support for most cryptography features such as OpenPGP, S/MIME and DKIM.
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
Mollie.Api
by: Vincent Kok
- 75 total downloads
- Latest version: 1.4.4.1
This is a wrapper for the Mollie REST webservice. All payment methods and webservice calls are supported.
Mono.Options
by: Microsoft
- 13 total downloads
- Latest version: 6.6.0.161
A Getopt::Long-inspired option parsing library for C#.
Mono.TextTemplating
by: Mikayla Hutchinson
- 25 total downloads
- Latest version: 1.3.1
Open-source implementation of the T4 templating engine.
MQTTnet
by: The contributors of MQTTnet
- 113 total downloads
- Latest version: 4.3.7.1207
MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker) and supports v3.1.0, v3.1.1 and v5.0.0 of the MQTT protocol.
MQTTnet.Extensions.ManagedClient
by: The contributors of MQTTnet
- 111 total downloads
- Latest version: 4.3.7.1207
This is an extension library which provides a managed MQTT client with additional features using MQTTnet.
MSBuild.Sdk.Extras
by: Claire Novotny
- 223 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`.
MySqlConnector
by: Bradley Grainger
- 336 total downloads
- Latest version: 2.5.0
A truly async MySQL ADO.NET provider, supporting MySQL Server, MariaDB, Amazon Aurora, Azure Database for MySQL, Google Cloud SQL, and more.
Nerdbank.GitVersioning
by: Andrew Arnott
- 680 total downloads
- Latest version: 3.9.50
Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.
NETStandard.Library
by: Microsoft
- 1.916k total downloads
- Latest version: 2.0.1
A set of standard .NET APIs that are prescribed to be used and supported together.
b7f182415927d3b98445d043e1680c56b9d1f17c
When using NuGet 3.x this package requires at least version 3.4.
Newtonsoft.Json
by: James Newton-King
- 1.006k total downloads
- Latest version: 10.0.3
Json.NET is a popular high-performance JSON framework for .NET
NLog
by: Kim Christensen
- 9 total downloads
- Latest version: 2.1.0
NLog is a logging platform for .NET with rich log routing and management capabilities. It can help you produce and manage high-quality logs for your application regardless of its size or complexity.
This package installs NLog.dll with includes core logging functionality.
For your main project also need to install "NLog Configuration" package.