-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Description
This issue has been moved from a ticket on Developer Community.
[regression] [worked-in:VS 2019 February ]
VS 2019 ASP.NET CORE 3.1 Build is slow after upgrading from VS 2017 Core 2.2
The Buid appeared to work fine in VS 2019 during the first part of February 2020. I always keep my Visual Studio Version updated. So I would say that the last working version was then.
I also upgraded my computer to an Intel I9 with 64g/Mem and 1TB/SSD
All my other apps work very quickly.
Build time has gone from about 30 seconds to about 5 minutes.
This project consists of 137 small subprojects.
I added the following to my Startup
services.AddRazorPages().AddRazorRuntimeCompilation();
I have done the following items only temporarily to see details of the build:
1.NuGet restore is currently disabled. (This saved a bit of time)
2. Tools->Options->Project & Solutions->Build & Run->MS Project Build Output verbosity->Diagnostic
I have attached the Diagnostic for this.
Original Comments
Visual Studio Feedback System on 4/20/2020, 08:33 PM:
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
Original Solutions
(no solutions)