HotChocolate.Caching.Memory by: ChilliCream authors and contributors
  • 1 total downloads
  • Latest version: 16.6.1
  • GraphQL ChilliCream
Package Description
HotChocolate.Execution.Pipeline by: ChilliCream authors and contributors
  • 1 total downloads
  • Latest version: 16.6.1
  • GraphQL ChilliCream
Package Description
HotChocolate.Language.Utf8.SyntaxTree by: ChilliCream authors and contributors
  • 1 total downloads
  • Latest version: 16.6.1
  • GraphQL ChilliCream
This package contains the packed UTF-8 syntax tree representation used by Hot Chocolate.
HotChocolate.PersistedOperations.Pipeline by: ChilliCream authors and contributors
  • 3 total downloads
  • Latest version: 16.6.1
  • GraphQL ChilliCream
Pipeline for Hot Chocolate persisted operations.
HotChocolate.Text.Json by: ChilliCream authors and contributors
  • 1 total downloads
  • Latest version: 16.6.1
  • GraphQL ChilliCream
This package provides helpers for JSON parsing and formatting in HotChocolate.
HotChocolate.Types.MongoDb by: ChilliCream authors and contributors
  • 1 total downloads
  • Latest version: 16.6.1
  • GraphQL ChilliCream
Contains common HotChocolate types for MongoDb
HotChocolate.Utilities.Base36 by: ChilliCream authors and contributors
  • 1 total downloads
  • Latest version: 16.6.1
  • GraphQL ChilliCream
This package contains the HotChocolate.Text.Buffers.Base36 encoder.
HotChocolate.Utilities.Buffers by: ChilliCream authors and contributors
  • 1 total downloads
  • Latest version: 16.0.0-p.10.14
  • GraphQL ChilliCream
This package contains the HotChocolate.Buffers.ArrayWriter.
HotChocolate.Utilities.Tasks by: ChilliCream authors and contributors
  • 2 total downloads
  • Latest version: 16.6.1
  • GraphQL ChilliCream
This package contains the System.Threading.Tasks.Task extensions.
Microsoft.Extensions.Configuration by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.10
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.Abstractions by: Microsoft
  • 5 total downloads
  • Latest version: 10.0.10
Provides abstractions of key-value pair based configuration. Interfaces defined in this package are implemented by classes in Microsoft.Extensions.Configuration and other configuration packages.
Microsoft.Extensions.Configuration.Binder by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.11
Provides the functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration. This package enables you to represent the configuration data as strongly-typed classes defined in the application code. To bind a configuration, use the Microsoft.Extensions.Configuration.ConfigurationBinder.Get extension method on the IConfiguration object. To use this package, you also need to install a package for the configuration provider, for example, Microsoft.Extensions.Configuration.Json for the JSON provider.
Microsoft.Extensions.DependencyInjection.Abstractions by: Microsoft
  • 9 total downloads
  • Latest version: 10.0.9
Abstractions for dependency injection. Commonly Used Types: Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.Diagnostics by: Microsoft
  • 3 total downloads
  • Latest version: 10.0.0
This package includes the default implementation of IMeterFactory and additional extension methods to easily register it with the Dependency Injection framework.
Microsoft.Extensions.FileSystemGlobbing by: Microsoft
  • 3 total downloads
  • Latest version: 10.0.11
File system globbing to find files matching a specified pattern.
Microsoft.Extensions.Logging by: Microsoft
  • 3 total downloads
  • Latest version: 10.0.0
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Abstractions by: Microsoft
  • 7 total downloads
  • Latest version: 10.0.9
Logging abstractions for Microsoft.Extensions.Logging. Commonly Used Types: Microsoft.Extensions.Logging.ILogger Microsoft.Extensions.Logging.ILoggerFactory Microsoft.Extensions.Logging.ILogger<TCategoryName> Microsoft.Extensions.Logging.LogLevel Microsoft.Extensions.Logging.Logger<T> Microsoft.Extensions.Logging.LoggerMessage Microsoft.Extensions.Logging.Abstractions.NullLogger
Microsoft.Extensions.ObjectPool by: Microsoft
  • 3 total downloads
  • Latest version: 10.0.0
  • pooling
A simple object pool implementation. This package was built from the source code at https://github.com/dotnet/dotnet/tree/b0f34d51fccc69fd334253924abd8d6853fad7aa
Microsoft.Extensions.Options by: Microsoft
  • 7 total downloads
  • Latest version: 10.0.11
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.Extensions.Primitives by: Microsoft
  • 7 total downloads
  • Latest version: 10.0.11
Primitives shared by framework extensions. Commonly used types include: Commonly Used Types: Microsoft.Extensions.Primitives.IChangeToken Microsoft.Extensions.Primitives.StringValues Microsoft.Extensions.Primitives.StringSegment