fsharp-refactor icon indicating copy to clipboard operation
fsharp-refactor copied to clipboard

Problems on Windows

Open ghost opened this issue 12 years ago • 1 comments

A couple of problems on Windows

  • You have to run the configure script to generate the AssemblyInfo.fs files, but the tools to do this are not standard on Windows. Perhaps just add them to the repo so it builds on windows out of the box.

  • The FSharpRefector.fsproj needs an explicit reference to FSharp.Core 4.3.0.0 to disambiguate what version of F# is being used. Fixing on 4.3.0.0 is right for now.

ghost avatar Sep 30 '13 13:09 ghost

For the explicit reference I copied the line from fsharpbinding's fsproj file, but I don't have a Windows machine to test whether it works. Under Linux, MonoDevelop complains that the assembly is "not available for Mono / .NET 4.0 (in Mono 3.0.12)" but I imagine that's a Mono problem; it compiles fine regardless. The change is here: 70554e714701923c900ae20b253ee8ad054229b7

Lewix avatar Sep 30 '13 21:09 Lewix