Microsoft.NET.Sdk.WebAssembly.Pack by: Microsoft
  • 0 total downloads
  • Latest version: 9.0.5
SDK for building and publishing WebAssembly applications.
Microsoft.NET.Test.Sdk by: Microsoft
  • 3 total downloads
  • Latest version: 17.1.0
  • vstest visual-studio unittest testplatform mstest microsoft test testing
The MSbuild targets and properties for building .NET test projects.
Microsoft.NETCore.DotNetAppHost by: Microsoft
  • 0 total downloads
  • Latest version: 2.0.0
Provides the .NET Core app bootstrapper intended for use in the application directory e8b8861ac7faf042c87a5c2f9f2d04c98b69f28d When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETCore.DotNetHostPolicy by: Microsoft
  • 0 total downloads
  • Latest version: 2.0.0
Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing e8b8861ac7faf042c87a5c2f9f2d04c98b69f28d When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETCore.DotNetHostResolver by: Microsoft
  • 0 total downloads
  • Latest version: 2.0.0
Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost e8b8861ac7faf042c87a5c2f9f2d04c98b69f28d When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETCore.Platforms by: Microsoft
  • 15 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
  • 3 total downloads
  • Latest version: 1.1.3
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.NETFramework.ReferenceAssemblies by: Microsoft
  • 0 total downloads
  • Latest version: 1.0.3
Microsoft .NET Framework Reference Assemblies
Microsoft.NETFramework.ReferenceAssemblies.net481 by: Microsoft
  • 0 total downloads
  • Latest version: 1.0.3
Microsoft .NET Framework Reference Assemblies
Microsoft.Owin by: Microsoft
  • 0 total downloads
  • Latest version: 4.2.2
  • Microsoft OWIN Katana
Provides a set of helper types and abstractions for simplifying the creation of OWIN components.
Microsoft.Owin.Host.SystemWeb by: Microsoft
  • 0 total downloads
  • Latest version: 4.2.2
  • Microsoft OWIN Katana
OWIN server that enables OWIN-based applications to run on IIS using the ASP.NET request pipeline.
Microsoft.Owin.Security by: Microsoft
  • 0 total downloads
  • Latest version: 4.2.2
  • Microsoft OWIN Katana
Common types which are shared by the various authentication middleware components.
Microsoft.Owin.Security.Jwt by: Microsoft
  • 0 total downloads
  • Latest version: 4.2.2
  • Microsoft OWIN Katana
Middleware that enables an application to protect and validate JSON Web Tokens.
Microsoft.Owin.Security.OAuth by: Microsoft
  • 0 total downloads
  • Latest version: 4.2.2
  • Microsoft OWIN Katana
Middleware that enables an application to support any standard OAuth 2.0 authentication workflow.
Microsoft.TestPlatform.ObjectModel by: Microsoft
  • 4 total downloads
  • Latest version: 17.1.0
  • vstest visual-studio unittest testplatform mstest microsoft test testing
The Microsoft Test Platform Object Model.
Microsoft.TestPlatform.TestHost by: Microsoft
  • 3 total downloads
  • Latest version: 17.1.0
  • vstest visual-studio unittest testplatform mstest microsoft test testing
Testplatform host executes the test using specified adapter.
Microsoft.VisualStudio.Azure.Containers.Tools.Targets by: Microsoft
  • 0 total downloads
  • Latest version: 1.21.2
  • container containers Docker microservices Azure
Targets files to enable the Visual Studio Tools for Containers.
Microsoft.VisualStudio.Threading.Analyzers by: Microsoft
  • 0 total downloads
  • Latest version: 17.3.44
  • analyzers visualstudio vssdk sdk threading
Static code analyzer to detect common mistakes or potential issues regarding threading and async coding.
Microsoft.Web.Infrastructure by: Microsoft
  • 0 total downloads
  • Latest version: 2.0.1
  • ASPNETWEBPAGES
This package contains the Microsoft.Web.Infrastructure assembly that lets you dynamically register HTTP modules at run time.
MimeKit by: Jeffrey Stedfast
  • 0 total downloads
  • Latest version: 2.11.0
  • 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