</>PackageGraphPackageGraph

NuGet packages

The most popular NuGet packages tracked by PackageGraph.

162 packages

System.Globalization.CalendarsNuGet

Provides classes for performing date calculations using specific calendars, including the Gregorian, Julian, Hijri and Korean calendars. Commonly Used Types: System.Globalization.HijriCalendar System.Globalization.GregorianCalendar System.Globalization.HebrewCalendar System.Globalization.KoreanCalendar System.Globalization.ThaiBuddhistCalendar System.Globalization.TaiwanCalendar System.Globalization.JapaneseCalendar System.Globalization.GregorianCalendarTypes System.Globalization.PersianCalendar System.Globalization.UmAlQuraCalendar When using NuGet 3.x this package requires at least version 3.4.

0/wk2 dependents
System.RuntimeNuGet

Provides the fundamental primitives, classes and base classes that define commonly-used value and reference data types, events and event handlers, interfaces, attributes, and exceptions. This packages represents the core package, and provides the minimal set of types required to build a managed application. Commonly Used Types: System.Object System.Exception System.Int16 System.Int32 System.Int64 System.Enum System.String System.Char System.Boolean System.SByte System.Byte System.DateTime System.DateTimeOffset System.Single System.Double System.UInt16 System.UInt32 System.UInt64 System.IDisposable System.Uri When using NuGet 3.x this package requires at least version 3.4.

0/wk64 dependents
System.Runtime.CompilerServices.UnsafeNuGet

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

0/wk3 dependentsMIT
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
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.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
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.RazorNuGet

ASP.NET Core MVC Razor view engine for CSHTML files.

0/wk3 dependents
Microsoft.AspNetCore.Authorization.PolicyNuGet

ASP.NET Core authorization policy helper classes.

0/wk1 dependents
Microsoft.AspNetCore.Hosting.AbstractionsNuGet

ASP.NET Core hosting and startup abstractions for web applications.

0/wk1 dependents
System.Security.Cryptography.EncodingNuGet

Provides types for representing Abstract Syntax Notation One (ASN.1)-encoded data. Commonly Used Types: System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.Oid System.Security.Cryptography.OidCollection When using NuGet 3.x this package requires at least version 3.4.

0/wk7 dependents
Microsoft.AspNetCore.HttpNuGet

ASP.NET Core default HTTP feature implementations.

0/wk2 dependents
Microsoft.AspNetCore.LocalizationNuGet

ASP.NET Core middleware for automatically applying culture information to HTTP requests. Culture information can be specified in the HTTP header, query string, cookie, or custom source.

0/wk1 dependents
Microsoft.AspNetCore.Diagnostics.AbstractionsNuGet

ASP.NET Core diagnostics middleware abstractions and feature interface definitions.

0/wk1 dependents
System.Security.Cryptography.OpenSslNuGet

Provides cryptographic algorithm implementations and key management for non-Windows systems with OpenSSL. Commonly Used Types: System.Security.Cryptography.RSAOpenSsl When using NuGet 3.x this package requires at least version 3.4.

0/wk2 dependentsMIT
System.MemoryNuGet

System.Memory

0/wk6 dependentsMIT
System.AppContextNuGet

Provides the System.AppContext class, which allows access to the BaseDirectory property and other application specific data. Commonly Used Types: System.AppContext When using NuGet 3.x this package requires at least version 3.4.

0/wk2 dependents
System.LinqNuGet

Provides classes and interfaces that supports queries that use Language-Integrated Query (LINQ). Commonly Used Types: System.Linq.Enumerable System.Linq.IGrouping<TKey, TElement> System.Linq.IOrderedEnumerable<TElement> System.Linq.ILookup<TKey, TElement> System.Linq.Lookup<TKey, TElement> When using NuGet 3.x this package requires at least version 3.4.

0/wk6 dependents
System.ComponentModelNuGet

Provides interfaces for the editing and change tracking of objects used as data sources. Commonly Used Types: System.ComponentModel.CancelEventArgs System.IServiceProvider System.ComponentModel.IEditableObject System.ComponentModel.IChangeTracking System.ComponentModel.IRevertibleChangeTracking When using NuGet 3.x this package requires at least version 3.4.

0/wk3 dependents
System.Collections.SpecializedNuGet

Provides older specialized non-generic collections; for example, a linked list dictionary, a bit vector, and collections that contain only strings. Commonly Used Types: System.Collections.Specialized.NameValueCollection System.Collections.Specialized.NameObjectCollectionBase System.Collections.Specialized.StringCollection System.Collections.Specialized.IOrderedDictionary System.Collections.Specialized.HybridDictionary System.Collections.Specialized.OrderedDictionary System.Collections.Specialized.ListDictionary System.Collections.Specialized.StringDictionary System.Collections.Specialized.BitVector32 When using NuGet 3.x this package requires at least version 3.4.

0/wk1 dependents
System.Security.Cryptography.CngNuGet

Provides cryptographic algorithm implementations and key management with Windows Cryptographic Next Generation API (CNG). Commonly Used Types: System.Security.Cryptography.RSACng System.Security.Cryptography.ECDsaCng System.Security.Cryptography.CngKey When using NuGet 3.x this package requires at least version 3.4.

0/wk1 dependentsMIT
System.BuffersNuGet

System.Buffers

0/wk7 dependentsMIT
System.ValueTupleNuGet

System.ValueTuple

0/wk1 dependentsMIT
Microsoft.AspNetCore.Html.AbstractionsNuGet

ASP.NET Core HTML abstractions used for building HTML content. Commonly used types: Microsoft.AspNetCore.Html.HtmlString Microsoft.AspNetCore.Html.IHtmlContent

0/wk3 dependents
Newtonsoft.Json.BsonNuGet

Json.NET BSON adds support for reading and writing BSON

0/wk1 dependentsMIT
Microsoft.AspNetCore.Razor.RuntimeNuGet

Runtime infrastructure for rendering Razor pages and tag helpers.

0/wk2 dependents
runtime.rhel.7-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.native.System.Net.HttpNuGet

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/wk2 dependents
System.Runtime.InteropServices.RuntimeInformationNuGet

Provides APIs to query about runtime and OS information. Commonly Used Types: System.Runtime.InteropServices.RuntimeInformation System.Runtime.InteropServices.OSPlatform When using NuGet 3.x this package requires at least version 3.4.

0/wk2 dependents
Microsoft.AspNetCore.AntiforgeryNuGet

An antiforgery system for ASP.NET Core designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks.

0/wk1 dependents
← PrevPage 4 of 6Next →