haf / expecto

A smooth testing lib for F#. APIs made for humans! Strong testing methodologies for everyone!
Apache License 2.0
663 stars 96 forks source link

Can't use Expecto version 8.6.5 with Argu 5.2 #300

Closed MangelMaxime closed 5 years ago

MangelMaxime commented 5 years ago

When trying to use Expecto 8.6.5 with Argu 5.2 over dotnet I get this error message. When running using mono it's working as expected.

[...] Argu [...] Version 5.1.0.0 [...] The located assembly's manifest definition does not match the assembly reference

It's trying to load Argu 5.1.0. If I lock Argu to 5.1 using paket, then it's running correctly.

AnthonyLloyd commented 5 years ago

Thanks. I'll try to unpin it else upgrade it this evening.