-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Description
On latest offical dotnet .core 2.2.402,
If we either try to Chart.Show a XPlot.Plotly it barfs with :
System.IO.FileNotFoundException: Could not load file or assembly 'Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. Le fichier spécifié est introuvable.
File name: 'Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'
at XPlot.Plotly.PlotlyChart.GetInlineHtml()
at XPlot.Plotly.PlotlyChart.GetHtml()
at XPlot.Plotly.PlotlyChart.Show()
at <StartupCode$FSI_0005>.$FSI_0005.main@()
Or a XPlot.GoogleCharts :
System.IO.FileNotFoundException: Could not load file or assembly 'Google.DataTable.Net.Wrapper, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null'. Le fichier spécifié est introuvable.
File name: 'Google.DataTable.Net.Wrapper, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null'
at XPlot.GoogleCharts.GoogleChart.GetInlineJS()
at XPlot.GoogleCharts.GoogleChart.GetHtml()
at XPlot.GoogleCharts.GoogleChart.Show()
at <StartupCode$FSI_0006>.$FSI_0006.main@()
I don't know what exactly could do this, I tried to rebuild myself with no change.
Metadata
Metadata
Assignees
Labels
No labels