开发者

very long build - ASP.MVC 2 in VS2010

开发者 https://www.devze.com 2023-01-09 05:17 出处:网络
I\'m developing Asp.MVc 2 application. In solution i\'ve about 10 projects and i have no idea why bulid takes so much time - ~5 minutes.

I'm developing Asp.MVc 2 application. In solution i've about 10 projects and i have no idea why bulid takes so much time - ~5 minutes.

I've tried to unload some projects, but it saves mayby 15 seconds.

I'd like to try and learn TDD, but writing and running tests will waste 80% time.

I'm using VS2010 and default MSBuild - is there any way to improve speed of building applications? 开发者_StackOverflow社区I don't know mayby other builder (NAnt could help?)


Have you tried separating your projects into logical solutions and not have them all in the same one? (I'm assuming you do). There is just some code that doesn't change so often that you have to build it all the time.

0

精彩评论

暂无评论...
验证码 换一张
取 消