LambdaFactory / Neptune-public

Repository for Neptune questions and issues
https://gumroad.com/l/NeptunePlugin
Other
26 stars 0 forks source link

Could not load file or assembly 'FSharp.Core' #21

Closed JonCanning closed 6 years ago

JonCanning commented 6 years ago

My Expecto tests run from the command line, but when I use Neptune I see this message in the output window

Can't find custom attr constructor image: /Users/Jon/Dev/Dragonfly/tests/bin/Debug/netcoreapp2.1/Tests.dll mtoken: 0x0a000001 due to: Could not load file or assembly 'FSharp.Core, Version=4.4.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. assembly:FSharp.Core, Version=4.4.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a type:<unknown type> member:(null) signature:<none>

Unhandled Exception:
System.IO.FileNotFoundException: Could not load file or assembly 'Expecto, Version=8.1.1.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
File name: 'Expecto, Version=8.1.1.0, Culture=neutral, PublicKeyToken=null'
Krzysztof-Cieslak commented 6 years ago

Can you please check if that has been fixed with latest Ionide release (3.22.4) ?

JonCanning commented 6 years ago

Yes it has! Thanks! 🎉