fslaborg / FSharp.Charting

Charting library suitable for interactive F# scripting
http://fslab.org/FSharp.Charting/
Other
216 stars 67 forks source link

An adaptation of FSharp.Charting to .NET Core 3.1 on Windows 10. #145

Open hello-sergei opened 4 years ago

hello-sergei commented 4 years ago

Needed this for rapid debugging. Thought it could be of interest to others. Don't have enough knowledge about the code base for accurately merging into master without causing regressions on other .NET variants, thus created the incubation directory.

The changes are minor, yet they were tricky to figure out, especially in the configuration files. I hope it'll save you time in case you'd like to keep the library going. Also, the FSharp.Charting example in the Expert F# 4.0 book will now work on .NET Core 3.1.

Not sure how well the configuration files will be processed by Visual Studio. A working JetBrains Rider 2019.3.1 solution can be found here: https://github.com/hello-sergei/FsharpChartingCore. Thanks for the wonderful F# ecosystem!

ism commented 4 years ago

Thank you for that! I am having hard times to make it work in .net core 3.1 for windows 10, hope this one helps.

dsyme commented 4 years ago

This looks very promising.

Don't have enough knowledge about the code base for accurately merging into master without causing regressions on other .NET variants, thus created the incubation directory.

If it's working well I think we should just make this the new v3.0 version going forward (so v2.0 is the last for .NET Framework)

dsyme commented 4 years ago

@hello-sergei Could you rejig things so that this literally replaces the current version? Thanks