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 have nuget references to FFImageLoading.Maui & SkiaSharp.Views.Maui.Controls 3.116.1
The app crashes on startup when using SvgCachedImage in xaml on the MainPage
Steps to Reproduce
see repro project. Remove the use of Skiasharp.Svg, and the app will work
revert SkiaSharp.Views.Maui.Controls to version 2.*
The text was updated successfully, but these errors were encountered:
InquisitorJax
changed the title
App Crashes when nuget references SkiaSharp.Svg
App Crashes when adding latest nuget references to SkiaSharp.Views.Maui.Controls
Jan 6, 2025
Description
I have nuget references to FFImageLoading.Maui & SkiaSharp.Views.Maui.Controls 3.116.1
The app crashes on startup when using SvgCachedImage in xaml on the MainPage
Steps to Reproduce
see repro project. Remove the use of Skiasharp.Svg, and the app will work
Expected Behavior
App shouldn't crash
Actual Behavior
App Crashes
Reproduction Link / Code
CheckFFImages.zip
Work-Around
revert SkiaSharp.Views.Maui.Controls to version 2.*
The text was updated successfully, but these errors were encountered: