NuGet.CommandLine
by: Microsoft
- 1 total downloads
- Latest version: 6.13.2
NuGet Command Line Interface.
Microsoft.NETCore.Targets.DNXCore
by: Microsoft
- 0 total downloads
- Latest version: 4.9.0
Ensures a minimum set of package versions when building DNXCore applications and portable libraries.
Microsoft.NETCore.Targets.NETFramework
by: Microsoft
- 0 total downloads
- Latest version: 4.6.0
Ensures a minimum set of package versions when building .NET Framework applications and portable libraries.
Microsoft.NETCore.Targets.UniversalWindowsPlatform
by: Microsoft
- 0 total downloads
- Latest version: 5.0.0
Ensures a minimum set of package versions when building Universal Windows Platform applications and portable libraries.
Microsoft.NETCore.Windows.ApiSets
by: Microsoft
- 0 total downloads
- Latest version: 1.0.1
Windows API set dlls for use in operating systems that do not include them.
TFS ID: 1612576, GitHub SHA: https://github.com/dotnet/corefx/tree/f47c814b003d17da52940739e227f04e52b10279
When using NuGet 3.x this package requires at least version 3.4.
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.VisualBasic
by: Microsoft
- 0 total downloads
- Latest version: 10.0.0
Provides types that support the Visual Basic runtime
Commonly Used Types:
Microsoft.VisualBasic.Strings
Microsoft.VisualBasic.CompilerServices.Conversions
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.
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
NuGet.Frameworks
by: Microsoft
- 0 total downloads
- Latest version: 4.6.4
The understanding of target frameworks for NuGet.Packaging
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.
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
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
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.