Chessie icon indicating copy to clipboard operation
Chessie copied to clipboard

Fsharp.Core MissingMethodException when using Chessie from Paket.Core

Open SuperRoflCopter opened this issue 8 years ago • 0 comments

Hello, I have a weird issue on chessie when using paket.core

Description

Fsharp.Core MissingMethodException when using Paket.Core with latest version of Chessie

Repro steps

Install Paket.Core in a VSIX solution. Try using the FindOutdated or Update command from the library --> Fail with MissingMethodException

Known workarounds

Update the target framework for Chessie F# project from 4.0 to 4.5 (I tried this using paket.local for chessie) No more exception.

Maybe a upgrade to framework 4.5 could be done on the main project, knowing that Chessie.CSharp.Test and Chessie.Tests are already on 4.5

Thanks, Thomas

SuperRoflCopter avatar Aug 17 '17 09:08 SuperRoflCopter