Microsoft.VisualStudio.Composition.NetFxAttributes
by: Microsoft
- 244 total downloads
- Latest version: 16.9.20
The MEF attributes and runtime classes in the .NET Managed Extensibility Framework (MEF) that are used for imports and exports, and exception types, in a .NET Standard compliant NuGet package form, as found in the System.ComponentModel.Composition namespace.
Microsoft.VisualStudio.Threading.Analyzers
by: Microsoft
- 128 total downloads
- Latest version: 17.13.61
Static code analyzer to detect common mistakes or potential issues regarding threading and async coding.
Microsoft.VisualStudio.Validation
by: Microsoft
- 45 total downloads
- Latest version: 17.0.65
Common input validation and state verification utility methods.
Microsoft.Web.WebView2
by: Microsoft
- 19 total downloads
- Latest version: 1.0.2792.45
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.Primitives
by: Microsoft
- 54 total downloads
- Latest version: 4.3.0
Provides common types for Win32-based libraries.
Commonly Used Types:
System.ComponentModel.Win32Exception
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Win32.Registry
by: Microsoft
- 181 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.Win32.Registry.AccessControl
by: Microsoft
- 19 total downloads
- Latest version: 9.0.0
Provides support for managing access and audit control lists for Microsoft.Win32.RegistryKey.
Commonly Used Types:
System.Security.AccessControl.RegistryAccessRule
System.Security.AccessControl.RegistryAuditRule
System.Security.AccessControl.RegistrySecurity
Microsoft.Win32.SystemEvents
by: Microsoft
- 188 total downloads
- Latest version: 8.0.0
Provides access to Windows system event notifications.
Commonly Used Types:
Microsoft.Win32.SystemEvents
Microsoft.Windows.Compatibility
by: Microsoft
- 55 total downloads
- Latest version: 10.0.0-preview.6.25358.103
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET as well as .NET Standard.
Microsoft.Windows.SDK.Contracts
by: Microsoft
- 25 total downloads
- Latest version: 10.0.26100.4654
The Windows 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 version 26100. 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.WindowsAzure.ConfigurationManager
by: Microsoft
- 205 total downloads
- Latest version: 3.2.3
Microsoft Azure Configuration Manager provides a unified API to load configuration settings regardless of where the application is hosted - whether on-premises or in a Cloud Service.
MiniProfiler.AspNetCore
by: Nick Craver
- 57 total downloads
- Latest version: 4.2.22
Lightweight mini-profiler, designed for ASP.NET Core (not System.Web) websites
MiniProfiler.AspNetCore.Mvc
by: Nick Craver
- 56 total downloads
- Latest version: 4.2.22
Lightweight mini-profiler, designed for ASP.NET Core MVC (*not* System.Web) websites
MiniProfiler.Shared
by: Marc Gravell Jarrod Dixon Yaakov Ellis Nick Craver
- 72 total downloads
- Latest version: 4.2.22
You shouldn't reference this - MiniProfiler's shared library for all frameworks
MinVer
by: MinVer
- 955 total downloads
- Latest version: 6.1.0-beta.1
Minimalist versioning for .NET SDK-style projects using Git tags.
MongoDB.Bson
by: MongoDB Inc.
- 1.663k total downloads
- Latest version: 3.4.2
MongoDB's Official Bson Library.
MongoDB.Driver
by: MongoDB Inc.
- 192 total downloads
- Latest version: 3.4.1
Official .NET driver for MongoDB.
MongoDB.Driver.Core
by: MongoDB Inc.
- 121 total downloads
- Latest version: 2.24.0
Core Component of the Official MongoDB .NET Driver.
MongoDB.Libmongocrypt
by: MongoDB Inc.
- 151 total downloads
- Latest version: 1.8.2
Libmongocrypt wrapper for the .NET driver.
Mono.Cecil
by: Jb Evain
- 436 total downloads
- Latest version: 0.11.6
Cecil is a library written by Jb Evain to generate and inspect programs and libraries in the ECMA CIL format. It has full support for generics, and support some debugging symbol format. In simple English, with Cecil, you can load existing managed assemblies, browse all the contained types, modify them on the fly and save back to the disk the modified assembly.