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
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.Debugger.Contracts
by: Microsoft
- 1 total downloads
- Latest version: 17.2.0
Package containing extensibility contracts between the debugger and other Visual Studio components, such as language services.
- 1 total downloads
- Latest version: 15.0.26228
Visual Studio 2017 Unit Test Framework
Microsoft.VisualStudio.SlowCheetah
by: Microsoft
- 6 total downloads
- Latest version: 4.0.50
Allows for configuration based XML and JSON transformations at build time.
Microsoft.VisualStudio.Threading.Only
by: Microsoft
- 110 total downloads
- Latest version: 17.13.61
Async synchronization primitives, async collections, TPL and dataflow extensions.
The JoinableTaskFactory allows synchronously blocking the UI thread for async work. This
package is applicable to any .NET application (not just Visual Studio).
This package contains only the library, without a dependency on the analyzers.
Use the Microsoft.VisualStudio.Threading package to get the library and analyzers together.
Microsoft.VisualStudio.Validation
by: Microsoft
- 109 total downloads
- Latest version: 17.8.8
Common input validation and state verification utility methods.
Microsoft.VisualStudio.Web.CodeGeneration
by: Microsoft
- 72 total downloads
- Latest version: 9.0.0
Contains the CodeGenCommand that finds the appropriate code generator and invokes it from project dependencies.
Microsoft.VisualStudio.Web.CodeGeneration.Core
by: Microsoft
- 71 total downloads
- Latest version: 9.0.0
Contains the core infrastructure used by ASP.NET Core Code Generators.
Microsoft.VisualStudio.Web.CodeGeneration.Design
by: Microsoft
- 675 total downloads
- Latest version: 9.0.0
Code Generation tool for ASP.NET Core. Contains the dotnet-aspnet-codegenerator command used for generating controllers and views.
- 54 total downloads
- Latest version: 9.0.0
Contains Entity Framework Core Services used by ASP.NET Core Code Generators.
Microsoft.VisualStudio.Web.CodeGeneration.Templating
by: Microsoft
- 68 total downloads
- Latest version: 9.0.0
Contains Razor based templating host used by ASP.NET Core Code Generators.
Microsoft.VisualStudio.Web.CodeGeneration.Utils
by: Microsoft
- 69 total downloads
- Latest version: 9.0.0
Contains utilities used by ASP.NET Core Code Generation packages.
Microsoft.VisualStudio.Web.CodeGenerators.Mvc
by: Microsoft
- 65 total downloads
- Latest version: 9.0.0
Code Generators for ASP.NET Core MVC. Contains code generators for MVC Controllers and Views.
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
- 5,226k total downloads
- Latest version: 4.14.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
MMLib.SwaggerForOcelot
by: Milan Martiniak
- 456 total downloads
- Latest version: 9.0.0
Swagger generator for Ocelot downstream services.
Modernizr
by: Faruk Ateş, Paul Irish, Alex Sexton
- 8 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.Bson
by: MongoDB Inc.
- 5 total downloads
- Latest version: 2.21.0
MongoDB's Official Bson Library.