1114 Views
In this short post I show how to stop an annoying behaviour of Visual Studio where it will keep creating a launchsettings.json file for integration test projects. tl;dr; To stop Visual Studio from automatically creating launchsettings.json for projects that use the Web SDK, add true to your csproj.
0 comments