I've got the latest mspec from the codebetter teamcity site and installed the Resharper5.1 runner as suggested. The runner and the annotations show up fine in the resharper option dialogs.
Now even with the annotations library ticked I still get "field xxx is never used" warnings everywhere and when I ask resharper to run all tests in the solution it doesn't seem to find my specifications.
I have unblocked the dlls.
Using resharper 5.1.
"Field xyz is never used" warnings only go away for classes that have the Subject
attribute applied. If you don't use Subject
you can work around the issue by disabling warning 169 in your spec projects.
Some questions about your issues with solution runs: