We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I have a weird issue on chessie when using paket.core
Fsharp.Core MissingMethodException when using Paket.Core with latest version of Chessie
Install Paket.Core in a VSIX solution. Try using the FindOutdated or Update command from the library --> Fail with MissingMethodException
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: