-
Notifications
You must be signed in to change notification settings - Fork 360
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
[Bug] Microcharts.Maui 1.0.0 Does not work in .NET MAUI 8 #344
Comments
I don't think this is an issue with Microcharts. I'll randomly get this error when trying to build a MAUI.NET 8 app on my machine, yet it never happens in a clean CI build. I think this is some weird build caching issue. |
.Net Maui on .net 8 @tusharsjagdale : There is a wa for ur problem here |
Ok, I solved it by adding a reference to |
also faced this problem, please help on how i can solve it for .net8. when i install the microcharts.maui nugget package, i immadiately encounter a warning on the transitive skiasharp package (vulnerable), even if i update the skiasharp to the latest stable, its not solving those android resource errors |
@Legends thank you for your hint. I solved too in this way, but it is best to improve the Microcharts.Maui package so that it adds all the necessary libraries on its own. |
It works in Maui net8, but the installation is a bit finnicky. Use https://github.com/PickleBurg/ImageSource-Memory-Leak branch chart-stuff as a path to fix it (especially if you do MVVM toolkit) The biggest issue aside for the Skia dependency is the type declaration : [ObservableProperty] Also use the <charts:ChartView Chart="{Binding MyChart}" to bind to the VM |
Describe the bug
Microcharts.Maui 1.0.0 Does not rebuild in .NET MAUI 8 for Android platform
Which platform and version is this for?
Android
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should rebuild successful for android platform
Screenshots
The text was updated successfully, but these errors were encountered: