MimeKit
by: Jeffrey Stedfast
- 9.215k total downloads
- Latest version: 2.1.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 (more than 25x faster than OpenPOP.NET and over 100x faster than AE.Net.Mail and MailSystem.NET).
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.NETCore.Targets
by: Microsoft
- 24.661k total downloads
- Latest version: 3.0.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.Rest.ClientRuntime.Azure
by: Microsoft
- 79 total downloads
- Latest version: 3.3.7
Provides common error handling, tracing, and HTTP/REST-based pipeline manipulation.
Microsoft.NETCore.Windows.ApiSets
by: Microsoft
- 1.011k 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.Windows.SDK.Contracts
by: Microsoft
- 5 total downloads
- Latest version: 10.0.19041.1
The Windows 10 WinRT API Pack enables you to add the latest Windows Runtime APIs support to your .NET Framework 4.6+ and .NET Core 3.0+ libraries and apps.
This package includes all the supported Windows Runtime APIs up to Windows 10 version 2004. If you are targeting earlier platforms, consider only offering functionality available on the detected platform version. For further details, see:
https://docs.microsoft.com/en-us/windows/uwp/debug-test-perf/version-adaptive-code
Supported platforms:
- .NET Framework 4.6+
- .NET Core 3.0+
Requires default package management format set to PackageReference, and NuGet 4.0 or higher.
Microsoft.TestPlatform.TestHost
by: Microsoft
- 9 total downloads
- Latest version: 15.9.0
Testplatform host executes the test using specified adapter.
Microsoft.VisualStudio.Azure.Containers.Tools.Targets
by: Microsoft
- 51 total downloads
- Latest version: 1.17.0
Targets files to enable the Visual Studio Tools for Containers.
MongoDB.Bson
by: MongoDB Inc.
- 1.421k total downloads
- Latest version: 2.13.1
MongoDB's Official Bson Library.
Microsoft.VisualBasic
by: Microsoft
- 9 total downloads
- Latest version: 10.1.0
Provides types that support the Visual Basic runtime
Commonly Used Types:
Microsoft.VisualBasic.Strings
Microsoft.VisualBasic.CompilerServices.Conversions
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Rest.ClientRuntime
by: Microsoft
- 729 total downloads
- Latest version: 2.3.10
Infrastructure for error handling, tracing, and HttpClient pipeline configuration. Required by client libraries generated using AutoRest.
Microsoft.TestPlatform.ObjectModel
by: Microsoft
- 6.08k total downloads
- Latest version: 17.3.2
The Microsoft Test Platform Object Model.
Microsoft.Spatial
by: Microsoft
- 221 total downloads
- Latest version: 7.7.1
Contains classes and methods that facilitate geography and geometry spatial operations. Targets .NET Platform Standard 1.1.
OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://odata.github.io/odata.net.
Microsoft.VisualStudio.Web.CodeGeneration.Tools
by: Microsoft
- 775 total downloads
- Latest version: 2.1.0-preview1-final
Code Generation tool for ASP.NET Core. Contains the dotnet-aspnet-codegenerator command used for generating controllers and views.
Microsoft.OData.Core
by: Microsoft
- 188 total downloads
- Latest version: 7.7.1
Classes to serialize, deserialize and validate OData JSON payloads. Supports OData v4. Enables construction of OData services and clients. Targets .NET Platform Standard 1.1.
OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://odata.github.io/odata.net.
Microsoft.Packaging.Tools
by: Microsoft
- 24 total downloads
- Latest version: 1.0.0-preview1-25301-01
Provides build infrastructure for handling conflicting assets from packages and trimming unused files from an application.
57a0c74f36c8b254211c16547f6249b6604d527d
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.WindowsDesktop.App.Ref
by: Microsoft
- 13 total downloads
- Latest version: 5.0.0
Internal implementation package not meant for direct consumption. Please do not reference directly.
Windows Forms and WPF targeting pack. Contains reference assemblies, documentation, and other design-time assets.
ec2af60c1eb8b2665745750f6445b3ff133178fb
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.OData.Edm
by: Microsoft
- 223 total downloads
- Latest version: 7.7.1
Classes to represent, construct, parse, serialize and validate entity data models. Supports OData v4. Targets .NET Platform Standard 1.1.
OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://odata.github.io/odata.net.
Microsoft.Win32.Registry
by: Microsoft
- 19.347k 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.Web.LibraryManager.Build
by: Microsoft
- 5 total downloads
- Latest version: 2.1.175
MSBuild target for the Visual Studio Library Manager
Microsoft.VisualStudio.Web.CodeGeneration.Contracts
by: Microsoft
- 119 total downloads
- Latest version: 2.0.0
Contains interfaces for Project Model and messaging for scaffolding.