</>PackageGraphPackageGraph

NuGet packages

The most popular NuGet packages tracked by PackageGraph.

162 packages

runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSslNuGet

Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.

0/wk1 dependents
runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.AppleNuGet

Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.

0/wk1 dependents
Microsoft.AspNetCore.MvcNuGet

ASP.NET Core MVC is a web framework that gives you a powerful, patterns-based way to build dynamic websites and web APIs. ASP.NET Core MVC enables a clean separation of concerns and gives you full control over markup.

0/wk0 dependents
Newtonsoft.JsonNuGet

Json.NET is a popular high-performance JSON framework for .NET

0/wk2 dependentsMIT
Azure.IdentityNuGet

Provides APIs for authenticating to Microsoft Entra ID

0/wk1 dependentsMIT
Microsoft.AspNetCore.Routing.AbstractionsNuGet

ASP.NET Core abstractions for routing requests to application logic and for generating links. Commonly used types: Microsoft.AspNetCore.Routing.IRouter Microsoft.AspNetCore.Routing.RouteData

0/wk3 dependents
Microsoft.Diagnostics.NETCore.ClientNuGet

.NET Core Diagnostics Client Library

0/wk1 dependentsMIT
IcedNuGet

iced is a blazing fast and correct x86 (16/32/64-bit) instruction decoder, disassembler and assembler written in C#. - 👍 Supports all Intel and AMD instructions - 👍 Correct: All instructions are tested and iced has been tested against other disassemblers/assemblers (xed, gas, objdump, masm, dumpbin, nasm, ndisasm) and fuzzed - 👍 100% C# code - 👍 The formatter supports masm, nasm, gas (AT&T), Intel (XED) and there are many options to customize the output - 👍 The decoder decodes >130 MB/s - 👍 Small decoded instructions, only 40 bytes and the decoder doesn't allocate any memory - 👍 Create instructions with code assembler, eg. `asm.mov(eax, edx)` - 👍 The encoder can be used to re-encode decoded instructions at any address - 👍 API to get instruction info, eg. read/written registers, memory and rflags bits; CPUID feature flag, control flow info, etc - 👍 Supports `.NET Standard 2.0/2.1+` and `.NET Framework 4.5+` - 👍 License: MIT

0/wk1 dependentsMIT
xunitNuGet

xUnit.net is a developer testing framework, built to support Test Driven Development, with a design goal of extreme simplicity and alignment with framework features.

0/wk0 dependentsdeprecated
Microsoft.AspNetCore.Hosting.Server.AbstractionsNuGet

ASP.NET Core hosting server abstractions for web applications.

0/wk1 dependents
Microsoft.Win32.RegistryNuGet

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.

0/wk1 dependentsMIT
System.CodeDomNuGet

Provides types that can be used to model the structure of a source code document and to output source code for that model in C# or Visual Basic.

0/wk1 dependentsMIT
System.ManagementNuGet

Provides access to a rich set of management information and management events about the system, devices, and applications instrumented to the Windows Management Instrumentation (WMI) infrastructure. Commonly Used Types: System.Management.ManagementClass System.Management.ManagementObject System.Management.SelectQuery

0/wk1 dependentsMIT
System.Reflection.ExtensionsNuGet

Provides custom attribute extension methods for System.Reflection types. Commonly Used Types: System.Reflection.InterfaceMapping System.Reflection.CustomAttributeExtensions System.Reflection.RuntimeReflectionExtensions When using NuGet 3.x this package requires at least version 3.4.

0/wk4 dependents
System.Net.ServerSentEventsNuGet

Provides a simple parser for server-sent events (SSE). Commonly Used Types: System.Net.ServerSentEvents.SseParser

0/wk1 dependentsMIT
Microsoft.AspNetCore.Http.ExtensionsNuGet

ASP.NET Core common extension methods for HTTP abstractions, HTTP headers, HTTP request/response, and session state.

0/wk6 dependents
NETStandard.LibraryNuGet

A set of standard .NET APIs that are prescribed to be used and supported together. 18a36291e48808fa7ef2d00a764ceb1ec95645a5 When using NuGet 3.x this package requires at least version 3.4.

0/wk5 dependents
Microsoft.AspNetCore.Http.AbstractionsNuGet

ASP.NET Core HTTP object model for HTTP requests and responses and also common extension methods for registering middleware in an IApplicationBuilder. Commonly used types: Microsoft.AspNetCore.Builder.IApplicationBuilder Microsoft.AspNetCore.Http.HttpContext Microsoft.AspNetCore.Http.HttpRequest Microsoft.AspNetCore.Http.HttpResponse

0/wk6 dependents
Microsoft.DotNet.PlatformAbstractionsNuGet

Abstractions for making code that uses file system and environment testable.

0/wk1 dependents
Microsoft.AspNetCore.Http.FeaturesNuGet

ASP.NET Core HTTP feature interface definitions. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/3eeb12e106b9e913c3a4dec1a7d16da7b74149eb

0/wk2 dependentsApache-2.0
System.Resources.ResourceManagerNuGet

Provides classes and attributes that allow developers to create, store, and manage various culture-specific resources used in an application. Commonly Used Types: System.Resources.ResourceManager System.Resources.NeutralResourcesLanguageAttribute System.Resources.SatelliteContractVersionAttribute System.Resources.MissingManifestResourceException When using NuGet 3.x this package requires at least version 3.4.

0/wk36 dependents
System.Diagnostics.EventLogNuGet

Provides the System.Diagnostics.EventLog class, which allows the applications to use the Windows event log service. Commonly Used Types: System.Diagnostics.EventLog

0/wk1 dependentsMIT
System.Dynamic.RuntimeNuGet

Provides classes and interfaces that support the Dynamic Language Runtime (DLR). Commonly Used Types: System.Runtime.CompilerServices.CallSite System.Runtime.CompilerServices.CallSite<T> System.Dynamic.IDynamicMetaObjectProvider System.Dynamic.DynamicMetaObject System.Dynamic.SetMemberBinder System.Dynamic.GetMemberBinder System.Dynamic.ExpandoObject System.Dynamic.DynamicObject System.Runtime.CompilerServices.CallSiteBinder System.Runtime.CompilerServices.ConditionalWeakTable<TKey, TValue> When using NuGet 3.x this package requires at least version 3.4.

0/wk1 dependents
System.Diagnostics.DebugNuGet

Provides classes and attributes that allows basic interaction with a debugger. Commonly Used Types: System.Diagnostics.Debug System.Diagnostics.DebuggerStepThroughAttribute System.Diagnostics.Debugger System.Diagnostics.DebuggerDisplayAttribute System.Diagnostics.DebuggerBrowsableAttribute System.Diagnostics.DebuggerBrowsableState System.Diagnostics.DebuggerHiddenAttribute System.Diagnostics.DebuggerNonUserCodeAttribute System.Diagnostics.DebuggerTypeProxyAttribute When using NuGet 3.x this package requires at least version 3.4.

0/wk17 dependents
Swashbuckle.AspNetCoreNuGet

Swagger tools for documenting APIs built on ASP.NET Core

0/wk0 dependentsMIT
System.Runtime.CompilerServices.UnsafeNuGet

Provides the System.Runtime.CompilerServices.Unsafe class, which provides generic, low-level functionality for manipulating pointers.

0/wk3 dependentsMIT
Microsoft.Win32.PrimitivesNuGet

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.

0/wk3 dependents
Microsoft.AspNetCore.Mvc.ApiExplorerNuGet

ASP.NET Core MVC API explorer functionality for discovering metadata such as the list of controllers and actions, and their URLs and allowed HTTP methods.

0/wk1 dependents
System.IO.CompressionNuGet

Provides classes that support the compression and decompression of streams. Commonly Used Types: System.IO.Compression.DeflateStream System.IO.Compression.GZipStream System.IO.Compression.CompressionMode System.IO.Compression.CompressionLevel System.IO.Compression.ZipArchiveEntry System.IO.Compression.ZipArchive System.IO.Compression.ZipArchiveMode When using NuGet 3.x this package requires at least version 3.4.

0/wk3 dependents
System.Text.Encoding.ExtensionsNuGet

Provides support for specific encodings, including ASCII, UTF-7, UTF-8, UTF-16, and UTF-32. Commonly Used Types: System.Text.UTF8Encoding System.Text.UnicodeEncoding System.Text.ASCIIEncoding System.Text.UTF7Encoding System.Text.UTF32Encoding When using NuGet 3.x this package requires at least version 3.4.

0/wk3 dependents
← PrevPage 3 of 6Next →