-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot get FsUnit.Xunit working in VS 2012 #3
Comments
Unfortunately, I wasn't able to recreate this issue after following steps 1 and 2 then running the tests with xunit.gui.clr4.exe (I don't currently have TestDriven.NET installed). Do the sample tests run correctly for you with xunit.gui.clr4.exe, but not with TestDriven.NET? |
Thanks Dan, I found the problem, I had version 1.2.0 of NHamcrest.dll on my path (installed by an old version of Gallio) and MSBuild was falling over. Weirdly, Visual Studio 2010 didn't have a problem with this
|
Removes (first) condition for target frameworks in project files.
Install-Package FsUnit.xUnit
The text was updated successfully, but these errors were encountered: