I am trying to generate partial XML documentation during my build process for a C# project in VS2012. When I check the XML documentation file option in Project->Properties->
For the project level go to Project -> Properties -> Build tab
If you want to disable the warning to some code section, try this :
#pragma warning disable XXX,XXX //your code #pragma warning restore XXX,XXX
Read about #pragma warning