FSharp.Text.RegexProvider
FSharp.Text.RegexProvider copied to clipboard
problem running build.cmd after git clone
Description
Running build.cmd does not work just after running clone. The problem is that paket have not installed fsi.exe under the packages folder.
Repro steps
git clone ...
build.cmd
Known workaround
I commented out GenerateHelp task in the build.fsx dependency graph.
Then
build.cmd
worked and finally
git checkout build.fsx
to verify that the build script worked after paket had installed FSI executable somewhere under the packages folder.
This is just a heads up. Feel free to ignore this issue. I am just inspecting the Regex type provider, to learn about TP's.