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

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -