FSharp.Text.RegexProvider
FSharp.Text.RegexProvider copied to clipboard
Build doc using dotnet fsi 3.0.100
This time, the documentation is run with dotnet fsi generate.fsx for real !
@sergey-tihon @dsyme I you want to have a look. There are some hacks in the generate.fsx to force loading FCS and Fable.Core... #r was not enough to make it load the assemblies. But forcing some code execution make it work... Some assemblies were then missing in the Compiler context, and they're not automatically resolved. But passing them on the command line fix it.
The build is failing on travis because I also have to instal a 2.2 version of netcore
This was due to paket.bootstrapper running as netcoreapp2.1 ... so netcore runtime 2.1 or 2.2 had to be installed to run paket.
Now, everything is working as expected.
@sergey-tihon @dsyme , I invited you to review since you can be interested to use it for other projects
@thinkbeforecoding should this be updated to the 3.1.201 SDK?