Top "Appsettings" questions

Working on multiple SVN branches in 1 Eclipse Workspace

Is it possible to have 1 workspace which contains different branched copies of the same project? Say I have Project1, and …

eclipse svn branch appsettings
POCO object array inside AppSettings.json in ASP.NET Core

This seems like it should be really simple, I have been searching SO and a lot of other places for …

c# asp.net-core appsettings
How to Refresh a token using IHttpClientFactory

I am using IHttpClientFactory for sending requests and receiving HTTP responses from two external APIs using Net Core 2.2. I am …

c# asp.net-core appsettings httpclientfactory
How does reloadOnChange of Microsoft.Extensions.Configuration work for appsettings.json

In two projects (a .NET Core Web API and a .NET Core WindowsService) I am using appsettings.json for the …

json asp.net-core .net-core appsettings asp.net-core-webapi