System.Reflection.Emit.ILGeneration
Provides clases that allow a compiler or tool to emit Microsoft intermediate language (MSIL). The primary clients of the...
System.Linq.Expressions
Provides classes, interfaces and enumerations that enable language-level code expressions to be represented as objects i...
System.Reflection.TypeExtensions
Provides extensions methods for System.Type that are designed to be source-compatible with older framework reflection-ba...
System.Linq.Queryable
Provides classes for querying data structures that implement IQueryable<T>.
System.Threading.Timer
Provides the System.Threading.Timer class, which is a mechanism for executing a method at specified intervals.
System.Collections.Specialized
Provides older specialized non-generic collections; for example, a linked list dictionary, a bit vector, and collections...
System.IO
Provides base input and output (I/O) types, including System.IO.Stream, System.IO.StreamReader and System.IO.StreamWrite...
Microsoft.NETCore.Platforms
Provides runtime information required to resolve target framework, platform, and runtime specific implementations of .NE...
System.IO.FileSystem
Provides types that allow reading and writing to files and types that provide basic file and directory support.
Microsoft.NETCore.Targets
Provides supporting infrastructure for portable projects: support identifiers that define framework and runtime for supp...
Microsoft.Extensions.Configuration.Abstractions
Abstractions of key-value pair based configuration.
System.Collections.Concurrent
Provides several thread-safe collection classes that should be used in place of the corresponding types in the System.Co...
Microsoft.Extensions.DependencyInjection.Abstractions
Contracts for dependency injection.
Microsoft.Extensions.DependencyInjection
Dependency injection abstraction and fallback implementation.
System.Runtime.InteropServices
Provides types that support COM interop and platform invoke services. Commonly Used Types: System.Runtime.InteropServic...
System.Runtime.InteropServices.RuntimeInformation
Provides APIs to query about runtime and OS information. Commonly Used Types: System.Runtime.InteropServices.RuntimeInf...
System.Threading.Tasks
This package is a port of the Mono version of the *complete* Task Parallel Library (not a subset) to all Silverlight pla...
Polly.Extensions.Http
Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies...
System.Diagnostics.DiagnosticSource
Provides Classes that allow you to decouple code logging rich (unserializable) diagnostics/telemetry (e.g. framework) fr...
Microsoft.Extensions.Caching.Hybrid
Multi-level caching implementation building on and extending IDistributedCache This package was built from the source c...
Microsoft.Bcl.TimeProvider
Provides support for system time abstraction primitives for .NET Framework and .NET Standard. Commonly Used Types: Syst...
Microsoft.Bcl.AsyncInterfaces
Provides the IAsyncEnumerable<T> and IAsyncDisposable interfaces and helper types for .NET Standard 2.0. This package is...
System.Memory
Provides types for efficient low-allocation access to memory. Commonly Used Types: System.Span af7d2ae49c79bb279625de...
HotChocolate.Execution.Projections
Package Description
System.Text.Encodings.Web
Html, Uri, and JavaScript encoding library. Commonly Used Types: System.Text.Encodings.Web.HtmlEncoder System.Text.Enco...
System.Runtime
Provides the fundamental primitives, classes and base classes that define commonly-used value and reference data types, ...
Quartz.Extensions.DependencyInjection
Extension methods to integrate Quartz scheduler and the jobs with the generic host in net core.