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
Describe the bug
UWP app started to crash after updating the Xamarin Forms app to the latest Xamarin Forms version.
Upon Further analysis on the issue, it is identified that when ColorPicker NuGet Package is installed, it adds SkiaSharp (1.60.3) as a dependency, and the app works without any issue
SkiaSharp version gets updated, When adding/installing another NuGet package that contains a reference to higher SkiaSharp version.
As a result app crash, when the SkiSharp version gets updated to 2.80.2 from 1.60.3.
Expected behavior
App Should work without crashing.
Describe the bug
UWP app started to crash after updating the Xamarin Forms app to the latest Xamarin Forms version.
Upon Further analysis on the issue, it is identified that when ColorPicker NuGet Package is installed, it adds SkiaSharp (1.60.3) as a dependency, and the app works without any issue
SkiaSharp version gets updated, When adding/installing another NuGet package that contains a reference to higher SkiaSharp version.
As a result app crash, when the SkiSharp version gets updated to 2.80.2 from 1.60.3.
Expected behavior
App Should work without crashing.
To Reproduce
Steps to reproduce the behavior:
Syncfusion.Xamarin.DocIORenderer
Screenshots
Desktop:
Additional context
Please find the attached sample code with the crash issue.
ColorPicker.Nuget.Test-master (2).zip
The text was updated successfully, but these errors were encountered: