Microsoft.Rest.ClientRuntime.Azure by: Microsoft
  • 1 total downloads
  • Latest version: 3.3.8
  • Microsoft Azure AutoRest ClientRuntime REST Common ClientRuntime
Provides common error handling, tracing, and HTTP/REST-based pipeline manipulation.
Microsoft.Rest.ClientRuntime.Azure.Authentication by: Microsoft
  • 2 total downloads
  • Latest version: 2.3.6
  • Microsoft AutoRest ClientRuntime Authentication
Provides ADAL based authentication for Azure management client libraries
Microsoft.SourceLink.Common by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.0-beta-20204-02
  • MSBuild Tasks source control
MSBuild tasks providing source control information.
Microsoft.Spatial by: Microsoft
  • 3 total downloads
  • Latest version: 7.21.7
  • wcf data services odata odatalib edmlib spatial ado.net ef entity framework open protocol wcfds wcfdataservices dataservices
Contains classes and methods that facilitate geography and geometry spatial operations. Targets .NET Platform Standard 1.1. OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://docs.microsoft.com/en-us/odata/.
Microsoft.Testing.Platform.MSBuild by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.1
  • Microsoft test testing unittest unittesting unit-testing tdd
Microsoft Testing is a set of platform, framework and protocol intended to make it possible to run any test on any target or device. This package provides MSBuild integration of the platform, its extensions and configuration files.
Microsoft.TestPlatform.AdapterUtilities by: Microsoft
  • 2 total downloads
  • Latest version: 17.1.0-release-20220113-05
  • vstest visual-studio unittest testplatform mstest microsoft test testing
Includes helpers for the Test Platform's modern functionality such as standardized fully qualified names and hierarchical test case names.
Microsoft.TestPlatform.ObjectModel by: Microsoft
  • 1 total downloads
  • Latest version: 15.3.0-preview-20170427-09
The Microsoft Test Platform Object Model.
Microsoft.TestPlatform.TestHost by: Microsoft
  • 1 total downloads
  • Latest version: 17.2.1
  • vstest visual-studio unittest testplatform mstest microsoft test testing
Testplatform host executes the test using specified adapter.
Microsoft.TypeScript.MSBuild by: Microsoft
  • 7 total downloads
  • Latest version: 5.8.2
  • TypeScript
The TypeScript MSBuild task, and matching compiler version.
Microsoft.VisualStudio.Threading.Analyzers by: Microsoft
  • 2 total downloads
  • Latest version: 17.4.33
  • analyzers visualstudio vssdk sdk threading
Static code analyzer to detect common mistakes or potential issues regarding threading and async coding.
Microsoft.VisualStudio.Web.CodeGeneration by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.0-msbuild3-final
  • aspnetcore codegenerator scaffolding visualstudioweb
Contains the CodeGenCommand that finds the appropriate code generator and invokes it from project dependencies.
Microsoft.Web.WebView2 by: Microsoft
  • 3 total downloads
  • Latest version: 1.0.2194-prerelease
  • Microsoft Web WebView Native native package Edge C++ Win32 WPF WinForms dotnet framework core Webview2
The WebView2 control enables you to embed web technologies (HTML, CSS, and JavaScript) in your native applications powered by Microsoft Edge (Chromium). This package is necessary for Win32 C/C++, WPF, and WinForms applications. To learn more about package versions checkout https://aka.ms/wv2-packageversion. To learn best practices checkout: https://aka.ms/wv2-bestpractices.
Microsoft.Win32.Registry by: Microsoft
  • 2 total downloads
  • Latest version: 4.6.0-preview6.19264.9
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.
Microsoft.Windows.SDK.BuildTools by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.25931-preview
  • WindowsSDK build tools
Includes tools required for building projects targeting the Windows SDK.
Microsoft.Windows.SDK.BuildTools.MSIX by: Microsoft
  • 1 total downloads
  • Latest version: 1.3.20250314.1
  • WindowsSDK build tools MSIX
This package generates an .msix from the output of your project.
Microsoft.Windows.SDK.Contracts by: Microsoft
  • 3 total downloads
  • Latest version: 10.0.26100.8117-preview
  • 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.WindowsAppSDK.AI by: Microsoft
  • 1 total downloads
  • Latest version: 1.8.47
  • Windows "Windows App SDK" WinAppSDK Models AI APIs"
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 AI APIs.
Microsoft.WindowsAppSDK.Foundation by: Microsoft
  • 2 total downloads
  • Latest version: 1.8.251104000
  • Microsoft Resources Native Windows WindowsAppSDK
Windows App SDK
Microsoft.WindowsDesktop.App.Ref by: Microsoft
  • 4 total downloads
  • Latest version: 10.0.0-preview.7.25380.108
Package Description
MimeKit by: Jeffrey Stedfast
  • 2 total downloads
  • Latest version: 2.5.0
  • mime encryption arc dkim security smime s/mime openpgp pgp mbox mail email parser tnef net45 netstandard netstandard1.3 netstandard1.6 netstandard2.0 xamarin android ios monodroid monoandroid
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