28 skills found
andyhutch77 / OAuthTwitterWrapperAn easy way to display twitter feeds and searches in any .net project, with one nuget command and 3 appsetting changes you have access to raw json or serialized c# objects. No need for 3rd party dlls.
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.
andrewlock / Dotnet Config2jsonA simple tool to convert a web.config file to an appsettings.json file
dassump / Dotnet Appsettings EnvConvert .NET appsettings.json file to Kubernetes, Docker and Docker-Compose environment variables.
AquilaSands / Json To Azure App SettingsQuick'n'dirty console app to convert .net core appsettings.json file to Azure Web App portal configuration advanced edit format so it can be copy pasted
jasonswearingen / NotNot.AppSettingsAutomatically create strongly typed C# settings objects from AppSettings.json. Uses Source Generators. Includes a simple deserialization helper for when you are using Dependency Injection, or not.
BenjaminCharlton / Aspire4WasmAllows you to add Aspire service discovery to Blazor WebAssembly (client) apps, storing service discovery information in appSettings.json or another means you choose.
NetLah / Dotnet AppsettingsDotnet tool convert appsettings (.json) to Azure AppService Application Settings
smourier / AppSettingsStudioA 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.
jamesmontemagno / Dotnet Maui ConfigurationHow to use appsettings.json in .NET MAUI
matjazbravc / Custom.ConfigurationProvider.DemoUse configuration section from the appsettings.json which can be set from the UI as well. Configuration section values are stored in the database and exposed through a Entity Framework Core DbContext.
fzankl / Yarp SampleExample how to work with YARP using appsettings.json and code based configuration.
iammukeshm / Options Pattern Aspnet CoreHow do you load & validate your Configurations in ASP.NET Core applications from appsettings.json? 🤔
geeksarray / Read Appsettings Json In Net Core Class Library Using Dependency Injectionhow to read appsettings json in net core class library using dependency injection
dasMulli / ConfigSampleWebAppSample showing how to use appsettings.json for .NET 4.7.1 configuration builders
ignatandrei / AppSettingsEditorapp settings editor - powered by Roslyn
albertromkes / Config Poco GeneratorGenerates POCO classes based on appsettings.json files (.NET Core)
linmasaki / NLog.Appsettings.StandardAn NLog layout renderer be used to access appsettings.json and supported .NET Standard 1.6/2.0.
AnnaVosh / AutomaticallySetupConfigFileThis example shows how to automatically set up config file appsettings.json in different environments at Docker.
ch1seL / IOptionsWriterEasy way to write appsettings.json or other configuration json file