Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从 codebetter teamcity 站点获得了最新的 mspec,并按照建议安装了 Resharper5.1 运行器。跑步者和注释在 resharper 选项对话框中显示得很好。
现在,即使勾选了注释库,我仍然到处都收到“从未使用字段 xxx”的警告,当我要求 resharper 在解决方案中运行所有测试时,它似乎找不到我的规范。
我已经解锁了dll。
使用 resharper 5.1。
“从不使用字段 xyz”警告仅Subject适用于应用了该属性的类。如果您不使用Subject,您可以通过在规范项目中禁用警告 169 来解决此问题。
Subject
关于解决方案运行问题的一些问题: