Hi all, I'm using the latest bits of VS 2017 from MSDN Subscription.
Steps to reproduce the issue
1. Docker for Windows is up and running - in Windows mode
2. Open VS 2017
3. New Project -> .Net Core -> ASP.Net Core Web Application -> API Template -> Check Enabled Docker Support
4. Project gets created with the required files
5. Execute project
6. Build Starts - and never ends. VS2017 window is responsible but unable to close the solution as build is running
Additional probe
1. I thought the base docker images were taking time to download - So, downloaded separately from the hub through Power Shell
2. Docker images for this project was successfully created - checked using Power shell
3. I switched the startup project to API through the solution explorer; and ran the debug session again. This time I got the following error ... Is my VS2017 Corrupt?
4. Tried creating a simple web api project without docker support as well, same issue. Next option, will try repaid VS 2017; please post other options if you can think of.
---------------------------
Microsoft Visual Studio
---------------------------
An error occurred attempting to determine the process id of dotnet.exe which is hosting your application. A task was canceled.
---------------------------
OK
---------------------------
Dk