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

Latest version fails to find FsCheck #371

Closed Shmew closed 4 years ago

Shmew commented 4 years ago

Using the latest version of expecto I get the following error when I try to run my tests:

image

Shmew commented 4 years ago

Just for anyone else coming across this in the meantime: I was able to resolve this for now with a binding redirect to 2.14.0.

haf commented 4 years ago

@Shmew What you're describing is the 'default' workflow for .net projects. Your issue here is that Expecto would need to bump its dependency for the 'default happy path'; it's a paket upgrade call away, hence the "easy" label.

haf commented 4 years ago

Solved in #372