microspaze / RGPopup.Maui

Popup controls for .NET MAUI migrated from Rg.Plugins.Popup for Xamarin with some fixes.
MIT License
39 stars 8 forks source link

The application eventually crashes #5

Open andersondamasio opened 6 months ago

andersondamasio commented 6 months ago

This problem is the same as the one reported in this issue: https://github.com/rotorgames/Rg.Plugins.Popup/issues/684#issuecomment-930817567

The application eventually gets Microsoft.Maui.Controls.Xaml.XamlParseException: 'Position 21:7. Type converter failed: UintTypeConverter cannot convert from System.String.

microspaze commented 6 months ago

Fix in the latest version 1.0.5 https://www.nuget.org/packages/RGPopup.Maui/1.0.5

Thanks for reproting.

andersondamasio commented 6 months ago

Hello, you were very fast.

I will test it now.

Thank you very much.