Michele Bortot

Results 1 comments of Michele Bortot

Use compounds launch settings in VS Code "configurations": [ { "name": ".NET Core Launch (console)", "type": "coreclr", "request": "launch", "preLaunchTask": "build", "program": "${workspaceFolder}/src/WebApi/bin/Debug/net7.0/YourWebDll.dll", "args": [], "cwd": "${workspaceFolder}", "stopAtEntry": false, "console":...