Microsoft.NETCore.DotNetHostResolver
by: Microsoft
- 10 total downloads
- Latest version: 2.2.8
Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost
b9aa1abc510165cdc4c92e59d938def6f3eee0e1
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETFramework.ReferenceAssemblies
by: Microsoft
- 2 total downloads
- Latest version: 1.0.3
Microsoft .NET Framework Reference Assemblies
Microsoft.NETFramework.ReferenceAssemblies.net45
by: Microsoft
- 2 total downloads
- Latest version: 1.0.3
Microsoft .NET Framework Reference Assemblies
Microsoft.NETFramework.ReferenceAssemblies.net481
by: Microsoft
- 2 total downloads
- Latest version: 1.0.3
Microsoft .NET Framework Reference Assemblies
Microsoft.Playwright
by: Microsoft
- 9 total downloads
- Latest version: 1.59.0
Playwright enables reliable end-to-end testing for modern web apps. It is built to enable cross-browser web automation that is ever-green, capable, reliable and fast. Learn more at https://playwright.dev/dotnet/.
Microsoft.ReportingServices.ReportViewerControl.WebForms
by: Microsoft
- 2 total downloads
- Latest version: 150.1449.0
Microsoft Report Viewer Control for ASP.Net Web Forms applications. Contains the assemblies required to use the ASP.Net Web Forms Report Viewer Control.
Microsoft.ReportViewer.2015.Runtime
by: SvenMuller
- 2 total downloads
- Latest version: 12.0.2.2402
Microsoft Report Viewer 2015 Runtime redistributable package DLL's for Web based applications.
Microsoft.ReportViewer.Runtime.Common
by: thiago.fialho
- 5 total downloads
- Latest version: 12.0.2402.15
Microsoft ReportViewer Runtime 2015 Common Files
Microsoft.ReportViewer.Runtime.WebForms
by: thiago.fialho
- 4 total downloads
- Latest version: 12.0.2402.15
Microsoft ReportViewer Runtime 2015 for Web Forms
Microsoft.ReportViewer.WebForms.v12
by: Brian Swart
- 2 total downloads
- Latest version: 12.0.0
My package description.
Microsoft.SourceLink.Common
by: Microsoft
- 2 total downloads
- Latest version: 10.0.203
MSBuild tasks providing source control information.
Microsoft.SourceLink.GitHub
by: Microsoft
- 2 total downloads
- Latest version: 10.0.203
Generates source link for GitHub repositories.
Microsoft.SqlServer.Types
by: Microsoft
- 7 total downloads
- Latest version: 14.0.314.76
Allows you to use SQL Server spatial types on a machine without SQL Server installed. Useful when deploying to Windows Azure. Also enables Entity Framework spatial types to be used (DbGeography and DbGeometry).
Microsoft.VisualStudio.Azure.Containers.Tools.Targets
by: Microsoft
- 6 total downloads
- Latest version: 1.23.0
Targets files to enable the Visual Studio Tools for Containers.
Microsoft.VisualStudio.Setup.Configuration.Interop
by: Microsoft
- 2 total downloads
- Latest version: 3.2.2146
Managed query API for enumerating Visual Studio setup instances using embeddable interoperability types.
Microsoft.Web.WebView2
by: Microsoft
- 1 total downloads
- Latest version: 1.0.4078.44
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.Windows.Compatibility
by: Microsoft
- 2 total downloads
- Latest version: 10.0.2
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.Windows.SDK.Contracts
by: Microsoft
- 2 total downloads
- Latest version: 10.0.26100.7463
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 28000. 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.Xaml.Behaviors.Wpf
by: Microsoft
- 3 total downloads
- Latest version: 1.1.135
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
- 7 total downloads
- Latest version: 4.16.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