Microsoft.Rest.ClientRuntime.Azure
by: Microsoft
- 12 total downloads
- Latest version: 3.3.7
Provides common error handling, tracing, and HTTP/REST-based pipeline manipulation.
Microsoft.SyndicationFeed.ReaderWriter
by: Microsoft
- 16 total downloads
- Latest version: 1.0.2
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
- 53 total downloads
- Latest version: 16.8.3
The Microsoft Test Platform Object Model.
Microsoft.TestPlatform.TestHost
by: Microsoft
- 94 total downloads
- Latest version: 16.9.1
Testplatform host executes the test using specified adapter.
Microsoft.TypeScript.MSBuild
by: Microsoft
- 34 total downloads
- Latest version: 3.6.3
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
- 84 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.VisualStudio.Web.CodeGeneration
by: Microsoft
- 78 total downloads
- Latest version: 3.1.4
Contains the CodeGenCommand that finds the appropriate code generator and invokes it from project dependencies.
Microsoft.VisualStudio.Web.CodeGeneration.Contracts
by: Microsoft
- 82 total downloads
- Latest version: 3.1.4
Contains interfaces for Project Model and messaging for scaffolding.
Microsoft.VisualStudio.Web.CodeGeneration.Core
by: Microsoft
- 55 total downloads
- Latest version: 3.1.4
Contains the core infrastructure used by ASP.NET Core Code Generators.
Microsoft.VisualStudio.Web.CodeGeneration.Design
by: Microsoft
- 344 total downloads
- Latest version: 3.1.5
Code Generation tool for ASP.NET Core. Contains the dotnet-aspnet-codegenerator command used for generating controllers and views.
- 77 total downloads
- Latest version: 3.1.4
Contains Entity Framework Core Services used by ASP.NET Core Code Generators.
Microsoft.VisualStudio.Web.CodeGeneration.Templating
by: Microsoft
- 62 total downloads
- Latest version: 3.1.4
Contains Razor based templating host used by ASP.NET Core Code Generators.
Microsoft.VisualStudio.Web.CodeGeneration.Utils
by: Microsoft
- 84 total downloads
- Latest version: 3.1.5
Contains utilities used by ASP.NET Core Code Generation packages.
Microsoft.VisualStudio.Web.CodeGenerators.Mvc
by: Microsoft
- 151 total downloads
- Latest version: 3.1.5
Code Generators for ASP.NET Core MVC. Contains code generators for MVC 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.Win32.SystemEvents
by: Microsoft
- 145 total downloads
- Latest version: 5.0.0
Provides access to Windows system event notifications.
Commonly Used Types:
Microsoft.Win32.SystemEvents
When using NuGet 3.x this package requires at least version 3.4.
MimeKit
by: Jeffrey Stedfast
- 163 total downloads
- Latest version: 2.15.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
MiniProfiler.AspNetCore
by: Nick Craver
- 12 total downloads
- Latest version: 4.1.0
Lightweight mini-profiler, designed for ASP.NET Core (not System.Web) websites
Modernizr
by: Faruk Ateş Paul Irish Alex Sexton
- 13 total downloads
- Latest version: 2.8.3
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/