Microsoft.Web.Infrastructure
by: Microsoft
- 13 total downloads
- Latest version: 2.0.0
This package contains the Microsoft.Web.Infrastructure assembly that lets you dynamically register HTTP modules at run time.
Microsoft.Web.Xdt
by: Microsoft
- 3 total downloads
- Latest version: 3.1.0
Microsoft Xml Document Transformation (XDT) enables transformig XML files. This is the same technology used to transform web.config files for Visual Studio web projects.
Microsoft.Win32.Primitives
by: Microsoft
- 6,854k total downloads
- Latest version: 4.3.0
Provides common types for Win32-based libraries.
Commonly Used Types:
System.ComponentModel.Win32Exception
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Win32.Registry
by: Microsoft
- 13,705k total downloads
- Latest version: 5.0.0
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.Win32.Registry.AccessControl
by: Microsoft
- 4 total downloads
- Latest version: 9.0.6
Provides support for managing access and audit control lists for Microsoft.Win32.RegistryKey.
Commonly Used Types:
System.Security.AccessControl.RegistryAccessRule
System.Security.AccessControl.RegistryAuditRule
System.Security.AccessControl.RegistrySecurity
Microsoft.Win32.SystemEvents
by: Microsoft
- 18,368k total downloads
- Latest version: 9.0.9
Provides access to Windows system event notifications.
Commonly Used Types:
Microsoft.Win32.SystemEvents
Microsoft.Windows.Compatibility
by: Microsoft
- 7 total downloads
- Latest version: 10.0.3
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.WindowsAppSDK
by: Microsoft
- 2 total downloads
- Latest version: 1.5.240802000
The Windows App SDK empowers all Windows Desktop apps with modern Windows UI, APIs, and platform features, including back-compat support.
Microsoft.WindowsDesktop.App.Ref
by: Microsoft
- 6 total downloads
- Latest version: 9.0.13
Package Description
Microsoft.WindowsDesktop.App.Runtime.win-x64
by: Microsoft
- 3 total downloads
- Latest version: 10.0.6
Package Description
Microsoft.VisualStudio.Azure.Containers.Tools.Targets
by: Microsoft
- 350 total downloads
- Latest version: 1.22.1
Targets files to enable the Visual Studio Tools for Containers.
Microsoft.VisualStudio.Debugger.Contracts
by: Microsoft
- 1 total downloads
- Latest version: 17.2.0
Package containing extensibility contracts between the debugger and other Visual Studio components, such as language services.
- 2 total downloads
- Latest version: 15.0.26228
Visual Studio 2017 Unit Test Framework
Microsoft.VisualStudio.Setup.Configuration.Interop
by: Microsoft
- 1,402k total downloads
- Latest version: 3.2.2146
Managed query API for enumerating Visual Studio setup instances using embeddable interoperability types.
Microsoft.VisualStudio.SlowCheetah
by: Microsoft
- 9 total downloads
- Latest version: 4.0.50
Allows for configuration based XML and JSON transformations at build time.
Microsoft.VisualStudio.Threading.Only
by: Microsoft
- 1,053k total downloads
- Latest version: 17.13.61
Async synchronization primitives, async collections, TPL and dataflow extensions.
The JoinableTaskFactory allows synchronously blocking the UI thread for async work. This
package is applicable to any .NET application (not just Visual Studio).
This package contains only the library, without a dependency on the analyzers.
Use the Microsoft.VisualStudio.Threading package to get the library and analyzers together.
Microsoft.VisualStudio.Validation
by: Microsoft
- 1,052k total downloads
- Latest version: 17.8.8
Common input validation and state verification utility methods.
Microsoft.VisualStudio.Web.BrowserLink
by: Microsoft
- 1 total downloads
- Latest version: 2.2.0
A middleware that supports creating a communication channel between the development environment and one or more web browsers.
This package was built from the source code at https://github.com/aspnet/BrowserLink/tree/8cd3e0844d74975060a2bb1abb1e0a5ff943ce45
Microsoft.Xaml.Behaviors.Wpf
by: Microsoft
- 9 total downloads
- Latest version: 1.1.142
Easily add interactivity to your apps using XAML Behaviors for WPF. Behaviors encapsulate reusable functionalities for elements that can be easily added to your XAML without the need for more imperative code.
MimeKit
by: Jeffrey Stedfast
- 8,598k total downloads
- Latest version: 4.15.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