Microsoft.NET.Runtime.MonoTargets.Sdk
by: Microsoft
- 2 total downloads
- Latest version: 10.0.3
Provides the tasks+targets, for consumption by mono-based workloads
Microsoft.NET.Runtime.WebAssembly.Sdk
by: Microsoft
- 3 total downloads
- Latest version: 10.0.3
Provides the tasks+targets, for consumption by wasm based workloads
Microsoft.NET.Sdk.WebAssembly.Pack
by: Microsoft
- 1 total downloads
- Latest version: 10.0.2
SDK for building and publishing WebAssembly applications.
Microsoft.NET.StringTools
by: Microsoft
- 3 total downloads
- Latest version: 17.11.4
This package contains the Microsoft.NET.StringTools assembly which implements common string-related functionality such as weak interning.
Microsoft.NET.Test.Sdk
by: Microsoft
- 2 total downloads
- Latest version: 18.0.1
The MSbuild targets and properties for building .NET test projects.
Microsoft.NET.Workload.Emscripten.net9.Manifest-10.0.100
by: Microsoft
- 1 total downloads
- Latest version: 10.0.103
Internal toolchain package not meant for direct consumption. Please do not reference directly.
- 1 total downloads
- Latest version: 10.0.103
Internal toolchain package not meant for direct consumption. Please do not reference directly.
- 1 total downloads
- Latest version: 10.0.103
Internal toolchain package not meant for direct consumption. Please do not reference directly.
- 1 total downloads
- Latest version: 10.0.103
Internal toolchain package not meant for direct consumption. Please do not reference directly.
- 1 total downloads
- Latest version: 10.0.103
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.Platforms
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0
Provides runtime information required to resolve target framework, platform, and runtime specific implementations of .NETCore packages.
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.OpenApi
by: Microsoft
- 9 total downloads
- Latest version: 2.0.0
.NET models with JSON and YAML writers for OpenAPI specification
Microsoft.Playwright
by: Microsoft
- 2 total downloads
- Latest version: 1.58.0
Playwright enables reliable end-to-end testing for modern web apps. It is built to enable cross-browser web automation that is ever-green, capable, reliable and fast. Learn more at https://playwright.dev/dotnet/.
Microsoft.Testing.Extensions.Telemetry
by: Microsoft
- 1 total downloads
- Latest version: 2.1.0
Microsoft Testing is a set of platform, framework and protocol intended to make it possible to run any test on any target or device.
This package provides telemetry for the platform.
Microsoft.Testing.Platform
by: Microsoft
- 5 total downloads
- Latest version: 2.1.0
Microsoft Testing is a set of platform, framework and protocol intended to make it possible to run any test on any target or device.
This package provides the core platform and the .NET implementation of the protocol.
Microsoft.TestPlatform.ObjectModel
by: Microsoft
- 1 total downloads
- Latest version: 18.0.1
The Microsoft Test Platform Object Model.
Microsoft.VisualStudio.Threading.Only
by: Microsoft
- 3 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
- 1 total downloads
- Latest version: 17.8.8
Common input validation and state verification utility methods.
MimeKit
by: Jeffrey Stedfast
- 2 total downloads
- Latest version: 4.15.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 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
Minerals.StringCases
by: Szymon Hałucha
- 8 total downloads
- Latest version: 0.2.2
Optimized NuGet package with minimum memory allocation designed to help you convert strings to name cases such as Pascal, Camel, Kebab, Snake, Macro, Train and Title