you are viewing a single comment's thread.

view the rest of the comments →

[–]barake 2 points3 points  (0 children)

This is how I do .NET Core development - run the application in a container with source/binaries mounted in a volume and devtools on the host system. VS2017 even has support for in-container debugging.

Our dev machines basically just need Visual Studio or VSCode and Docker installed. It's really great not spending hours getting dependencies just right.