Microsoft.Extensions.Logging.Abstractions
by: Microsoft
- 1.362k total downloads
- Latest version: 6.0.0
Logging abstractions for Microsoft.Extensions.Logging.
Commonly Used Types:
Microsoft.Extensions.Logging.ILogger
Microsoft.Extensions.Logging.ILoggerFactory
Microsoft.Extensions.Logging.ILogger<TCategoryName>
Microsoft.Extensions.Logging.LogLevel
Microsoft.Extensions.Logging.Logger<T>
Microsoft.Extensions.Logging.LoggerMessage
Microsoft.Extensions.Logging.Abstractions.NullLogger
Microsoft.IO.RecyclableMemoryStream
by: Microsoft
- 769 total downloads
- Latest version: 3.0.1
A pooled MemoryStream allocator to decrease GC load and improve performance on highly scalable systems.
- 1.592k total downloads
- Latest version: 8.0.22
Internal toolchain package not meant for direct consumption. Please do not reference directly.
- 62 total downloads
- Latest version: 9.0.11
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.Manifest-6.0.400
by: Microsoft
- 130 total downloads
- Latest version: 6.0.36
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100
by: Microsoft
- 1.584k total downloads
- Latest version: 8.0.22
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100
by: Microsoft
- 62 total downloads
- Latest version: 9.0.11
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100
by: Microsoft
- 1.584k total downloads
- Latest version: 8.0.22
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100
by: Microsoft
- 63 total downloads
- Latest version: 9.0.11
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100
by: Microsoft
- 63 total downloads
- Latest version: 9.0.11
Internal toolchain package not meant for direct consumption. Please do not reference directly.
- 1.586k total downloads
- Latest version: 8.0.22
Internal toolchain package not meant for direct consumption. Please do not reference directly.
- 61 total downloads
- Latest version: 9.0.11
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.400
by: Microsoft
- 128 total downloads
- Latest version: 6.0.36
Internal toolchain package not meant for direct consumption. Please do not reference directly.
- 1.588k total downloads
- Latest version: 8.0.22
Internal toolchain package not meant for direct consumption. Please do not reference directly.
- 62 total downloads
- Latest version: 9.0.11
Internal toolchain package not meant for direct consumption. Please do not reference directly.
- 1.59k total downloads
- Latest version: 8.0.22
Internal toolchain package not meant for direct consumption. Please do not reference directly.
- 62 total downloads
- Latest version: 9.0.11
Internal toolchain package not meant for direct consumption. Please do not reference directly.
- 62 total downloads
- Latest version: 9.0.11
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.VisualStudio.Azure.Containers.Tools.Targets
by: Microsoft
- 151 total downloads
- Latest version: 1.21.2
Targets files to enable the Visual Studio Tools for Containers.
MimeKit
by: Jeffrey Stedfast
- 219 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