|
|
|
|
|
by bonoetmalo
2974 days ago
|
|
I think it's less a LoC thing than it is a number of symbols/files thing. We have some 900k+ tests with an accompanying large number of test asset files. That means 900k public methods that test discovery has to process in realtime. It's partially on us to move away from the antipattern of solution monoliths, and to nugetize crap that doesn't need to actually be in the solution. But it's also on Microsoft to lazily load projects that aren't being used. |
|
We started that about 6mo ago. It's worth it but good luck. Spend a lot of time understanding your codebase. Spend more time understanding DDD (there are great courses on Pluralsight). You're going to learn a lot and it's going to be both rewarding and hell.
> But it's also on Microsoft to lazily load projects that aren't being used.
They have that fast solution load thing in 2017, I'm not entirely sure what it does but maybe it's worth a shot.