Microsoft.NETCore.Windows.ApiSets-x64
by: Microsoft
- 0 total downloads
- Latest version: 1.0.0
Windows API set dlls for use in operating systems that do not include them.
Microsoft.NETCore.Windows.ApiSets-x86
by: Microsoft
- 0 total downloads
- Latest version: 1.0.0
Windows API set dlls for use in operating systems that do not include them.
Microsoft.TestPlatform.ObjectModel
by: Microsoft
- 0 total downloads
- Latest version: 16.11.0
The Microsoft Test Platform Object Model.
Microsoft.VisualStudio.Azure.Containers.Tools.Targets
by: Microsoft
- 11 total downloads
- Latest version: 1.21.2
Targets files to enable the Visual Studio Tools for Containers.
Microsoft.VisualStudio.Threading.Analyzers
by: Microsoft
- 1 total downloads
- Latest version: 17.3.44
Static code analyzer to detect common mistakes or potential issues regarding threading and async coding.
Microsoft.Win32.Registry
by: Microsoft
- 19 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
- 1 total downloads
- Latest version: 2.9.1
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
MSTest.TestAdapter
by: Microsoft
- 0 total downloads
- Latest version: 2.2.7
The adapter to discover and execute MSTest Framework based tests.
Supported platforms:
- .NET 4.5.0+
- .NET Core 1.0+ (Universal Windows Apps 10+) (Visual Studio 2017)
- .NET 5.0 Windows.17763+ (WinUI Desktop Apps) (Visual Studio 2019)
- ASP.NET Core 1.0+ (Visual Studio 2017)
MSTest.TestFramework
by: Microsoft
- 0 total downloads
- Latest version: 2.2.7
This is MSTest V2, the evolution of Microsoft's Test Framework.
Supported platforms:
- .NET 4.5.0+
- .NET Core 1.0+ (Universal Windows Apps 10+, DNX Core 5+)
- .NET 5.0 Windows.17763+ (WinUI Desktop Apps) (Visual Studio 2019)
- ASP.NET Core 1.0+
To discover and execute tests install MSTest.TestAdapter.
NetBox
by: Ivan Gavryliuk (@aloneguid)
- 1 total downloads
- Latest version: 2.3.5
Provides common simple helper functions to accelerate .NET development. Those vary by complexity and nature and include a lot of extension methods to calculate hashes (md5, crypto), string operations, short guids, string encoding, collection extensions, CSV support and many more.
NETStandard.Library
by: Microsoft
- 5 total downloads
- Latest version: 2.0.0
A set of standard .NET APIs that are prescribed to be used and supported together.
d318b764a689cfe285d8484bda918646905664e7
When using NuGet 3.x this package requires at least version 3.4.
Newtonsoft.Json
by: James Newton-King
- 43 total downloads
- Latest version: 13.0.3
Json.NET is a popular high-performance JSON framework for .NET
Newtonsoft.Json.Bson
by: James Newton-King
- 11 total downloads
- Latest version: 1.0.2
Json.NET BSON adds support for reading and writing BSON
NSwag.AspNetCore
by: Rico Suter
- 1 total downloads
- Latest version: 14.0.0-preview012
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NuGet.CommandLine
by: Microsoft
- 1 total downloads
- Latest version: 6.13.2
NuGet Command Line Interface.
NuGet.Frameworks
by: Microsoft
- 0 total downloads
- Latest version: 4.6.4
The understanding of target frameworks for NuGet.Packaging
Otp.NET
by: Kyle Spearrin
- 4 total downloads
- Latest version: 1.3.0
An implementation of TOTP and HOTP which are commonly used for multi factor authentication by using a shared key between the client and the server to generate and verify one time use codes.
For documentation and examples visit the project website on GitHub at https://github.com/kspearrin/Otp.NET
Polly
by: Michael Wolfenden App vNext
- 4 total downloads
- Latest version: 7.2.4
Polly is a library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.
Polly.Extensions.Http
by: App vNext
- 2 total downloads
- Latest version: 3.0.0
Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.