Can't get Resharper 6.0 to work with xUnit.net
Asked Answered
H

3

5

I have downloaded the xunit contrib for resharper but I can't get it to work. The installation instructions do not work. Does anyone else having same problem?

When I try to run the unit tests I get an error "No test found".

Hamrick answered 11/10, 2011 at 22:35 Comment(1)
Where do the installation instructions go wrong?Pasley
H
7

My problem was solved. I had those files blocked in the zip somehow. I had to unblock each file individually and it worked.

Hamrick answered 16/10, 2011 at 12:37 Comment(3)
That was my exact problem. I had to open properties for each file and click the "unblock" button. Notice that this must be done to the originally downloaded files in your C:\Users(user-name) folder. If you try to do this to the files installed in the resharper folders it will appear that clicking the button works, but it has no effect.Quell
to be clear unzip the files to an unprotected folder before unblocking, e.g. your desktop, then unblock them one at a time then move to /program files/...Eichhorn
Alternatively, you can right click on the zip file itself and click properties 'unblock'. That way you don't have to do each file one by oneHatshepsut
A
0

You have to install this http://xunitcontrib.codeplex.com/releases/view/67893.

Africa answered 14/10, 2011 at 19:29 Comment(0)
P
0

I had the same Problem. The above solution didn't work for me. What did work for me was to right click the "Solution Folder" select properties>Security and add myself into the list of users with full permissions.

Password answered 7/9, 2013 at 0:6 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.