StyleCop,仅用于文件的消息?
我开始使用 stylecop,对于新项目,当我们在编写时检查警告时,它运行得很好。
但对于存在数百个警告的现有项目,它甚至无法使用,因为几乎不可能仅在该文件上看到警告。
有什么方法可以看到我正在运行 stylecop 的文件的警告吗?
I started using stylecop, for new project it's working out fine when we are checking for warnings as we write.
But for existing projects where there are hundreds of warnings, it's not even usable as it's almost impossible to see warnings only on that file.
Is there any way i can see warning for file i am running stylecop on?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 VisualStudio 中,您应该能够右键单击打开的文件(编辑器)并选择弹出菜单条目运行 StyleCop。那么 StyleCop 应该只检查这个当前文件。
In VisualStudio you should be able to right click the open file (editor) and select the popup menu entry Run StyleCop. Then StyleCop should only check this current file.