安装 StyleCop 的过程是什么?
我正在尝试安装 StyleCop,但无法安装。安装后,我在代码中看不到 StyleCop。如果有人发现请帮助我解决这个问题。
I am trying to install StyleCop, but I am unable to install it. After installation I couldn't see StyleCop in my code. If anyone find please help me regarding this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当您使用 VS Express 时,您不会看到它,因为 VS Express 仅支持有限数量的插件。您也许可以通过MSBuild 集成
As you're using VS Express you won't see it, as VS Express only supports a limited number of plugins. You may be able to run it manually by hacking the solution file via MSBuild integration
安装 StyleCop 后,打开 Visual Studio,右键单击项目或解决方案,然后点击
运行 StyleCop
菜单项。After you installed StyleCop, open Visual Studio, right click on a project or a solution and hit
Run StyleCop
menu item.