This script generates a file named __project.fsx, for each proejct which can be #load "__project.fsx" in script intending to use the same dependency graph as the code in VS a file named __solmerged.fsx, at the solution root which can be #load "__solmerged.fsx" in script intending to use the same dependency graph as the code in VS In both cases, this enforce that : **a script compiling in VS should run from FSI **
4 people like thisPosted: 12 years ago by nicolas2
Print conflicting .NET assembly references (https://gist.github.com/brianlow/1553265 ported to an F# script)
1 people like thisPosted: 8 years ago by Simon Cousins