vote up 1 vote down star

We make use of sandcastle (and SHFB) to generate class library documentation from inline XML comments. It's a great tool to maintain complete and professional looking reference + overview documentation, including correct code samples.

Unfortunately, it's also dog slow. It's by far the most time consuming step of our automated build, and it's starting to hurt. Is there any way to speed it up?

flag

75% accept rate

2 Answers

vote up 1 vote down

The discussion group over at CodePlex is pretty active and knowledgable. Here's a semi on topic post (no help though): http://sandcastle.codeplex.com/Thread/View.aspx?ThreadId=32267

link|flag
vote up 1 vote down

I just tested building to a RAM disk. In my test case this shaves only about 10% of the build time.

Apparently the sandcastle build process is mostly CPU bound, and it doesn't use more than one core :-(

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.