steveRoll
❔ Slow build times
I'm using VSCode and the C# extension generated a build task for me, but it seems awfully slow, at least compared to Visual Studio.
It takes like 4 seconds from the moment I press F5 to the moment when my program starts.
The command it seems to be running is
dotnet build project /property:GenerateFullPaths=true /consoleloggerparameters:NoSummary
And a few outputs that seem to take half the time are these:
is there any way to make this process a bit faster?6 replies