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
- 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
Code Generation tool for ASP.NET Core. Contains the dotnet-aspnet-codegenerator command used for generating controllers and views.
- 21 total downloads
- Latest version: 2.0.0
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
Contains Razor based templating host used by ASP.NET Core Code Generators.
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.
MimeKit
by: Jeffrey Stedfast
- 149 total downloads
- Latest version: 2.9.2
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
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.Driver.Core
by: MongoDB Inc.
- 81 total downloads
- Latest version: 2.13.1
Core Component of the Official MongoDB .NET Driver.
MongoDB.Libmongocrypt
by: MongoDB Inc.
- 50 total downloads
- Latest version: 1.2.2
Libmongocrypt wrapper for the .NET driver.
Mono.Cecil
by: Jb Evain
- 11 total downloads
- Latest version: 0.10.1
Cecil is a library written by Jb Evain to generate and inspect programs and libraries in the ECMA CIL format. It has full support for generics, and support some debugging symbol format. In simple English, with Cecil, you can load existing managed assemblies, browse all the contained types, modify them on the fly and save back to the disk the modified assembly.
MorseCode.ITask
by: MorseCode Software
- 117 total downloads
- Latest version: 2.0.3
An awaitable covariant ITask interface which may be used in place of the built-in Task class.
MySql.Data
by: Oracle
- 22 total downloads
- Latest version: 6.10.6
MySql.Data.MySqlClient .Net Core Class Library
MySqlConnector
by: Bradley Grainger Caleb Lloyd
- 92 total downloads
- Latest version: 1.2.1
A truly async MySQL ADO.NET provider, supporting MySQL Server, MariaDB, Percona Server, Amazon Aurora, Azure Database for MySQL and more.
NCrontab.Advanced
by: NCrontab.Advanced
- 25 total downloads
- Latest version: 1.3.28
Cron string parser for .NET
NETStandard.Library
by: Microsoft
- 220 total downloads
- Latest version: 2.0.3
A set of standard .NET APIs that are prescribed to be used and supported together.
18a36291e48808fa7ef2d00a764ceb1ec95645a5
When using NuGet 3.x this package requires at least version 3.4.
Newtonsoft.Json
by: James Newton-King
- 323 total downloads
- Latest version: 13.0.1
Json.NET is a popular high-performance JSON framework for .NET
Newtonsoft.Json.Bson
by: James Newton-King
- 133 total downloads
- Latest version: 1.0.1
Json.NET BSON adds support for reading and writing BSON
Nito.AsyncEx.Context
by: Stephen Cleary
- 11 total downloads
- Latest version: 5.0.0
A single-threaded async-compatible context.