Fix SKBitmap.Decode Issue in C# MAUI

Job ID: 38676018

Budget: $10 – $30 USD

I'm having trouble with a line of code in my C# MAUI project. The code is:

SKBitmap bitmap = SKBitmap.Decode("dotnet_bot.png");

The problem is that SKBitmap.Decode is returning null. The image file is located in the 'Resources/Images' directory of the project and I have verified that the path is correct.

Provide a Hello World Project where this line of code works.