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

前端 未结 6 454
既然无缘
既然无缘 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:15

    You can open the project properties and enter comma separated warning numbers you want to suppress into the Suppress Warnings textbox on the Build tab.

提交回复
热议问题