Autofac.log4net by: Eran Gil
  • 11 total downloads
  • Latest version: 6.0.2
  • log logging autofac log4net di dependency injection
This package allows Autofac to integrate with the log4net logging framework. The main feature of the package is its Log4NetModule for Autofac.
FluentValidation.DependencyInjectionExtensions by: Jeremy Skinner
  • 13 total downloads
  • Latest version: 11.9.0
Dependency injection extensions for FluentValidation
Microsoft.Extensions.Caching.Abstractions by: Microsoft
  • 16 total downloads
  • Latest version: 8.0.0
Caching abstractions for in-memory cache and distributed cache. Commonly Used Types: Microsoft.Extensions.Caching.Distributed.IDistributedCache Microsoft.Extensions.Caching.Memory.IMemoryCache
Microsoft.Extensions.Caching.Memory by: Microsoft
  • 13 total downloads
  • Latest version: 8.0.0
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Caching.StackExchangeRedis by: Microsoft
  • 12 total downloads
  • Latest version: 8.0.3
  • cache distributedcache redis
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/88ec3bc3f37e76fbcc932a25f9f0c1c29fe2b343
Microsoft.Extensions.Configuration by: Microsoft
  • 14 total downloads
  • Latest version: 8.0.0
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.Binder by: Microsoft
  • 12 total downloads
  • Latest version: 8.0.1
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.Configuration.Json by: Microsoft
  • 13 total downloads
  • Latest version: 8.0.0
JSON configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read your application's settings from a JSON file. You can use JsonConfigurationExtensions.AddJsonFile extension method on IConfigurationBuilder to add the JSON configuration provider to the configuration builder.
Microsoft.Extensions.DependencyInjection by: Microsoft
  • 18 total downloads
  • Latest version: 8.0.0
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
Microsoft.Extensions.Hosting.Abstractions by: Microsoft
  • 12 total downloads
  • Latest version: 8.0.0
Hosting and startup abstractions for applications.