Microsoft.NETCore.Windows.ApiSets by: Microsoft
  • 14 total downloads
  • Latest version: 1.0.1
Windows API set dlls for use in operating systems that do not include them. TFS ID: 1612576, GitHub SHA: https://github.com/dotnet/corefx/tree/f47c814b003d17da52940739e227f04e52b10279 When using NuGet 3.x this package requires at least version 3.4.
Microsoft.OData.Edm by: Microsoft
  • 10 total downloads
  • Latest version: 7.6.1
  • wcf data services odata odatalib edmlib spatial ado.net ef entity framework open protocol wcfds wcfdataservices dataservices
Classes to represent, construct, parse, serialize and validate entity data models. Supports OData v4. Targets .NET Platform Standard 1.1. OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://odata.github.io/odata.net.
Microsoft.Packaging.Tools by: Microsoft
  • 11 total downloads
  • Latest version: 1.0.0-preview1-25301-01
Provides build infrastructure for handling conflicting assets from packages and trimming unused files from an application. 57a0c74f36c8b254211c16547f6249b6604d527d When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Rest.ClientRuntime by: Microsoft
  • 13 total downloads
  • Latest version: 2.3.8
  • Microsoft AutoRest ClientRuntime Common ClientRuntime
Infrastructure for error handling, tracing, and HttpClient pipeline configuration. Required by client libraries generated using AutoRest.
Microsoft.Rest.ClientRuntime.Azure by: Microsoft
  • 12 total downloads
  • Latest version: 3.3.7
  • Microsoft Azure AutoRest ClientRuntime REST Common ClientRuntime
Provides common error handling, tracing, and HTTP/REST-based pipeline manipulation.
Microsoft.SyndicationFeed.ReaderWriter by: Microsoft
  • 16 total downloads
  • Latest version: 1.0.2
  • SyndicationFeed RSS Atom
Microsoft.SyndicationFeed.ReaderWriter provides lightweight forward-only read/write APIs (similar to .NET XmlReader) to simplify operations with RSS and Atom syndication feeds. It offers extensiblity to support custom feed elements and formatting. The workflow is async on demand, which enables this library to be used on syndication feeds of arbitrary size or stream latency.
Microsoft.TestPlatform.ObjectModel by: Microsoft
  • 10 total downloads
  • Latest version: 16.1.1
  • vstest visual-studio unittest testplatform mstest microsoft test testing
The Microsoft Test Platform Object Model.
Microsoft.TestPlatform.TestHost by: Microsoft
  • 21 total downloads
  • Latest version: 16.9.1
  • vstest visual-studio unittest testplatform mstest microsoft test testing
Testplatform host executes the test using specified adapter.
Microsoft.TypeScript.MSBuild by: Microsoft
  • 34 total downloads
  • Latest version: 3.6.3
  • TypeScript
The TypeScript MSBuild task, and matching compiler version.
Microsoft.VisualBasic by: Microsoft
  • 23 total downloads
  • Latest version: 10.1.0
Provides types that support the Visual Basic runtime Commonly Used Types: Microsoft.VisualBasic.Strings Microsoft.VisualBasic.CompilerServices.Conversions When using NuGet 3.x this package requires at least version 3.4.
Microsoft.VisualStudio.Web.BrowserLink by: Microsoft
  • 22 total downloads
  • Latest version: 2.0.0
A middleware that supports creating a communication channel between the development environment and one or more web browsers.
Microsoft.VisualStudio.Web.CodeGeneration.Design by: Microsoft
  • 10 total downloads
  • Latest version: 2.0.0
  • aspnetcore codegenerator scaffolding visualstudioweb
Code Generation tool for ASP.NET Core. Contains the dotnet-aspnet-codegenerator command used for generating controllers and views.
Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore by: Microsoft
  • 21 total downloads
  • Latest version: 2.0.0
  • aspnetcore codegenerator scaffolding visualstudioweb
Contains Entity Framework Core Services used by ASP.NET Core Code Generators.
Microsoft.VisualStudio.Web.CodeGeneration.Templating by: Microsoft
  • 11 total downloads
  • Latest version: 2.0.0
  • aspnetcore codegenerator scaffolding visualstudioweb
Contains Razor based templating host used by ASP.NET Core Code Generators.
Microsoft.VisualStudio.Web.CodeGeneration.Tools by: Microsoft
  • 12 total downloads
  • Latest version: 1.0.0
  • aspnetcore codegenerator scaffolding visualstudioweb
Code Generation tool for ASP.NET Core. Contains the dotnet-aspnet-codegenerator command used for generating controllers and views.
Microsoft.Win32.Registry by: Microsoft
  • 28 total downloads
  • Latest version: 4.7.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.WindowsDesktop.App.Ref by: Microsoft
  • 11 total downloads
  • Latest version: 3.0.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Windows Forms and WPF targeting pack. Contains reference assemblies, documentation, and other design-time assets. 7d57652f33493fa022125b7f63aad0d70c52d810 When using NuGet 3.x this package requires at least version 3.4.
MimeKit by: Jeffrey Stedfast
  • 149 total downloads
  • Latest version: 2.9.2
  • mime encryption arc dkim security smime s/mime openpgp pgp mbox mail email parser tnef net45 net46 net47 net48 netstandard netstandard1.3 netstandard1.6 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 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
Modernizr by: Faruk Ateş Paul Irish Alex Sexton
  • 13 total downloads
  • Latest version: 2.8.3
  • JavaScript HTML HTML5 CSS CSS3 SVG
Modernizr adds classes to the <html> element which allow you to target specific browser functionality in your stylesheet. You don't actually need to write any Javascript to use it. Modernizr is a small and simple JavaScript library that helps you take advantage of emerging web technologies (CSS3, HTML5) while still maintaining a fine level of control over older browsers that may not yet support these new technologies. NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/
MongoDB.Bson by: MongoDB Inc.
  • 60 total downloads
  • Latest version: 2.13.1
  • mongodb mongo nosql bson
MongoDB's Official Bson Library.