Issue: It's unfortunate but in an application I have we depend on ScottPlot.WpfPlotViewer() and that class is removed in SP5.
ScottPlot Version: 5.0.16
Code Sample:
// In console application
ScottPlot.Plot plt = new ScottPlot.Plot();
new ScottPlot.WpfPlotViewer(plt).ShowDialog();
Throws an exception: The type or namespace name 'WpfPlotViewer' does not exist in the namespace 'ScottPlot' (are you missing an assembly reference?)
In What's New it's not mentioned that this should happen.
(In that case I think the issue #308 is no longer valid)