Fukurou series release 7 respin
·
3327 commits
to master
since this release
6.2.727
- [BUGFIX] Issue #74 -- Strip unwanted dependencies from released code.
- Generally, move to .net core 3.0 for build (many other changes in process only)
- With the F# 4.7 compiler, static linking FSharp.Core into the recorder has been fixed, and has been adopted
- In .net core 3.0 release,
dotnet build
no longer does adotnet publish
to the output directory - Issues #68 and #73 and their fixes are now moot; in particular,
FSharp.Core
no longer needs to be auto-excluded from instrumentation in the .net core tool any more than in the Framework tool; nor does that assembly need to be copied if otherwise absent.