Fukurou series release 6
·
3376 commits
to master
since this release
6.2.719
- [BUGFIX] #Issue73 In .net core 3.0 preview and RC,
dotnet build
does adotnet publish
to the output directory, including FSharp.Core in F# projects. Automatically exclude that file from instrumentation by the .net core tool to avoid mutually recursive calls between the recorder assembly and FSharp.Core that cause a stack overflow. This is not required for the Framework/Mono tool as that static links its dependency. I've not found a way to static-link FSharp.Core in the .net core world that doesn't fail with errors. - [BUGFIX] For --visibleBranches, fix up C# loops, and the path numbering for decompiled
switch
/match
logic