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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

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