Microsoft.NETCore.App.Host.win-x64 by: Microsoft
  • 41 total downloads
  • Latest version: 9.0.0-preview.7.24405.7
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.App.Ref by: Microsoft
  • 29 total downloads
  • Latest version: 8.0.2
Internal implementation package not meant for direct consumption. Please do not reference directly. A set of .NET APIs that are included in the default .NET application model. Contains reference assemblies, documentation, and other design-time assets.
Microsoft.NETCore.DotNetAppHost by: Microsoft
  • 3 total downloads
  • Latest version: 9.0.0-preview.2.24128.5
Provides the .NET app bootstrapper intended for use in the application directory
Microsoft.NETCore.DotNetHost by: Microsoft
  • 2 total downloads
  • Latest version: 3.1.26
Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module dae24f14e71c9317afbcf2ffaf6a6faa247c1c86 When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETCore.DotNetHostPolicy by: Microsoft
  • 4 total downloads
  • Latest version: 5.0.0-preview.7.20364.11
Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing 53976d38b1bd6917b8fa4d1dd4f009728ece3adb When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETCore.DotNetHostResolver by: Microsoft
  • 1 total downloads
  • Latest version: 6.0.4
Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost
Microsoft.Orleans.Client by: Microsoft
  • 2 total downloads
  • Latest version: 3.2.0-rc2
  • Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET
Collection of Microsoft Orleans libraries and files needed on the client.
Microsoft.Orleans.OrleansCodeGenerator.Build by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.3
  • Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET
Microsoft Orleans build-time code generator to install in all grain interface & implementation projects.
Microsoft.Orleans.Server by: Microsoft
  • 1 total downloads
  • Latest version: 2.3.1
  • Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET
Collection of Microsoft Orleans libraries and files needed on the server.
Microsoft.VisualStudio.Setup.Configuration.Interop by: Microsoft
  • 1 total downloads
  • Latest version: 3.11.2177
  • Microsoft VisualStudio Setup Query
Managed query API for enumerating Visual Studio setup instances using embeddable interoperability types.
Microsoft.VisualStudio.Threading.Analyzers by: Microsoft
  • 3 total downloads
  • Latest version: 17.2.32
  • analyzers visualstudio vssdk sdk threading
Static code analyzer to detect common mistakes or potential issues regarding threading and async coding.
Microsoft.VisualStudio.Web.CodeGeneration.Core by: Microsoft
  • 3 total downloads
  • Latest version: 2.0.0
  • aspnetcore codegenerator scaffolding visualstudioweb
Contains the core infrastructure used by ASP.NET Core Code Generators.
Microsoft.VisualStudio.Web.CodeGeneration.Design by: Microsoft
  • 2 total downloads
  • Latest version: 1.1.3
  • aspnetcore codegenerator scaffolding visualstudioweb
Code Generation tool for ASP.NET Core. Contains the dotnet-aspnet-codegenerator command used for generating controllers and views.
Microsoft.VisualStudio.Web.CodeGeneration.Templating by: Microsoft.VisualStudio.Web.CodeGeneration.Templating
  • 1 total downloads
  • Latest version: 1.0.0-preview2-final
  • aspnetcore,codegenerator,scaffolding,visualstudioweb
Contains Razor based templating host used by ASP.NET Core Code Generators.
Microsoft.VisualStudio.Web.CodeGeneration.Utils by: Microsoft
  • 2 total downloads
  • Latest version: 1.0.0
  • aspnetcore codegenerator scaffolding visualstudioweb
Contains utilities used by ASP.NET Core Code Generation packages.
Microsoft.VisualStudio.Web.CodeGenerators.Mvc by: Microsoft
  • 7 total downloads
  • Latest version: 2.0.0-preview2-final
  • aspnetcore aspnetcoremvc codegenerator scaffolding visualstudioweb
Code Generators for ASP.NET Core MVC. Contains code generators for MVC Controllers and Views.
Microsoft.Web.LibraryManager.Build by: Microsoft
  • 1 total downloads
  • Latest version: 2.1.50
  • library, package, client-side, build
MSBuild target for the Visual Studio Library Manager
Microsoft.Web.WebView2 by: Microsoft
  • 2 total downloads
  • Latest version: 1.0.2792.45
  • Microsoft Web WebView Native native package Edge C++ Win32 WPF WinForms dotnet framework core Webview2
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.WindowsAppSDK by: Microsoft
  • 1 total downloads
  • Latest version: 1.5.240124002-experimental2
  • Windows,Windows App SDK,WinAppSDK,WinUI,XAML,Fluent,Controls,Downlevel,Compatibility,TreeView,ColorPicker,NavigationView,MenuBar,Resources,Native,DWriteCore,Interactive Experiences,ixp,Project Reunion,ProjectReunion
The Windows App SDK empowers all Windows Desktop apps with modern Windows UI, APIs, and platform features, including back-compat support.
MimeKit by: Jeffrey Stedfast
  • 1 total downloads
  • Latest version: 4.7.1
  • mime encryption arc dkim security smime s/mime openpgp pgp mbox mail email parser tnef net462 net47 net48 net6.0 net8.0 netstandard netstandard2.0 netstandard2.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