You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into the relatively simple error of getting a CS0246 error for the LiveCharts. I'm trying to load LiveCharts into my ViewModel .cs file, but it doesn't recognize it. I'm building for UWP with Xamarin.Forms. My goal is to use the AutoUpdate line chart, which appears to be an auto updating CartesianChart.
I've verified that I've got the same framework versions as LiveCharts desires, being Target=10.0.19041.0 and Minimum=10.0.17763.0. These are the same as the UWP sample uses.
I've attempted to follow this bug report that has been answered previously, but it has not solved my issue.
I have LiveChartsCore, LiveChartsCore.SkiaSharpView.UWP, and LiveChartsCore.SkiaSharpView.XamarinForms all installed on the 2.0.0-beta.101 version. I also have SkiaSharp and SkiaSharp.Views.Uno on the 2.88.0-preview.254 (current newest version). I have .NET 4.6.2 installed since it appears that LiveCharts wants that, as seen from the samples. In addition, I can see that the LiveCharts packages are present in my .csproj file.
I am not sure what to do from here. My build is just not recognizing at all that any of the LiveCharts parts are present anywhere.
The text was updated successfully, but these errors were encountered:
Hello,
I'm running into the relatively simple error of getting a CS0246 error for the LiveCharts. I'm trying to load LiveCharts into my ViewModel .cs file, but it doesn't recognize it. I'm building for UWP with Xamarin.Forms. My goal is to use the AutoUpdate line chart, which appears to be an auto updating CartesianChart.
I've verified that I've got the same framework versions as LiveCharts desires, being Target=10.0.19041.0 and Minimum=10.0.17763.0. These are the same as the UWP sample uses.
I've attempted to follow this bug report that has been answered previously, but it has not solved my issue.
I have LiveChartsCore, LiveChartsCore.SkiaSharpView.UWP, and LiveChartsCore.SkiaSharpView.XamarinForms all installed on the 2.0.0-beta.101 version. I also have SkiaSharp and SkiaSharp.Views.Uno on the 2.88.0-preview.254 (current newest version). I have .NET 4.6.2 installed since it appears that LiveCharts wants that, as seen from the samples. In addition, I can see that the LiveCharts packages are present in my .csproj file.
I am not sure what to do from here. My build is just not recognizing at all that any of the LiveCharts parts are present anywhere.
The text was updated successfully, but these errors were encountered: