Microsoft.Rest.ClientRuntime.Azure
by: Microsoft
- 1 total downloads
- Latest version: 3.3.8
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
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 providing source control information.
Microsoft.Spatial
by: Microsoft
- 3 total downloads
- Latest version: 7.21.7
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 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
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
Testplatform host executes the test using specified adapter.
Microsoft.TypeScript.MSBuild
by: Microsoft
- 7 total downloads
- Latest version: 5.8.2
The TypeScript MSBuild task, and matching compiler version.
Microsoft.VisualStudio.Threading.Analyzers
by: Microsoft
- 2 total downloads
- Latest version: 17.4.33
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
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
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
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
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
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
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
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
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