-
Notifications
You must be signed in to change notification settings - Fork 760
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Release 5.4.5 does not play nice with ScottPlot #18350
Comments
The best options is to wait for the updated SkiaSharp release, when mono/SkiaSharp#2999 will be fixed. Otherwise, downgrading WinUI can work as well, using: <PropertyGroup>
<WinAppSdkVersion>xxx</WinAppSdkVersion>
</PropertyGroup> |
This is not that easy because MVVM Toolkit requires: ScottPlot requires at max: However, we are not releasing in the next few weeks, I can stay with 5.4.0-dev.220 for some time. PS: Good idea about the Uno Health Status. |
SkiaSharp 2.88.9-preview.2.2 fixes this issue, setting the |
@jeromelaban Big thank you to you and Matthew Leibowitz (can't find the tag) |
Adding the nuget of ScottPlot requires bumping the WinAppSDKVersion. However, this leads to a crash at startup ScottPlot/ScottPlot#4258
UnoAppScottPlot545.zip
Jerome gave me tips to downgrade some part of Uno, but I'm getting compilation errors.
Someone has this suggestion ScottPlot/ScottPlot#4273 (comment)
If you know how to modify the Uno project, I would appreciate.
The text was updated successfully, but these errors were encountered: