C
C#2w ago
03xej

✅ vscode c# dev tools is there a way to run faster

Building & running hello world takes ~5s, which is kinda annoying, i would like to reduce it to at least 3-2s, is there a way to do it? Vscode c# dev tools, linux.
19 Replies
ero
ero2w ago
What an arbitrary number. I don't think any of the IDEs are any faster, could you check?
greyfox
greyfox2w ago
Get a faster computer and faster Internet connectivity.
03xej
03xejOP2w ago
internet connectivity?? im building a console app i have fiber internet btw
greyfox
greyfox2w ago
You'll start pulling down nuget packages.
03xej
03xejOP2w ago
it should be already pulled first time it built no need to pull it each time it builds
greyfox
greyfox2w ago
One of the messages emitted is that it checked for packages to restore. Was there one to restore, it would have been downloaded.
03xej
03xejOP2w ago
i only have/will use vscode i think its the only free c# ide avalible on linux
ero
ero2w ago
Rider is free for non-commercial use
03xej
03xejOP2w ago
:O will try Rider is faster 👍 4 second build 1 second re-run vscode is always 5 sec workable
ero
ero2w ago
I personally run my projects in vscode from the command line. The debugger taking a little to launch and attach isn't something I'm terribly bothered by, but faster is always better of course I'd at most open an issue on the devkit extension to ask if it can be sped up Some setting or something
03xej
03xejOP2w ago
quick question i installed sdl2 nuget
03xej
03xejOP2w ago
No description
03xej
03xejOP2w ago
how do i import it? this one https://www.nuget.org/packages/sdl2.nuget
ero
ero2w ago
That's a C++ package
03xej
03xejOP2w ago
oh
ero
ero2w ago
Please don't ask in 2 threads $close
MODiX
MODiX2w ago
If you have no further questions, please use /close to mark the forum thread as answered
03xej
03xejOP2w ago
wait ok $close
MODiX
MODiX2w ago
If you have no further questions, please use /close to mark the forum thread as answered

Did you find this page helpful?