Not that I personally feel strongly about this, but some like to have a help file to browse. I am much more partial to C# and test-cases as documentation; however, this was really quick effort thanks to Dave Sexton’s work on DocProject. It greatly simplified the entire help-building process into something easy and repeatable thanks to it’s integration with MSBuild. The DocSite had some issues, so as for now you’ll have to deal without the nicety of the navigation frame (You can always download the chm file if it matters).

Anyway, I broke the help into two parts:
CSharpTest.Net.Logging – Covers the logging api as described under Projects/Logging
CSharpTest.Net.Utils – Covers all the ‘shared code’ utilities described on Projects/Shared

Comments