BFAG.Timesheet.Shared
by: Bruno Fagundes
- 1 total downloads
- Latest version: 1.0.10
Package Description
HotChocolate.Caching.Memory
by: ChilliCream authors and contributors
- 1 total downloads
- Latest version: 16.6.1
Package Description
HotChocolate.Execution.Abstractions
by: ChilliCream authors and contributors
- 1 total downloads
- Latest version: 13.9.12
Package Description
HotChocolate.Execution.Pipeline
by: ChilliCream authors and contributors
- 3 total downloads
- Latest version: 16.6.1
Package Description
HotChocolate.Language.SyntaxTree
by: ChilliCream authors and contributors
- 1 total downloads
- Latest version: 16.0.0-p.10.14
This package contains the abstract syntax tree that is used by the Hot Chocolate parsers.
HotChocolate.Language.Utf8.SyntaxTree
by: ChilliCream authors and contributors
- 1 total downloads
- Latest version: 16.6.1
This package contains the packed UTF-8 syntax tree representation used by Hot Chocolate.
HotChocolate.PersistedOperations.Pipeline
by: ChilliCream authors and contributors
- 6 total downloads
- Latest version: 16.6.1
Pipeline for Hot Chocolate persisted operations.
HotChocolate.Text.Json
by: ChilliCream authors and contributors
- 1 total downloads
- Latest version: 16.6.1
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
Contains common HotChocolate types for MongoDb
HotChocolate.Utilities.Base36
by: ChilliCream authors and contributors
- 1 total downloads
- Latest version: 16.6.1
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
This package contains the HotChocolate.Buffers.ArrayWriter.
HotChocolate.Utilities.Tasks
by: ChilliCream authors and contributors
- 2 total downloads
- Latest version: 16.6.1
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
- 9 total downloads
- Latest version: 11.0.0-preview.7.26381.103
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
- 12 total downloads
- Latest version: 10.0.9
Abstractions for dependency injection.
Commonly Used Types:
Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.Diagnostics
by: Microsoft
- 4 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
- 6 total downloads
- Latest version: 10.0.11
File system globbing to find files matching a specified pattern.
Microsoft.Extensions.Http
by: Microsoft
- 1 total downloads
- Latest version: 8.0.0
The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. The HttpClient factory provides extensibility to plug in DelegatingHandlers that address cross-cutting concerns such as service location, load balancing, and reliability. The default HttpClient factory provides built-in diagnostics and logging and manages the lifetimes of connections in a performant way.
Commonly Used Types:
System.Net.Http.IHttpClientFactory
Microsoft.Extensions.Logging
by: Microsoft
- 4 total downloads
- Latest version: 10.0.0
Logging infrastructure default implementation for Microsoft.Extensions.Logging.