B1SLayer by: Bruno Giovani Mulinari
  • 1 total downloads
  • Latest version: 2.2.0
  • sap business one b1 service layer http client fluent flurl
A lightweight SAP Business One Service Layer client for .NET.
BFAG.SBO.SL by: Bruno Fagundes
  • 0 total downloads
  • Latest version: 1.1.0
Package Description
HotChocolate.Execution.Abstractions by: ChilliCream authors and contributors
  • 1 total downloads
  • Latest version: 13.9.12
  • GraphQL ChilliCream
Package Description
HotChocolate.Language.SyntaxTree by: ChilliCream authors and contributors
  • 1 total downloads
  • Latest version: 16.0.0-p.10.14
  • GraphQL ChilliCream
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
  • GraphQL ChilliCream
This package contains the packed UTF-8 syntax tree representation used by Hot Chocolate.
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.
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.
Microsoft.Extensions.Logging.Abstractions by: Microsoft
  • 10 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
  • 4 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
  • 13 total downloads
  • Latest version: 11.0.0-preview.2.26159.112
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.Extensions.Primitives by: Microsoft
  • 8 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
Microsoft.IdentityModel.Protocols.OpenIdConnect by: Microsoft
  • 1 total downloads
  • Latest version: 8.19.2
  • .NET Windows Authentication Identity OpenIdConnect
Includes types that provide support for OpenIdConnect protocol.
Newtonsoft.Json by: James Newton-King
  • 5 total downloads
  • Latest version: 13.0.3
  • json
Json.NET is a popular high-performance JSON framework for .NET