Xml documentation for website

J

jmaddrey

I am trying to require xml comments throughout a website when
building. The website is configured as a site, not a web application
project. I have attempted this using the <compiler> tag with
compilerOptions="/warnaserror /doc:Documentation.xml". This appears
to be working correctly, failing the build when publicly visible
methods/properties are not commented. However, an error is being
thrown when compiling the global.asax code-behind. A file called
"App_global.asax.gzz-u-m_.0.cs" has public/protected methods without
xml comments. This is a compiler auto-generated file, so I cannot add
comments into this file. Is there a workaround?

Thanks in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top