The instructions in the documentation only describe how to do this in .NET in Visual Studio 2017. How can I do this in .NET in VS Code?
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
Details that would need to be covered:
tasks.json that adds the build task for the projectlaunch.json that adds the launch details for a .NET web project for the "F5" debugging experienceYes, you can use Visual Studio 2015 or 2017. But you should have the .net SDK 4.x with emulator handy!
We will also be adding support for VS Code soon.
Most helpful comment
Details that would need to be covered:
tasks.jsonthat adds thebuildtask for the projectlaunch.jsonthat adds the launch details for a .NET web project for the "F5" debugging experience