How can I disable a specific warning for a C# project in VS2012?

前端 未结 6 516
既然无缘
既然无缘 2020-12-20 11:45

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->

6条回答
  •  离开以前
    2020-12-20 12:06

    It's in the same place as Visual Studio 2010. In the project properties, on the Build tab, called Suppress warnings.

提交回复
热议问题