For once, Visual Studio actually performs at the same level as VSCode! I guess there's finally hope that Visual Studio can catch up
For once, Visual Studio actually performs at the same level as VSCode! I guess there's finally hope that Visual Studio can catch up
GitHub Copilot: 1 minute, excellent answer
Claude Code: 2 minutes later, still waiting
GitHub Copilot: 1 minute, excellent answer
Claude Code: 2 minutes later, still waiting
If you randomly hit file locking issues during builds, lingering MSBuild worker nodes may be the cause.
🧹 Kill them:
dotnet build-server shutdown
🛠 Disable them:
setx MSBUILDDISABLENODEREUSE 1
#dotnet #MSBuild #VisualStudio #Roslyn
If you randomly hit file locking issues during builds, lingering MSBuild worker nodes may be the cause.
🧹 Kill them:
dotnet build-server shutdown
🛠 Disable them:
setx MSBUILDDISABLENODEREUSE 1
#dotnet #MSBuild #VisualStudio #Roslyn
Seriously, it makes a world of difference. I've talked to more than one person that struggled with GitHub Copilot and that was the reason
Seriously, it makes a world of difference. I've talked to more than one person that struggled with GitHub Copilot and that was the reason