Skip to content

Dll hardcoded dependencies on Newtonsoft.Json Google.DataTable.Net.Wrapper #87

@fradav

Description

@fradav

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions