31 packages tagged with “IConfiguration”
Creates objects from IConfiguration and IConfigurationSection objects. A replacement for some of the functionality of Microsoft.Extensions.Configuration.Binder.
The package defines configuration extensions used by other CodeGator packages. Platforms supported: .NET 6.x or above
A collection of helpful IConfiguration logging related extension methods
Extensions to directly add azure keyvault as configuration to an aspnetcore web application
Tool for handling setup for the Options pattern
Extends the Microsoft.Extensions.Configuration.Binder code to support discriminator based inheritance
Helper class to return a singleton instance of IConfiguration
An object-oriented approach to ASP.NET Core services configuration.
A .net configuration library to make configuration of multi-target applications easier
Dump out all your .Net Core and ASP.Net Core config on startup, together with the configuration provider source that value came from. Ideal for troubleshooting when overriding values via environment variables in containerized environments such as Azure, Amazon AWS and Rancher. Enabled with simple services.AddConfigDump() call at the end of your ConfigureServices() method. Uses any configured ILogger.
General .net Extensions, Can be used in any kind .net programs
General .net core Extensions, Can be used in .net core console or web app
Use this version for Asp.Net projects. Dump out all your .Net Core and ASP.Net Core config on startup, together with the configuration provider source that value came from. Ideal for troubleshooting when overriding values via environment variables in containerized environments such as Azure, Amazon AWS and Rancher. Enabled with simple services.AddConfigDump() call at the end of your ConfigureServices() method. Uses any configured ILogger.
The purpose of this library is to help developers with dependency injection per HTTP request context. This is currently not available via the default dependency injection infrastructure. A secondary goal is provide easy access to common infrastructure services such as security, logging, etc.
Simple and extensible way to make appsettings.json/web.config/app.config/env vars/whatever easier to read and strongly typed!
Creates proxy objects from interfaces using IConfiguration and IConfigurationSection objects.
Library which aims to make setting management easy for asp.net applications.
A dot net extensions wrapper that helps mock in the tests.
Introduces XML configuration provider for Microsoft.Extensions.Configuration that supports Save() method.
Adapter for bridging Microsoft.Extensions.Configuration (IConfiguration) with Cocoar.Configuration, enabling gradual migration and coexistence with existing Microsoft configuration sources while leveraging reactive updates.
Working with .netcore applications on Heroku, you have to manually update appsettings.json file from Heroku's Dashboard using environment variables. This package allows automatically getting all environment variables from Heroku and injects all variables (configurable) into the IConfiguration instances.
IConfiguration helper methods etc.
The VersaTul Configuration project enables the ability to get the values of the specified keys stored in the settings dictionary. Much like the DOTNET IConfiguration interface this configuration project provides a way to cleanly pass settings into an application. The VersaTul projects that needs settings are built on top of Configuration. However this project can be extended to be used in other custom projects as well.
Reading a setting from App.config or Web.config is a pretty common task. Here's a class that makes this loads easier: AppSettingsUtil Easily read application setting values in a variety of types, specifying default values if necessary.
Automatically binds all Options models in a Options namespace to there corresponding Sections in the configuration.
A lightweight utility for extending IConfiguration in .NET applications.
load IConfiguration from database
Initialize CORS Policies by leveraging the IConfiguration framework
extension for the IConfiguration, appsettings.json mapping easily used class object rely on EnvironmentName (especially for the ConsoleApp)
Attributes for automatically registering classes with Microsoft's IServiceCollection IoC container.