fsprojects / ProjectScaffold

A prototypical .NET solution (file system layout and tooling), recommended for F# projects
http://fsprojects.github.io/ProjectScaffold
The Unlicense
515 stars 154 forks source link

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

Closed jindraivanek closed 8 years ago

jindraivanek commented 8 years ago

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 commented 8 years ago

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 https://github.com/fsprojects/ProjectScaffold/issues/242

forki commented 8 years ago

fixed