I'm using the following:
Windows 10 64 Bit
Visual Studio 2019 Community (16.3.3)
- Create New Project
- ASP.NET Core Web Application
- .NET Core / ASP.NET Core 3.0
- Select the Angular template
- Create
- From package.json in the ClientApp folder, the Angular version is 8.0.0
- Rebuild
- Wait
- Start Without Debugging - works great!!!
- Start Debugging - TimeoutException: The Angular CLI process did not start listening for requests within the timeout period of 0 seconds. Check the log output for error information.
- Browser refresh does not solve anything.