Jeff McCormick
Jeff McCormick
[LiveCharts v2](https://github.com/beto-rodriguez/LiveCharts2) is still in beta, but is another popular charting library that supports multiline charts.
[LiveCharts2](https://www.nuget.org/packages/LiveChartsCore.SkiaSharpView/2.0.0-beta.101) can also do this. Details here: https://github.com/beto-rodriguez/LiveCharts2/issues/16
With @Echo-8-ERA 's advice, I added this to a new `.targets`. I also added some `Exclude`s since some `.il` files can end up in bin/obj. Here is what worked for...
@Sergio0694 I forked the project and create compatibility for .NET Standard/Core over at https://github.com/jmccormi7/ILSupport The updated `.targets` can be copied directly from here: https://raw.githubusercontent.com/jmccormi7/ILSupport/master/IL%20Support.ProjectTemplates/IL%20Support.Standard.targets Currently waiting on a pull request...
@ins0mniaque the project templates still need some testing and tweaking, but I have verified that the new `.targets` works on a few projects. I will try to test the project...
@nietras yes, .NET Standard support was merged and is available with version 2.4 of the extension
My hunch is that this indeed related to #1653. When I get some time, I'll put together a PR to fix both.