Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近在 linux 和 windows 上构建了相当多的 c#,构建之间的变化并不多,这一切仍然需要永远。
当使用 gcc 和 g++ 时,我会从使用 ccache 和在较小程度上使用 distcc 获得巨大的速度优势。windows 或 mono 上的 c# 编译器是否有等价物?
我不知道,但是您通常可以通过将代码划分为较小的程序集并正确指定它们之间的依赖关系来显着加快构建速度,以便在进行更改时仅重建整个解决方案的一小部分。