Speeding up build times in ASP.NET

后端 未结 10 1094
感动是毒
感动是毒 2020-12-28 20:32

I am currently involved in a ASP.NET project with about 40 projects in the solution. We are doing all our development in cloned Virtual PC environments so all developers hav

10条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-28 21:30

    Do not put so many projects in your solutions. Only create a new project when the code is run in a different process or on a different machine. There is no use to create so many projects in most cases. The number of projects is the most significant slow down in msbuild.

提交回复
热议问题