Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Get a server rack full of threadrippers/EPYC I guess.
Sell it as a service too for paying the extreme debt too. -
Owenvii7165yVisual Studio instantly compiling? Haha, maybe if you could ask NASA to borrow their computer...
-
endor57515yUse an SSD, even a SATA one is far better than an hdd. Make sure it's not a cacheless ssd though.
-
Write .net core and compile from terminal in less than a second on a budget cell phone.
-
SSDs made a huge diff for me. Also, are your compiler settings correct for parallel build and full cpu support?
-
Also, add exception to Windows Defender for the dev directories. Defender likes to scan the shit outa that stuff when you are compiling slowing things down.
-
gruff5575yReally depends how big the project you want to compile is, downloading the orchard repo and try building that
-
@catgirl have you tried the "detailedBuildSummary" switch too?
https://devblogs.microsoft.com/visu...
Related Rants
What type of processor will run Visual Studio Community and perform instant no delay compiles? Apparently 3.9Ghz Quad Core with 16GB of DDR4 3600mhz RAM isn’t enough. What will make things snappy?
question
asp.net
c#