MimeKit
by: Jeffrey Stedfast
- 581 total downloads
- Latest version: 4.17.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
Mono.TextTemplating
by: Mikayla Hutchinson
- 53 total downloads
- Latest version: 1.3.1
Open-source implementation of the T4 templating engine.
MQTTnet
by: The contributors of MQTTnet
- 107 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
- 93 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
- 621 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`.
MsgPack.Cli
by: FUJIWARA, Yusuke
- 36 total downloads
- Latest version: 0.5.3
MessagePack is fast, compact, and interoperable binary serialization format.
This package provides MessagePack serialization/deserialization APIs. This pacakge also supports Mono, Xamarin and Unity3D.
MudBlazor
by: Garderoben, Henon and Contributors
- 1.499k total downloads
- Latest version: 9.5.0
Blazor Component Library based on Material Design principles with an emphasis on ease of use and extensibility
ncrontab
by: Atif Aziz
- 11 total downloads
- Latest version: 1.0.0
NCrontab is crontab for Microsoft .NET Framework 2.0 and above. It provides parsing and formatting of crontab expressions as well as calculation of occurrences of time based on a schedule expressed in the crontab format.
Nerdbank.GitVersioning
by: Andrew Arnott
- 1.693k total downloads
- Latest version: 3.10.44-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
- 119 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
- 186 total downloads
- Latest version: 10.0.3
Json.NET is a popular high-performance JSON framework for .NET
NJsonSchema.CodeGeneration
by: Rico Suter
- 18 total downloads
- Latest version: 2.49.6019.25465
JSON Schema draft v4 reader, generator and validator for .NET
NJsonSchema.CodeGeneration.TypeScript
by: Rico Suter
- 7 total downloads
- Latest version: 8.15.6294.28833
JSON Schema draft v4 reader, generator and validator for .NET
NLog
by: Kim Christensen
- 23 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.
NodaTime
by: Jon Skeet
- 157 total downloads
- Latest version: 2.0.0-alpha20150728
Noda Time is a date and time API acting as an alternative to the built-in DateTime/DateTimeOffset etc types built into the .NET framework. It's based on the "engine" of Joda Time, the popular Java library - but with an API designed from the ground up.
NSwag.ApiDescription.Client
by: Rico Suter
- 1.305k total downloads
- Latest version: 14.7.1
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.CodeGeneration
by: Rico Suter
- 36 total downloads
- Latest version: 7.6.6171.30840
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.MSBuild
by: Rico Suter
- 4.661k total downloads
- Latest version: 14.7.1
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NuGet.Build.Tasks.Pack
by: Microsoft
- 496 total downloads
- Latest version: 6.14.0
NuGet tasks for MSBuild and dotnet pack.