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 performed the porting of a huge UWP project with LiveChart in WinUI 3 with LiveCharts2.
I followed your examples and I created all charts in ViewModel. When I perform the Application Exit command I intercept an NullPointerException (from SkiaSharp library).
Is it my fault? How can I solve this problem?
The text was updated successfully, but these errors were encountered:
I have the same issue and wondering the same thing. I get the following exception when I exit my WinUI3 appwhile chart is loading.
System.NullReferenceException
HResult=0x80004003
Message=Object reference not set to an instance of an object.
Source=SkiaSharp.Views.Windows
stack trace:
SkiaSharp.Views.Windows.SKXamlCanvas.Invalidate()
It's not a big deal since app would exit anyway but it would be nice to know how to avoid this.
I performed the porting of a huge UWP project with LiveChart in WinUI 3 with LiveCharts2.
I followed your examples and I created all charts in ViewModel. When I perform the Application Exit command I intercept an NullPointerException (from SkiaSharp library).
Is it my fault? How can I solve this problem?
The text was updated successfully, but these errors were encountered: