Microsoft.NETCore.DotNetHostResolver
by: Microsoft
- 0 total downloads
- Latest version: 6.0.0
Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost
Microsoft.NETCore.Runtime.CoreCLR
by: Microsoft
- 4 total downloads
- Latest version: 2.0.5
The .NET Core runtime, called CoreCLR, and the base library, called System.Private.CoreLib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes.
c51aa9006c035ccdf8aab2e9a363637e8c6e31da
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETCore.Targets
by: Microsoft
- 2 total downloads
- Latest version: 1.0.1-rc2-24027
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. \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb
Microsoft.NETCore.Targets.NETFramework
by: Microsoft
- 1 total downloads
- Latest version: 4.6.1-beta-23516
Ensures a minimum set of package versions when building .NET Framework applications and portable libraries. - 1548494
Microsoft.Orleans.Analyzers
by: Microsoft
- 1 total downloads
- Latest version: 9.2.0-preview3
C# Analyzers for Microsoft Orleans.
Microsoft.Orleans.Client
by: Microsoft
- 7 total downloads
- Latest version: 8.0.0
Collection of Microsoft Orleans libraries and files needed on the client.
Microsoft.Orleans.OrleansAzureUtils
by: Microsoft
- 1 total downloads
- Latest version: 2.3.2
Support library for hosting Orleans on Microsoft Azure.
Microsoft.Orleans.Sdk
by: Microsoft
- 10 total downloads
- Latest version: 9.0.0
Microsoft Orleans meta package to bring in the base Orleans packages for all project types.
Microsoft.Orleans.Server
by: Microsoft
- 13 total downloads
- Latest version: 7.2.4
Collection of Microsoft Orleans libraries and files needed on the server.
Microsoft.Owin.Hosting
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0-beta2
Microsoft.Owin.Hosting
Microsoft.Testing.Platform.MSBuild
by: Microsoft
- 1 total downloads
- Latest version: 1.7.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.TypeScript.MSBuild
by: Microsoft
- 1 total downloads
- Latest version: 5.8.2
The TypeScript MSBuild task, and matching compiler version.
Microsoft.VisualStudio.Threading.Analyzers
by: Microsoft
- 1 total downloads
- Latest version: 17.14.15
Static code analyzer to detect common mistakes or potential issues regarding threading and async coding.
Microsoft.VisualStudio.Web.CodeGeneration.Design
by: Microsoft
- 3 total downloads
- Latest version: 1.1.5
Code Generation tool for ASP.NET Core. Contains the dotnet-aspnet-codegenerator command used for generating controllers and views.
Microsoft.VisualStudio.Web.CodeGeneration.Utils
by: Microsoft
- 8 total downloads
- Latest version: 2.0.0
Contains utilities used by ASP.NET Core Code Generation packages.
Microsoft.Web.WebView2
by: Microsoft
- 4 total downloads
- Latest version: 0.9.579
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 Win 32 C/C++ applications. To learn more about package versions checkout https://aka.ms/wv2-packageversion. To learn best practices checkout: https://aka.ms/wv2-bestpractices.
Microsoft.Windows.SDK.Contracts
by: Microsoft
- 3 total downloads
- Latest version: 10.0.26100.4188
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.WindowsDesktop.App.Ref
by: Microsoft
- 4 total downloads
- Latest version: 7.0.17
Package Description
MimeKit
by: Jeffrey Stedfast
- 6 total downloads
- Latest version: 1.22.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