admin管理员组

文章数量:1333378

After a few days without working on a MAUI app, I returned to it today only to have it blow up on my face.

Loudly.

After a few searches online (described here), I was able to make it work again.

Sort of.

Now, the images are not showing.

Has anyone encountered something similar?

All images are defined as MauiImage.

And the image control is pretty basic:

<Image 
    Source="animated.gif"
    HeightRequest="100"
    WidthRequest="100"
    IsAnimationPlaying="True"
    VerticalOptions="End"/>

本文标签: Windows MAUI not showing images after upgradeStack Overflow