Debugging .net core in VS Code

Debugging .net core in VS Code with Hot Reload (kind of) I am a user of Visual Studio (VS) and Visual Studio Code (VSCode). I have found that debugging an application in VS is simpler to set up. However I like working in VSCode and would also like a similar setup there. Moreover, I also program in JavaScript environments and really like the idea of “hot reload”, meaning that I can change something in the code and keep on working without having to build, restart and attach the debugger manually. [Read More]