A portion of our app uses code generated using CodeDom. This code does not need Xml Comments and so we would like to add a
#pragma warning disable 1591
to those generated files. Is this possible with CodeDom and if not, then are there other suggestions on how to accomplish this?
Doesn’t translate well (at all) to other languages.
YMMV
-Ian