XPlot relies on things that are not .NET Standard
See original GitHub issueLooks like XPlot.GoogleCharts can only be .NET Standard if Google.DataTable.Net.Wrapper
is also update to be .NET Standard
C:\GitHub\dsyme\XPlot\src\XPlot.GoogleCharts\XPlot.GoogleCharts.fsproj : warning NU1701: Package ‘Google.DataTable.Net.Wrapper 3.1.2’ was restored using ‘.NETFramework,Version=v4.6.1’ instead of the project target framework ‘.NETStandard,Version=v2.0’. This package may not be fully compatible with your project. [C:\GitHub\dsyme\XPlot\XPlot.sln]
Also GoogleCharts.Deedle --> Deedle, but I don’t mind about that one so much since I want to get rid of it, and there is a .NET Standard Deedle being prepared in any case
C:\GitHub\dsyme\XPlot\src\XPlot.GoogleCharts.Deedle\XPlot.GoogleCharts.Deedle.fsproj : warning NU1701: Package 'Deedle 1.2.5' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project. [C:\GitHub\dsyme\XPlot\XPlot.sln]
9 Warning(s)
Issue Analytics
- State:
- Created 5 years ago
- Comments:13 (2 by maintainers)
Top Results From Across the Web
Why doesn't xUnit.net support netstandard?
netstandard is an API, not a platform. Due to the way builds and dependency resolution work today, xUnit.net test projects must target a...
Read more >NET Standard
NET Standard 2.0. .NET Standard 1.x is distributed as a granular set of NuGet packages, which creates a large package dependency graph and ......
Read more >FSharp.Data 6.2.0
Version Downloads Last updated
6.2.0 41,616 4 months ago
6.1.1‑beta 847 4 months ago
6.1.0‑beta 184 4 months ago
Read more >Xplor Senior Software Engineer - .NET
With this, we rely heavily on our engineers to be dynamic. Xplor is not the company (yet) where you'll always have well-defined requirements...
Read more >5 obscure charting tips with Plotly.NET
It did what I wanted, mostly: create “standard” charts using Plotly to visualize data and explore possible interesting patterns. However, from ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jackfoxy That would be great, please let’s do that!
@dsyme I have a netstandard2.0 build working in my F# project consuming XPlot in a Windows environment. I don’t do anything in non-Windows. What are you thoughts on calling this v2.0 and releasing to Nuget?
cc @zoranmax @zyzhu