Skip to content
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

Upgrade to latest Xunit (1.9.1) #7

Closed
Vidarls opened this issue Dec 19, 2012 · 4 comments
Closed

Upgrade to latest Xunit (1.9.1) #7

Vidarls opened this issue Dec 19, 2012 · 4 comments

Comments

@Vidarls
Copy link

Vidarls commented Dec 19, 2012

The FSunit nuget fetches the latest Xunit on install. FSunit breaks in fascinating ways (unable to load assembly) when the Xunit version is not correct.
I tried to do the upgrade myself and deliver this request as a pull req, but apparently Nuget and F# are not very good friends, and I had to throw in the towel...

@dmohl
Copy link
Contributor

dmohl commented Dec 19, 2012

Thanks, I'll get this fix. In the mean time, you can add a binding redirect for the xUnit DLL version. The NuGet package should do this automatically during installation as long as your project has a config file. You can also use the PowerShell command included with NuGet (http://docs.nuget.org/docs/reference/package-manager-console-powershell-reference) to add the binding redirect.

@Vidarls
Copy link
Author

Vidarls commented Dec 19, 2012

I tried doing that, but it did not seem to help.
There was no compile time error, only a run-time assembly load error.

@dmohl
Copy link
Contributor

dmohl commented Dec 20, 2012

The latest NuGet package v1.2.1.2 has been updated to work with xUnit 1.9.1.

@Vidarls
Copy link
Author

Vidarls commented Dec 20, 2012

Great, thanx

@dmohl dmohl closed this as completed Dec 20, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants