Skip to content
New issue

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

MissingMethodException in GenerateHelp with new version of FSharp.Compiler.Service #242

Closed
jindraivanek opened this issue Mar 31, 2016 · 2 comments

Comments

@jindraivanek
Copy link

I am getting MissingMethodException in GenerateHelp target using build.cmd on clean project. I was able to track it down to FSharp.Compiler.Service library. It looks like version 2.0.0.7 broke something. If I downgrade by adding line
nuget FSharp.Compiler.Service <= 2.0.0.6
to Build group in paket.dependencies, it works.

@forki
Copy link
Member

forki commented Mar 31, 2016

Yes. That's unfortunate.

/cc @tpetricek, @dsyme
On Mar 31, 2016 10:52 PM, "ikarni" notifications@github.com wrote:

I am getting MissingMethodException in GenerateHelp target using build.cmd
on clean project. I was able to track it down to FSharp.Compiler.Service
library. It looks like version 2.0.0.7 broke something. If I downgrade by
adding line
nuget FSharp.Compiler.Service <= 2.0.0.6
to Build group in paket.dependencies, it works.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#242

@forki
Copy link
Member

forki commented Apr 5, 2016

fixed

@forki forki closed this as completed Apr 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants