Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100 by: Microsoft
  • 63 total downloads
  • Latest version: 9.0.11
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100 by: Microsoft
  • 63 total downloads
  • Latest version: 9.0.11
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100 by: Microsoft
  • 1.592k total downloads
  • Latest version: 8.0.22
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100 by: Microsoft
  • 61 total downloads
  • Latest version: 9.0.11
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.400 by: Microsoft
  • 128 total downloads
  • Latest version: 6.0.36
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100 by: Microsoft
  • 1.594k total downloads
  • Latest version: 8.0.22
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100 by: Microsoft
  • 62 total downloads
  • Latest version: 9.0.11
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100 by: Microsoft
  • 1.596k total downloads
  • Latest version: 8.0.22
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100 by: Microsoft
  • 62 total downloads
  • Latest version: 9.0.11
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100 by: Microsoft
  • 62 total downloads
  • Latest version: 9.0.11
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.Platforms by: Microsoft
  • 4.186k total downloads
  • Latest version: 5.0.0
Provides runtime information required to resolve target framework, platform, and runtime specific implementations of .NETCore packages. When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETCore.Targets by: Microsoft
  • 1.572k total downloads
  • Latest version: 1.1.0
Provides supporting infrastructure for portable projects: support identifiers that define framework and runtime for support targets and packages that reference the minimum supported package versions when targeting these. When using NuGet 3.x this package requires at least version 3.4.
Microsoft.OpenApi by: Microsoft
  • 1.029k total downloads
  • Latest version: 1.2.3
  • OpenAPI .NET
.NET models with JSON and YAML writers for OpenAPI specification
Microsoft.TestPlatform.ObjectModel by: Microsoft
  • 485 total downloads
  • Latest version: 18.0.0
  • vstest visual-studio unittest testplatform mstest microsoft test testing
The Microsoft Test Platform Object Model.
Microsoft.VisualStudio.Azure.Containers.Tools.Targets by: Microsoft
  • 152 total downloads
  • Latest version: 1.21.2
  • container containers Docker microservices Azure
Targets files to enable the Visual Studio Tools for Containers.
Microsoft.Win32.Primitives by: Microsoft
  • 1.273k total downloads
  • Latest version: 4.3.0
Provides common types for Win32-based libraries. Commonly Used Types: System.ComponentModel.Win32Exception When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Win32.Registry by: Microsoft
  • 1.487k total downloads
  • Latest version: 5.0.0
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 When using NuGet 3.x this package requires at least version 3.4.
MimeKit by: Jeffrey Stedfast
  • 11 total downloads
  • Latest version: 2.15.1
  • mime encryption arc dkim security smime s/mime openpgp pgp mbox mail email parser tnef net45 net46 net47 net48 netstandard netstandard2.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
MimeTypes by: Kristian Hellang
  • 143 total downloads
  • Latest version: 2.5.2
  • mime mimetype mediatype file type extension
A simple lookup from file name/extension to MIME/media type and vice versa, generated from mime-db, which in turn is compiled from IANA, Apache and nginx's MIME types.
Mongo2Go by: Johannes Hoppe and many contributors
  • 175 total downloads
  • Latest version: 2.2.16
  • MongoDB Mongo unit test integration runner
Mongo2Go is a managed wrapper around the latest MongoDB binaries. It targets .NET Standard 1.6. This Nuget package contains the executables of mongod, mongoimport and mongoexport v3.6.1 for Windows, Linux and macOS. Mongo2Go has two use cases: 1. Providing multiple, temporary and isolated MongoDB databases for unit tests (or to be precise: integration tests) 2. Providing a quick to set up MongoDB database for a local developer environment