Adding NuGet Support to F# Interactive

added by rcash
8/26/2011 8:51:21 PM

154 Views

Here are the steps to install NuGet packages via the F# Interactive (FSI) 1. Write a script that is loaded when the FSI starts. 2. Modify the source of FSI.exe (which can be found at http://fsharppowerpack.codeplex.com/). 3. Create an alternate F# Interactive Window VSIX that starts the FSI.exe as a new process as well as provides new commands


0 comments