5 ms·
I have first hand experience of painfully slow C# compile times. Sprinkle in a few extra slow things like EDMX generated files (not C# but part of the MS ecosys
by foobarbaz33 1y ago
I have first hand experience of painfully slow C# compile times. Sprinkle in a few extra slow things like EDMX generated files (not C# but part of the MS ecosystem) and it has no business being in a list of fast compiling languages.
- pjmlp 1y agoI can do the same with some C code I worked on at enterprise scale. Lets apply the same rules then.
- anymouse123456 1y agoThis. The C# compiler is brutally slow and the language idioms encourage enormous amounts of boilerplate garbage, which slows builds even further.
- mrsmrtss 1y agoPainfully slow? On a modern machine reasonable sized solution will compile almost instantly.