Isaac Abraham
Isaac Abraham
On the latest version, I took a clean download, ran build.cmd with some project name. It correctly built and generated everything. However, the paths to both the "style.css" and "tips.js"...
The nuget package shouldn't include ValueTuple as a dependency for netstandard2 (see https://github.com/neuecc/Utf8Json/blob/master/src/Utf8Json/Utf8Json.csproj#L63). You can put in a conditional check in the project file to fix this.
Our build process has several different FAKE scripts that we use, with different dependencies etc. We would like to be able to call them from Ionide, but it only supports...
I have a build target ```Build Database``` which contains a space. It is correctly identified in Ionide if I choose FAKE Build. However, when the build runs, Ionide doesn't specify...
There's a nice feature to install a package and add to a project at the same time. However, you need to actually open up the proj file in the editor...
Ionide + Paket has potentially a very nice story for scripting thanks in part to Paket's script generation feature. However, this isn't surfaced especially well in Ionide (indeed, many people...
Doing a paket init or similar sometimes tries to download Paket if there's a newer version available. However, sometimes it never completes: ``` Checking Paket version (downloading latest stable)... Hash...
Running the Generate Load Scripts command from the palette often creates the scripts in the root folder instead of in the .paket folder.
Type ```FSharp``` and hit ```CTRL + SPACE``` - you get suggestions. Type ```FSharp.``` and hit ```CTRL + SPACE``` - no suggestions. I think it's because it only searches for the...
Fixes #27.