Microsoft.IO.RecyclableMemoryStream by: Microsoft
  • 0 total downloads
  • Latest version: 3.0.1
  • MemoryStream Memory performance GC garbage collection stream scalable buffer
A pooled MemoryStream allocator to decrease GC load and improve performance on highly scalable systems.
Microsoft.NET.ILLink.Tasks by: Microsoft
  • 0 total downloads
  • Latest version: 9.0.5
MSBuild tasks for running the IL Linker
Microsoft.NET.Sdk.WebAssembly.Pack by: Microsoft
  • 0 total downloads
  • Latest version: 9.0.5
SDK for building and publishing WebAssembly applications.
Microsoft.NETCore.DotNetAppHost by: Microsoft
  • 0 total downloads
  • Latest version: 2.0.0
Provides the .NET Core app bootstrapper intended for use in the application directory e8b8861ac7faf042c87a5c2f9f2d04c98b69f28d When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETCore.DotNetHostPolicy by: Microsoft
  • 0 total downloads
  • Latest version: 2.0.0
Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing e8b8861ac7faf042c87a5c2f9f2d04c98b69f28d When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETCore.DotNetHostResolver by: Microsoft
  • 0 total downloads
  • Latest version: 2.0.0
Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost e8b8861ac7faf042c87a5c2f9f2d04c98b69f28d When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETFramework.ReferenceAssemblies by: Microsoft
  • 0 total downloads
  • Latest version: 1.0.3
Microsoft .NET Framework Reference Assemblies
Microsoft.NETFramework.ReferenceAssemblies.net481 by: Microsoft
  • 0 total downloads
  • Latest version: 1.0.3
Microsoft .NET Framework Reference Assemblies
Microsoft.VisualStudio.Azure.Containers.Tools.Targets by: Microsoft
  • 0 total downloads
  • Latest version: 1.21.2
  • container containers Docker microservices Azure
Targets files to enable the Visual Studio Tools for Containers.
Microsoft.VisualStudio.Threading.Analyzers by: Microsoft
  • 0 total downloads
  • Latest version: 17.3.44
  • analyzers visualstudio vssdk sdk threading
Static code analyzer to detect common mistakes or potential issues regarding threading and async coding.
MimeKit by: Jeffrey Stedfast
  • 0 total downloads
  • Latest version: 4.11.0
  • mime encryption arc dkim security smime s/mime openpgp pgp mbox mail email parser tnef
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
Modernizr by: Faruk Ateş, Paul Irish, Alex Sexton
  • 0 total downloads
  • Latest version: 2.8.3
  • JavaScript HTML HTML5 CSS CSS3 SVG
Modernizr adds classes to the <html> element which allow you to target specific browser functionality in your stylesheet. You don't actually need to write any Javascript to use it. Modernizr is a small and simple JavaScript library that helps you take advantage of emerging web technologies (CSS3, HTML5) while still maintaining a fine level of control over older browsers that may not yet support these new technologies. NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/
MSTest by: Microsoft
  • 1 total downloads
  • Latest version: 3.6.4
  • MSTest TestFramework TestAdapter VisualStudio Unittest MSTestV2 Microsoft
MSTest is Microsoft supported Test Framework. This package is a meta package to simplify test projects. It includes MSTest.TestFramework and MSTest.TestAdapter. Supported platforms: - .NET 4.6.2+ - .NET Core 3.1+ - .NET 6.0+ - .NET 6.0 Windows.18362+ - UWP 10.0.16299
MSTest.Analyzers by: Microsoft
  • 1 total downloads
  • Latest version: 3.6.4
  • MSTest Analyzers TestFramework Unittest MSTestV2 Microsoft Test Testing TDD Framework
MSTest is Microsoft supported Test Framework. This package includes code analyzers and code fixes for MSTest.
MSTest.Sdk by: Microsoft
  • 1 total downloads
  • Latest version: 3.6.4
  • MSTest TestFramework TestAdapter VisualStudio Unittest MSTestV2 Microsoft
MSTest is Microsoft supported Test Framework. This package contains the MSTest MSBuild project SDK.
MudBlazor by: Garderoben, Henon and Contributors
  • 0 total downloads
  • Latest version: 8.5.0
  • Blazor, MudBlazor, Material, Material Design, Components, Blazor Components, Blazor Library
Blazor Component Library based on Material Design principles with an emphasis on ease of use and extensibility
MvvmLight by: Laurent Bugnion (GalaSoft)
  • 0 total downloads
  • Latest version: 5.4.1
  • mvvm mvvmlight silverlight windowsstore winrt win10 uwp winstore wpf windowsphone windowsphone8 xamarin android iOS xamarinforms pcl
The MVVM Light Toolkit is a set of components helping people to get started in the Model-View-ViewModel pattern in Silverlight, WPF, Windows Phone, Windows 10 UWP, Xamarin.Android, Xamarin.iOS, Xamarin.Forms. It is a light and pragmatic framework that allows you to pick which components you want to use. This version will add the MVVM Light libraries as well as some scaffolding to your application to convert it in an MVVM app!
Nager.VideoStream by: Tino Hager
  • 0 total downloads
  • Latest version: 1.2.0
  • video stream rtsp frame camera
Read frames from a rtsp video stream or from a video file
NETStandard.Library by: Microsoft
  • 2 total downloads
  • Latest version: 2.0.0
A set of standard .NET APIs that are prescribed to be used and supported together. d318b764a689cfe285d8484bda918646905664e7 When using NuGet 3.x this package requires at least version 3.4.
Newtonsoft.Json by: James Newton-King
  • 3 total downloads
  • Latest version: 10.0.3
  • json
Json.NET is a popular high-performance JSON framework for .NET