Disable hints for a module

  • Thread starter Thread starter Michael Søndergaard
  • Start date Start date
M

Michael Søndergaard

I like the feature, to have the IDE report missing XML doc tags for my
project, but I have some typed dataset, which generates thousands of missing
XML hint. Obviously I does'n like to document this module, because it
autogenerated, and VERY large. Is there a compiler directive to disable
hints for a given module or an another way around the problem

Michael Søndergaard
 
Michael,

Unfortunately, no, there isn't. What you could do is have your datasets
in another assembly, which doesn't have the XML documentation flag turned
on, and then set a reference to it in yours.

Hope this helps.
 

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