question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

XPlot relies on things that are not .NET Standard

See original GitHub issue

Looks 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:closed
  • Created 5 years ago
  • Comments:13 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
dsymecommented, Apr 29, 2019

@jackfoxy That would be great, please let’s do that!

2reactions
jackfoxycommented, Apr 28, 2019

@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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found