Filtering auto-generated code from "Treat Warnings as Errors" and "XML Comments"

  • Thread starter Thread starter Skip Sailors
  • Start date Start date
S

Skip Sailors

I want code I write to have XML comments that are correct and I want the
compiler to fail to build is I mess up a comment, but I don't want generated
code to cause a build failure. Is there a way (in VS 2003, especially) to
make this distinction?

TIA
 
Hello Skip,

Could you describe it more clear? Do you need partial build or what?

PS: maybe MSBuild is right solution for you

SS> I want code I write to have XML comments that are correct and I want
SS> the compiler to fail to build is I mess up a comment, but I don't
SS> want generated code to cause a build failure. Is there a way (in VS
SS> 2003, especially) to make this distinction?
SS>
SS> TIA
SS>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 

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

Back
Top