Thomas Stocker

Results 154 comments of Thomas Stocker

Recently an iOS Metal Performance Bugfix was checken into Skiasharp https://github.com/mono/SkiaSharp/pull/3156 Because for me it sounds like Timing issue

Is the project reproducing the Error targeting .NET 9 or .NET 8. It would be great if you could provide a sample where this fails.

I tried it and it worked for me, But have you added .UseSkiaSharp() in the Programm.cs because without that skiasharp is not initialized and mapsui won't work.

So a project reproducing this behavior would be nice.

I think currently you have to wait for .net 8 SDK 8.0.402 to fully support WASDK 1.6. (The current SDK is 8.0.401)

When targeting WASDK 1.6 `10.0.xxxxx.41` line needs to be added in the using project this will be only fixed in 8.0.402. So I'm waiting for this SDK to come out...

Needs Skia Sharp Update See: https://github.com/mono/SkiaSharp/issues/2999

Could it be this Problem https://github.com/Mapsui/Mapsui/issues/2741

The workaround is to Install the newest Preview SkiaSharp 2 (2.88.9-preview.2.2) or SkiaSharp 3 nugets (3.0.0-preview.5.4 or greater). It's the same issue as with WindowsAppSdk 1.6 Update because the Default...

When migrating from v4 to v5 I discovered that this was possible in v4 and not in v5. Because I have written Logic werde Users can change colors using the...