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.
 
Back
Top