Hacker News new | ask | show | jobs
by roflyear 1280 days ago
This is true. Almost all C# projects will take a while for you to run. It is unfortunate.

The upside is hopefully you "don't need to run it as many times" but ... eh. No thanks.

1 comments

There is a delay, true. Inevitable with the compilation phase, and I do find it irritating that my Go stuff builds so much faster. That said, there's reasonable (not perfect) live reloading happening these days which helps somewhat.