Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.400
by: Microsoft
- 376 total downloads
- Latest version: 6.0.36
Internal toolchain package not meant for direct consumption. Please do not reference directly.
- 2.466k total downloads
- Latest version: 8.0.25
Internal toolchain package not meant for direct consumption. Please do not reference directly.
- 86 total downloads
- Latest version: 9.0.12
Internal toolchain package not meant for direct consumption. Please do not reference directly.
- 2.467k total downloads
- Latest version: 8.0.25
Internal toolchain package not meant for direct consumption. Please do not reference directly.
- 86 total downloads
- Latest version: 9.0.12
Internal toolchain package not meant for direct consumption. Please do not reference directly.
- 85 total downloads
- Latest version: 9.0.12
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workloads.10.0.100
by: Microsoft
- 1.103k total downloads
- Latest version: 10.105.0
This package contains the workload set manifest for the 10.0.100 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.
Microsoft.NET.Workloads.10.0.200
by: Microsoft
- 711 total downloads
- Latest version: 10.201.0
This package contains the workload set manifest for the 10.0.200 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.
Microsoft.NETCore.Platforms
by: Microsoft
- 7.841k total downloads
- Latest version: 5.0.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.NETCore.Targets
by: Microsoft
- 2.609k total downloads
- Latest version: 1.1.0
Provides supporting infrastructure for portable projects: support identifiers that define framework and runtime for support targets and packages that reference the minimum supported package versions when targeting these.
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.OpenApi
by: Microsoft
- 2.86k total downloads
- Latest version: 2.4.1
.NET models with JSON and YAML writers for OpenAPI specification
Microsoft.OpenApi.Readers
by: Microsoft
- 1 total downloads
- Latest version: 1.6.22
OpenAPI.NET Readers for JSON and YAML documents
Microsoft.TestPlatform.ObjectModel
by: Microsoft
- 1.477k total downloads
- Latest version: 18.3.0
The Microsoft Test Platform Object Model.
Microsoft.TestPlatform.TestHost
by: Microsoft
- 791 total downloads
- Latest version: 18.3.0
Testplatform host executes the test using specified adapter.
Microsoft.VisualStudio.Azure.Containers.Tools.Targets
by: Microsoft
- 327 total downloads
- Latest version: 1.23.0
Targets files to enable the Visual Studio Tools for Containers.
Microsoft.Win32.Primitives
by: Microsoft
- 2k 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
- 2.399k 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.
Microsoft.Win32.SystemEvents
by: Microsoft
- 4.087k total downloads
- Latest version: 9.0.0
Provides access to Windows system event notifications.
Commonly Used Types:
Microsoft.Win32.SystemEvents
MimeKit
by: Jeffrey Stedfast
- 464 total downloads
- Latest version: 4.13.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
MimeTypes
by: Kristian Hellang
- 253 total downloads
- Latest version: 2.5.2
A simple lookup from file name/extension to MIME/media type and vice versa, generated from mime-db, which in turn is compiled from IANA, Apache and nginx's MIME types.