enisn / UraniumUI

Uranium is a Free & Open-Source UI Kit for MAUI.
Apache License 2.0
1.14k stars 133 forks source link

Upgrade to Net9 affects Icon in text field #694

Open mdelgadov opened 3 months ago

mdelgadov commented 3 months ago

My Net 8 Maui app was working fine in Net8, latest but an upgrade to net9 affected the TextField as such:

<material:TextField x:Name="Email" Grid.ColumnSpan="2" Title="{x:Static languages:Resources.Email}" Text="{Binding Email, Mode=TwoWay}" Icon="{FontImage FontFamily=MaterialSharp, Glyph={x:Static icons:MaterialSharp.Mail}}">

After this, I got the error No property, BindableProperty, or event found for "Icon", or mismatching type between value and property.

I understand I may be jumping the gun a bit, but thought it would be good to let you know...

enisn commented 3 months ago

Currently it's not compiled for dotnet 9. Official .NET9 support is on the way