Building a configuration

 

IConfiguration config = new ConfigurationBuilder().SetBasePath(AppContext.BaseDirectory)
    .AddJsonFile("appsettings.json", optional: false, reloadOnChange: false)
    .AddEnvironmentVariables().Build();


Comments

Popular posts from this blog

JSON Web Tokens

GHL Email Campaigns

Death of Codeium & Windsurf