我可以在 Visual Studio 中更改网站的警告设置吗?
我可以将警告打开为错误,并排除解决方案中除网站(不是 Web 应用程序)之外的所有项目的某些警告。
是否有办法将“警告作为错误”打开为网站错误,是否有办法关闭整个网站或子文件夹的某些错误?
更新 我正在使用 ASP.Net 和 C#
I can turn on warnings as errors and exclude certain warnings for all the projects in my solution except for a website (not web application).
Is there anyway to turn on 'warnings as errors' as errors for websites and is there anyway to turn off certain errors for the whole website or sub folders?
Update I'm using ASP.Net with C#
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我知道的唯一方法是将其直接添加到您的
configuration
元素下的 web.config 中:这是我最初发现这个技巧的地方。
The only way I know of is to add this to your web.config directly under your
configuration
element:Here is where I originally found this trick.
我不久前问过这个问题,关于如何禁用 Visual Studio 中的某些警告 - 它是专门针对 VB.NET 的,但我认为您可以将其应用于 C#。
如何-在 Visual Basic Web 部署项目中禁用 Visual Studio 中的警告
I asked this question a while ago on how to disable certain warnings in Visual Studio - it was specifically for VB.NET but I think you could apply it C#.
how-to-disable-warnings-in-visual-studio-for-a-visual-basic-web-deployment-project