Microsoft.OpenApi
by: Microsoft
- 11 total downloads
- Latest version: 1.2.3
.NET models with JSON and YAML writers for OpenAPI specification
Microsoft.Owin
by: Microsoft
- 0 total downloads
- Latest version: 4.2.2
Provides a set of helper types and abstractions for simplifying the creation of OWIN components.
Microsoft.Owin.Host.SystemWeb
by: Microsoft
- 0 total downloads
- Latest version: 4.2.2
OWIN server that enables OWIN-based applications to run on IIS using the ASP.NET request pipeline.
Microsoft.Owin.Security
by: Microsoft
- 0 total downloads
- Latest version: 4.2.2
Common types which are shared by the various authentication middleware components.
Microsoft.Owin.Security.Jwt
by: Microsoft
- 0 total downloads
- Latest version: 4.2.2
Middleware that enables an application to protect and validate JSON Web Tokens.
Microsoft.Owin.Security.OAuth
by: Microsoft
- 0 total downloads
- Latest version: 4.2.2
Middleware that enables an application to support any standard OAuth 2.0 authentication workflow.
Microsoft.SqlServer.Server
by: Microsoft
- 10 total downloads
- Latest version: 1.0.0
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.TestPlatform.ObjectModel
by: Microsoft
- 6 total downloads
- Latest version: 17.12.0
The Microsoft Test Platform Object Model.
Microsoft.TestPlatform.TestHost
by: Microsoft
- 3 total downloads
- Latest version: 17.1.0
Testplatform host executes the test using specified adapter.
Microsoft.VisualStudio.Azure.Containers.Tools.Targets
by: Microsoft
- 0 total downloads
- Latest version: 1.21.2
Targets files to enable the Visual Studio Tools for Containers.
Microsoft.VisualStudio.Threading.Analyzers
by: Microsoft
- 0 total downloads
- Latest version: 17.3.44
Static code analyzer to detect common mistakes or potential issues regarding threading and async coding.
Microsoft.Web.Infrastructure
by: Microsoft
- 0 total downloads
- Latest version: 2.0.1
This package contains the Microsoft.Web.Infrastructure assembly that lets you dynamically register HTTP modules at run time.
Microsoft.Win32.Primitives
by: Microsoft
- 2 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
- 6 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.
MimeKit
by: Jeffrey Stedfast
- 0 total downloads
- Latest version: 2.11.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
Modernizr
by: Faruk Ateş, Paul Irish, Alex Sexton
- 0 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/
Moq
by: Daniel Cazzulino, kzu
- 0 total downloads
- Latest version: 4.9.0
Moq is the most popular and friendly mocking framework for .NET
MSTest
by: Microsoft
- 1 total downloads
- Latest version: 3.6.4
MSTest is Microsoft supported Test Framework.
This package is a meta package to simplify test projects. It includes MSTest.TestFramework and MSTest.TestAdapter.
Supported platforms:
- .NET 4.6.2+
- .NET Core 3.1+
- .NET 6.0+
- .NET 6.0 Windows.18362+
- UWP 10.0.16299
MSTest.Analyzers
by: Microsoft
- 1 total downloads
- Latest version: 3.6.4
MSTest is Microsoft supported Test Framework.
This package includes code analyzers and code fixes for MSTest.
MSTest.Sdk
by: Microsoft
- 1 total downloads
- Latest version: 3.6.4
MSTest is Microsoft supported Test Framework.
This package contains the MSTest MSBuild project SDK.