-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
SkiaSharp (or LiveCharts) causes crash in release mode #11069
Comments
Hi @IgorKravchenko10. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
Hi, @IgorKravchenko10 - Are you able to reproduce this issue with only SkiaSharp (without LiveCharts)? If so, could you post an updated repro? Thanks :) |
Hi, Rachel. |
Hi! |
Duplicate of dotnet/sdk#28880 |
Update: adding |
Description
Hello!
I have a trouble with LiveCharts (LiveChartsCore.SkiaSharpView.Maui in NuGet).
First, it can't compile in release mode.
It says
After adding
<AndroidLinkMode>None</AndroidLinkMode>
to project file it compiles successfully but crashes after start.I don't know whose issue is it (Mono, MAUI or LiveCharts), so tell me please if I posting issue in wrong project.
Steps to Reproduce
<AndroidLinkMode>None</AndroidLinkMode>
to project and try to run again.Link to public reproduction project repository
https://github.com/IgorKravchenko10/LiveChartsOrSkiaCrash
Version with bug
7.0 Release Candidate 2
Last version that worked well
Unknown/Other
Affected platforms
Android, I was not able test on other platforms
Affected platform versions
Android 7, Android 12
Did you find any workaround?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: