jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Front page / Stack Overflow · hot matching “configuration”

2 shown · updated 21s ago · read only
  1. Option 'target=ES5' has been removed. Please remove it from your configuration, after Visual Studio 2026 update [closed] (stackoverflow.com)stack

    16 points by bdcoder in stackoverflow.com · 28d ago · stack

    Just updated Visual Studio 2026 (as the IDE said an update was available). Edition: Visual Studio 2026 Community Release: July 2026 Feature Update Version: 18.8.0 Operating System: Windows 11 Pro System Type: 64-bit operating system, x64-based processor Now, my project no longer…
  2. Resolving IConfiguration with environment-specific AppSettings.json (stackoverflow.com)stack

    14 points by Tanveer Haresh in stackoverflow.com · 17mo ago · stack

    I have two settings files appsettings.json and appsettings.Development.json. I am navigating between them by putting this code in Program.cs if (Debugger.IsAttached) { configBuilder .SetBasePath(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location)) .AddJsonFile("appse…