How to stop Visual Studio from creating launchsettings.json

added by DotNetKicks
5/25/2021 10:39:32 AM

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