Microsoft.VisualStudio.Threading.Analyzers
by: Microsoft
- 2 total downloads
- Latest version: 16.3.1-alpha
Static code analyzer to detect common mistakes or potential issues regarding threading and async coding.
Microsoft.Win32.Primitives
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22816
Provides common types for Win32-based libraries.
Commonly Used Types:
System.ComponentModel.Win32Exception
Microsoft.Win32.Registry
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22605
Provides support for accessing and modifying the Windows Registry.
Commonly Used Types:
Microsoft.Win32.RegistryKey
Microsoft.Win32.Registry
Microsoft.Win32.RegistryValueKind
Microsoft.Win32.RegistryHive
Microsoft.Win32.RegistryView
Microsoft.Windows.SDK.BuildTools
by: Microsoft
- 1 total downloads
- Latest version: 10.0.26100.7627
Includes tools required for building projects targeting the Windows SDK.
Microsoft.Windows.SDK.Contracts
by: Microsoft
- 5 total downloads
- Latest version: 10.0.26100.7175
The Windows WinRT API Pack enables you to add the latest Windows Runtime APIs support to your .NET Framework 4.6+ and .NET Core 3.0+ libraries and apps.
This package includes all the supported Windows Runtime APIs up to Windows version 26100. If you are targeting earlier platforms, consider only offering functionality available on the detected platform version. For further details, see:
https://docs.microsoft.com/en-us/windows/uwp/debug-test-perf/version-adaptive-code
Supported platforms:
- .NET Framework 4.6+
- .NET Core 3.0+
Requires default package management format set to PackageReference, and NuGet 4.0 or higher.
MimeKit
by: Jeffrey Stedfast
- 2 total downloads
- Latest version: 2.5.1
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 (more than 25x faster than OpenPOP.NET and over 100x faster than AE.Net.Mail and MailSystem.NET).
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 massive limitations or bugs.
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
Moq
by: Daniel Cazzulino
- 1 total downloads
- Latest version: 4.1.1309.800
The most popular and friendly mocking framework for .NET
MsgPack.Cli
by: FUJIWARA, Yusuke
- 4 total downloads
- Latest version: 0.9.2
MessagePack is fast, compact, and interoperable binary serialization format.
This package provides MessagePack serialization/deserialization APIs. This pacakge also supports Mono, Xamarin, .NET Core and Unity.
MySqlConnector
by: Bradley Grainger
- 2 total downloads
- Latest version: 2.1.3
A truly async MySQL ADO.NET provider, supporting MySQL Server, MariaDB, Percona Server, Amazon Aurora, Azure Database for MySQL and more.
NJsonSchema.Yaml
by: Rico Suter
- 1 total downloads
- Latest version: 10.6.5
JSON Schema reader, generator and validator for .NET
NSwag.AssemblyLoader
by: Rico Suter
- 1 total downloads
- Latest version: 3.8.6012.21458
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.CodeGeneration
by: Rico Suter
- 1 total downloads
- Latest version: 9.5.6256.39766
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.Core
by: Rico Suter
- 1 total downloads
- Latest version: 11.17.17
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.Core.Yaml
by: Rico Suter
- 1 total downloads
- Latest version: 11.17.18
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.Generation.WebApi
by: Rico Suter
- 1 total downloads
- Latest version: 13.14.8
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.SwaggerGeneration
by: Rico Suter
- 1 total downloads
- Latest version: 11.10.0
NSwag: The Swagger API toolchain for .NET and TypeScript
NuGet.Configuration
by: Microsoft
- 2 total downloads
- Latest version: 4.4.3+6a53d40cdb2f65a9dbbf458556372e275f2e3a4a
NuGet's client configuration settings implementation.
NuGet.Protocol.Core.Types
by: NuGet
- 3 total downloads
- Latest version: 4.2.0
NuGet's protocol-level base types used for connecting to API v2 and API v3 repositories.
OneOf
by: Harry McIntyre
- 3 total downloads
- Latest version: 3.0.205
F# style discriminated unions or 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.