Microsoft.Orleans.TestingHost
by: Microsoft
- 1 total downloads
- Latest version: 2.4.3
Microsoft Orleans library for hosting a silo in a testing project.
Microsoft.ProjectReunion.Foundation
by: Microsoft
- 5 total downloads
- Latest version: 0.8.11
Microsoft Project Reunion Foundation
Microsoft.ProjectReunion.WinUI
by: Microsoft
- 4 total downloads
- Latest version: 0.8.0-preview
This package provides backward-compatible versions of Windows UI features including UWP XAML controls, dense control styles, and Fluent styles and materials. It is part of the Windows UI Library.
The WinUI 3 APIs in this package are subject to change in future releases of Project Reunion. This version is intended for preview and not for use in shipping applications.
Microsoft.SourceLink.Common
by: Microsoft
- 6 total downloads
- Latest version: 8.0.0
MSBuild tasks providing source control information.
Microsoft.SourceLink.GitHub
by: Microsoft
- 27 total downloads
- Latest version: 1.1.1
Generates source link for GitHub repositories.
Microsoft.TestPlatform.TestHost
by: Microsoft
- 2 total downloads
- Latest version: 17.0.2
Testplatform host executes the test using specified adapter.
Microsoft.VisualStudio.Threading
by: Microsoft
- 1 total downloads
- Latest version: 17.1.46
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).
Microsoft.VisualStudio.Threading.Analyzers
by: Microsoft
- 33 total downloads
- Latest version: 17.13.2
Static code analyzer to detect common mistakes or potential issues regarding threading and async coding.
Microsoft.VisualStudio.Web.CodeGeneration
by: Microsoft
- 22 total downloads
- Latest version: 3.1.5
Contains the CodeGenCommand that finds the appropriate code generator and invokes it from project dependencies.
Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore
by: Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore
- 1 total downloads
- Latest version: 1.0.0-preview1-final
Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore
Microsoft.VisualStudio.Web.CodeGeneration.Utils
by: Microsoft
- 1 total downloads
- Latest version: 3.0.0-rc1-19462-10
Contains utilities used by ASP.NET Core Code Generation packages.
This package was built from the source code at https://github.com/aspnet/scaffolding/tree/efb97c4b8c0d73a2c2962f9764032409d383fe7d
Microsoft.VisualStudio.Web.CodeGenerators.Mvc
by: Microsoft
- 0 total downloads
- Latest version: 3.1.0
Code Generators for ASP.NET Core MVC. Contains code generators for MVC Controllers and Views.
Microsoft.Web.WebView2
by: Microsoft
- 1 total downloads
- Latest version: 1.0.2895-prerelease
The WebView2 control enables you to embed web technologies (HTML, CSS, and JavaScript) in your native applications powered by Microsoft Edge (Chromium).
This package is necessary for Win32 C/C++, WPF, and WinForms applications. To learn more about package versions checkout https://aka.ms/wv2-packageversion. To learn best practices checkout: https://aka.ms/wv2-bestpractices.
Microsoft.Win32.SystemEvents
by: Microsoft
- 1 total downloads
- Latest version: 5.0.0-preview.4.20251.6
Provides access to Windows system event notifications.
Commonly Used Types:
Microsoft.Win32.SystemEvents
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.WindowsAppSDK
by: Microsoft
- 0 total downloads
- Latest version: 1.7.250208002-preview1
The Windows App SDK empowers all Windows Desktop apps with modern Windows UI, APIs, and platform features, including back-compat support.
Microsoft.WindowsDesktop.App.Ref
by: Microsoft
- 65 total downloads
- Latest version: 10.0.0-preview.1.25080.4
Package Description
MimeKit
by: Jeffrey Stedfast
- 1 total downloads
- Latest version: 2.5.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
Mono.Posix
by: Microsoft
- 1 total downloads
- Latest version: 7.0.0-beta1.21310.1
Provides functionality for managed code to access Posix/Unix features not accessible via BCL
Mono.Unix
by: Microsoft
- 0 total downloads
- Latest version: 7.0.0-beta1.21310.1
Provides functionality for managed code to access Posix/Unix features not accessible via BCL
NJsonSchema
by: Rico Suter
- 1 total downloads
- Latest version: 10.1.8
JSON Schema reader, generator and validator for .NET