Microsoft.Win32.Registry.AccessControl by: Microsoft
  • 20 total downloads
  • Latest version: 4.0.0-beta-22816
No description available.
Microsoft.Windows.Compatibility by: Microsoft
  • 1.015k total downloads
  • Latest version: 9.0.0-rc.2.24474.4
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET as well as .NET Standard.
Microsoft.Windows.CsWinRT by: Microsoft
  • 894 total downloads
  • Latest version: 2.1.6
  • managed C# WinRT cswinrt WinMD xlang C#/WinRT
C#/WinRT provides packaged WinRT projection support for the C# language. It is compatible with .NET 6 or later, and does not require any built-in knowledge of WinRT by the C# compiler.
Microsoft.Windows.SDK.Contracts by: Microsoft
  • 1.3k total downloads
  • Latest version: 10.0.26100.1742
  • managed WinRT WinForms WPF SDK WindowsSDK
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.
Microsoft.WindowsAzure.ConfigurationManager by: Microsoft
  • 346 total downloads
  • Latest version: 3.2.3
  • Microsoft "Microsoft Azure" Configuration "Configuration Manager" cloud azureofficial windowsazureofficial
Microsoft Azure Configuration Manager provides a unified API to load configuration settings regardless of where the application is hosted - whether on-premises or in a Cloud Service.
Microsoft.WindowsDesktop.App.Ref by: Microsoft
  • 840 total downloads
  • Latest version: 9.0.0-rc.2.24474.4
Package Description
Microsoft.WindowsDesktop.App.Runtime.win-x86 by: Microsoft
  • 1.022k total downloads
  • Latest version: 9.0.0-rc.2.24474.4
Package Description
MimeKit by: Jeffrey Stedfast
  • 3.159k total downloads
  • Latest version: 3.2.0
  • mime encryption arc dkim security smime s/mime openpgp pgp mbox mail email parser tnef net452 net461 net47 net48 net5.0 net6.0 netstandard netstandard2.0 netstandard2.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. 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
Minio by: Minio Inc.
  • 125 total downloads
  • Latest version: 1.1.1
  • minio cloud storage
Minio .NET SDK for Amazon S3 Compatible Cloud Storage
Mongo2Go by: Johannes Hoppe and many contributors
  • 755 total downloads
  • Latest version: 3.1.3
  • MongoDB Mongo unit test integration runner
Mongo2Go is a managed wrapper around the latest MongoDB binaries. It targets .NET Standard 2.0. This Nuget package contains the executables of mongod, mongoimport and mongoexport v4.4.4 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
mongocsharpdriver by: MongoDB Inc.
  • 2.543k total downloads
  • Latest version: 2.13.3
This package contains the legacy driver. The new driver's package name is MongoDB.Driver
MongoDB.Bson by: MongoDB Inc.
  • 4.691k total downloads
  • Latest version: 2.13.3
  • mongodb mongo nosql bson
MongoDB's Official Bson Library.
MongoDB.Driver by: MongoDB Inc.
  • 4.846k total downloads
  • Latest version: 2.13.3
  • mongodb mongo nosql
Official .NET driver for MongoDB.
MongoDB.Driver.Core by: MongoDB Inc.
  • 7.05k total downloads
  • Latest version: 2.17.1
  • mongodb mongo nosql
Core Component of the Official MongoDB .NET Driver.
MongoDB.Libmongocrypt by: MongoDB Inc.
  • 7.462k total downloads
  • Latest version: 1.12.0
  • mongodb mongo nosql
Libmongocrypt wrapper for the .NET driver.
MongoDB.LibMongocrypt by: markbenvenuto vincentkam dmitry_lukyanov rstam
  • 209 total downloads
  • Latest version: 1.2.0
  • mongodb mongo nosql
Libmongocrypt wrapper for the .NET driver.
Mono.Posix.NETStandard by: Microsoft
  • 121 total downloads
  • Latest version: 5.20.1-preview
Provides functionality to access Posix/Unix features
Mono.TextTemplating by: mhutch
  • 180 total downloads
  • Latest version: 2.0.5
  • T4 templating
Open-source implementation of the T4 templating engine.
Moq by: Daniel Cazzulino kzu
  • 939 total downloads
  • Latest version: 4.17.2
  • moq tdd mocking mocks unittesting agile unittest
Moq is the most popular and friendly mocking framework for .NET. Built from https://github.com/moq/moq4/tree/803ad5c99
MSBuild.Sdk.Extras by: Claire Novotny
  • 730 total downloads
  • Latest version: 3.0.44
  • msbuild sdk dotnet xamarin android ios macos uwp tizen
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
  • 681 total downloads
  • Latest version: 1.0.1
  • MsgPack MessagePack Serialization Formatter Serializer
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.