c# - Sandcastle warnings for autogenerated XAML controls -
in c# wpf project, have user control contains controls declared in xaml used in code behind (setting visibility based on other properties). when documenting project sandcastle, "showmissingcomponent" warning each of these controls complaining thet not have summary tag. generated in .designer.cs file, cannot provide summary because file regenerated time time.
how can suppress these sandcastle warnings (as tend keep build log clean of warnings...)?
Comments
Post a Comment