Microsoft.Owin.Security.OpenIdConnect by: Microsoft
  • 2 total downloads
  • Latest version: 4.2.2
  • Microsoft OWIN Katana
Middleware that enables an application to use OpenIdConnect for authentication.
Microsoft.ReportingServices.ReportViewerControl.WebForms by: Microsoft
  • 1 total downloads
  • Latest version: 150.1620.0
  • Microsoft SSRS ReportViewer Report Viewer ReportingServices PBIRS Rdl Rdlc Paginated Reporting DataViz MSFT visualization Aspx
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.SqlServer.Server by: Microsoft
  • 4,565k total downloads
  • Latest version: 1.0.0
  • sqlserver microsoft.sqlserver.server
This is a helper library for Microsoft.Data.SqlClient enabling cross framework support of UDT types. Available Types: Microsoft.SqlServer.Server.IBinarySerializer Microsoft.SqlServer.Server.InvalidUdtException Microsoft.SqlServer.Server.SqlFacetAttribute Microsoft.SqlServer.Server.SqlFunctionAttribute Microsoft.SqlServer.Server.SqlMethodAttribute Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute Microsoft.SqlServer.Server.SqlUserDefinedTypeAttribute Microsoft.SqlServer.Server.DataAccessKind Microsoft.SqlServer.Server.SystemDataAccessKind Microsoft.SqlServer.Server.Format
Microsoft.SqlServer.Types by: Microsoft
  • 3 total downloads
  • Latest version: 11.0.2
  • SQL spatial geometry geography azure EF EntityFramework DbGeography DbGeometry GIS geospatial OGC sql-server
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.TemplateEngine.Tasks by: Microsoft
  • 2 total downloads
  • Latest version: 7.0.120
MSBuild tasks for template authoring.
Microsoft.Testing.Platform.MSBuild by: Microsoft
  • 258 total downloads
  • Latest version: 2.0.1
  • Microsoft test testing unittest unittesting unit-testing tdd
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.ObjectModel by: Microsoft
  • 819 total downloads
  • Latest version: 18.0.0
  • vstest visual-studio unittest testplatform mstest microsoft test testing
The Microsoft Test Platform Object Model.
Microsoft.TestPlatform.TestHost by: Microsoft
  • 1 total downloads
  • Latest version: 16.11.0
  • vstest visual-studio unittest testplatform mstest microsoft test testing
Testplatform host executes the test using specified adapter.
Microsoft.TypeScript.MSBuild by: Microsoft
  • 13 total downloads
  • Latest version: 5.8.3
  • TypeScript
The TypeScript MSBuild task, and matching compiler version.
Microsoft.Web.Infrastructure by: Microsoft
  • 11 total downloads
  • Latest version: 2.0.0
  • ASPNETWEBPAGES
This package contains the Microsoft.Web.Infrastructure assembly that lets you dynamically register HTTP modules at run time.
Microsoft.Web.Xdt by: Microsoft
  • 2 total downloads
  • Latest version: 3.0.0
  • Microsoft Xdt XmlDocumentTransform XmlTransform
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
  • 3,69k 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
  • 7,325k 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.Windows.Compatibility by: Microsoft
  • 5 total downloads
  • Latest version: 9.0.6
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
  • Windows,Windows App SDK,WinAppSDK,WinUI,XAML,Fluent,Controls,Downlevel,Compatibility,TreeView,ColorPicker,NavigationView,MenuBar,Resources,Native,DWriteCore,Interactive Experiences,ixp,Project Reunion,ProjectReunion
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
  • 2 total downloads
  • Latest version: 6.0.36
Package Description
Microsoft.VisualStudio.QualityTools.UnitTestFramework.Updated by: Microsoft
  • 1 total downloads
  • Latest version: 15.0.26228
  • microsoft visualstudio qualitytools unittestframework updated
Visual Studio 2017 Unit Test Framework
Microsoft.VisualStudio.SlowCheetah by: Microsoft
  • 6 total downloads
  • Latest version: 4.0.50
  • SlowCheetah slow cheetah XML JSON Transform XDT JDT web.config app.config
Allows for configuration based XML and JSON transformations at build time.
Microsoft.Xaml.Behaviors.Wpf by: Microsoft
  • 3 total downloads
  • Latest version: 1.1.135
  • Behavior Action Behaviors Actions Blend Managed C# Interaction Interactivity Interactions
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: 3.0.0
  • mime encryption arc dkim security smime s/mime openpgp pgp mbox mail email parser tnef net452 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