Ramaraj-Marimuthu

Results 5 issues of Ramaraj-Marimuthu

**Description** Simple MAUI.iOS app with [SkiaSharp](https://www.nuget.org/packages/SkiaSharp/) package is crashed with below error message, when deploying it from Visual Studio for Mac 2022. **_Note: Same MAUI.iOS application working properly, if we...

area/SkiaSharp.Views.Maui

**Description** Facing below error while building the simple MAUI application in Visual Studio for Mac 2022 (Preview) with [SkiaSharp](https://www.nuget.org/packages/SkiaSharp/) package at Mac Catalyst environment. **Error Message:** `/Users/ram/.nuget/packages/skiasharp.nativeassets.maccatalyst/2.88.0-preview.155/buildTransitive/net6.0-maccatalyst13.5/SkiaSharp.NativeAssets.MacCatalyst.targets(34,34): Error MSB4184: The...

area/SkiaSharp.Views.Maui

Hi Team, I am facing below error while building the simple MAUI application with [Microsoft.Maui.Graphics.Skia](https://www.nuget.org/packages/Microsoft.Maui.Graphics.Skia/6.0.101-preview.10.640) package in Mac Catalyst environment. **Could you please help me to address this issue ?**...

bug

Hi Team, My simple MAUI.iOS app with [Microsoft.Maui.Graphics.Skia](https://www.nuget.org/packages/Microsoft.Maui.Graphics.Skia/6.0.101-preview.10.640) package is crashed with below error message, when deploying it from Visual Studio for Mac 2022. **Note: Same MAUI.iOS application working properly,...

bug

**Description** Memory keep on increasing while measuring the text using font stream **Code** ``` for (int i = 0; true; i++) { Console.WriteLine(i); // Memory leak occurs while measuring the...