appsettings
There are 64 repositories under appsettings topic.
Azure/AppConfiguration
Questions, feedback and samples for Azure App Configuration service
demystifyfp/FsConfig
FsConfig is a F# library for reading configuration data from environment variables and AppSettings with type safety.
kkbruce/AspNetCore-Practice
ASP.NET Core 專案練習集合,ASP.NET Core Practice Projects
davidwhitney/System.Configuration.Abstractions
Injectable, mockable, extensible, configuration for .NET
beheshty/SetSharp
✨ SetSharp – Auto-generate strongly-typed settings classes from your appsettings.json using C# Source Generators. No boilerplate. Just config → code. Fast, clean, and incremental.
mrylmz/Prototype
Prototype is a Swift Macro project that generates SwiftUI Forms and Views for data structures and classes. It's designed to complement SwiftData Models seamlessly.
NetLah/dotnet-appsettings
Dotnet tool convert appsettings (.json) to Azure AppService Application Settings
wwwlicious/servicestack-configuration-consul
An implementation of ServiceStack IAppSettings interface that uses Consul.io key/value store as backing storage
ChustaSoft/SecureConfig
Tool to give security to the configurations of an ASPNET Core application by encrypting sensitive information and handling in a secure way
smourier/AppSettingsStudio
A GUI for centralizing .NET appsettings.json management. Provides a unified view to edit, validate, and apply changes across multiple projects and/or binaries, including WSL on Windows, with support for live updates.
murati-hu/PSWebConfig
PSWebConfig is a PowerShell module for decrypting, inspecting and testing web.config files in remote and local scenarios
am-creations/Configuration.EncryptedJson
Appsettings configuration encrypter
niksacdev/samples.microservice
sample microservice project to demonstrate use of Azure keyvault and Kubernetes ConfigMaps for Configuration, use of Serilog for strucutered logging, use of repository for cosmosdb
PolarbearDK/Miracle.Settings
Load your application settings into strong typed objects with two lines of code.
dasiths/NimbleConfig
A simple, unambitious, convention-based configuration injector for .NET with full support for Aspnetcore
ignatandrei/appSettingsEditor
app settings editor - powered by Roslyn
cwinland/AppConfigSettings
Manage Validated and Strongly Typed Application Settings from multiple sources
lawrence-laz/Extensions.Configuration.Object
A simple way to do configuration using POCO objects.
rallets/console-app-net5
A console app built using .NET Core 5 with support to Microsoft DI best practices to show how to setup: Multiple environments, Configuration values using the Options pattern, Appsettings, Usersecrets, Azure KeyVault, Azure Application Insight, TelemetryClient, HostedService, HttpClientFactory.
a-patel/azure-app-configuration-labs
Demo: Azure App Configuration + .NET 5.x
learningcom/DynamicSettings
Dynamic Settings is a .NET library that allows you to load application settings from a variety of sources including environment variables, ConfigurationManager, text files, YAML files, and Redis.
Shoeib-Yarmand/Json-repository-configuration
Json Repository Configuration for .Net Standard 2.1
chugunov/ManyConfig
Helper package for easy configuration.
donatj/appsettings
Simple Hierarchical Key/Value Store for Simple Go Runtime App Setting Storage
OpenSettings/open-settings
A centralized, flexible, and extensible settings management solution for .NET applications.
ArneD/cors-policies-appsettings
Read Cors Policies from settings file.
karenpayneoregon/appsettings-basics
Working with appsetting.json, see branch AccessSqEntity
karenpayneoregon/configuration-helpers
Contains a library for controlling EF-Core connections in desktop projects
lucadecamillis/dependency-injection-configuration
Provide JSON configuration for ServiceCollection
NerosoftDev/Starfish
A lightweight powerful distributed configuration server for .NET application.
RoundTheCode/Read-appsettings.json-Config-in-ASP.NET-Core
Read the appsettings.json file in an ASP.NET Core MVC application. Learn how to bind to a strongly typed class and validate using data annotations.
tonyjoanes/FluentAzure
🔐 FluentAzure - Configuration without tears.
jinsongeo/Net6-ReadLegacyConfigFiles
.NET6 | Legacy Config Files | System.Configuration.ConfigurationManager | app.config
mertcanduldul/dynamic-appsettings
Since the constants in appsettings take up a lot of space in the service layer over time, it is aimed to provide a more organized development environment by keeping these constants in a table on the database.
NetLah/configuration
Configuration builder for dotnet Microsoft.Extensions.Configuration
noctambulo-12/Console.ReadAppSettings.json
Read appsettings.json in .Net Core console