Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PieChart instance creation fails on WinUI 3 SDK 1.6 .Net 9 #1774

Open
HEIC-to-JPEG-Dev opened this issue Jan 17, 2025 · 0 comments
Open

PieChart instance creation fails on WinUI 3 SDK 1.6 .Net 9 #1774

HEIC-to-JPEG-Dev opened this issue Jan 17, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@HEIC-to-JPEG-Dev
Copy link

Describe the bug
I added the nuget to my app and added a piechart to the xaml.
Microsoft.UI.Xaml.Markup.XamlParseException: 'The text associated with this error code could not be found.
Cannot create instance of type 'LiveChartsCore.SkiaSharpView.WinUI.PieChart' [Line: 25 Position: 5]'

To Reproduce
Added this to my mainWindow XAML
<lvc:PieChart />

Expected behavior
I expect the app to work

Desktop (please complete the following information):

  • OS: Windows 11

Additional context
Changing the XAML to a different control, works
<lvc:CartesianChart />

@beto-rodriguez beto-rodriguez added the bug Something isn't working label Jan 17, 2025
beto-rodriguez added a commit that referenced this issue Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants