【发布时间】:2018-01-09 09:54:15
【问题描述】:
我想知道在构建解决方案时是否有办法禁用 web.config 文件的架构验证?我正在使用 Visual Studio 2013。我看到很多类似以下的消息,这有点烦人:
...
Could not find schema information for the element 'loggingConfiguration'
Could not find schema information for the attribute 'name'
Could not find schema information for the attribute 'tracingEnabled'
Could not find schema information for the attribute 'defaultCategory'
...
我知道可以suppress specific warnings,我想知道这类消息是否有类似的东西?
【问题讨论】:
-
这个问题呢?请告诉我有关此问题的最新信息吗?
标签: .net visual-studio visual-studio-2013 msbuild