StyleCop 不再显示“显示帮助”上下文相关菜单
我过去可以单击 StyleCop 警告并选择“显示帮助菜单”,这将显示有关该警告的更多信息。
谁能告诉我为什么我现在看不到它?
D:\Users\用户名\Documents\Visual Studio 2010\Templates\ProjectTemplates\Visual C#
I used to be able to click on a StyleCop warning and select a "Show Help Menu" which would show me more info about the warning.
Can anyone suggest why I am not seeing it now?
D:\Users\UserName\Documents\Visual Studio 2010\Templates\ProjectTemplates\Visual C#
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有些警告提供了描述,有些可能没有。也许文档只是不完整,或者作者认为一些警告不需要额外的澄清?
Some warnings provide a description, others may not. Maybe the documentation is just incomplete or the authors figure some warnings don't need additional clarification?
如果在构建(MSBuild/VS 构建)期间运行 stylecop 检查,则不会出现显示帮助选项,但是如果右键单击解决方案并运行 stylecop 检查,它将具有显示帮助选项。
希望有帮助
If stylecop check is been run during a build (MSBuild/VS build) the show help option wont appear, however if you right click on the solution and run stylecop check, it will have the show help option.
Hope that helps