enisn / UraniumUI

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

Not loading schema from XAML #382

Open lopiv2 opened 1 year ago

lopiv2 commented 1 year ago

After trying to make a TreeView in the XAML as this link example says:

https://enisn-projects.io/docs/en/uranium/latest/themes/material/components/TreeView

Writing this xmlns:material="http://schemas.enisn-projects.io/dotnet/maui/uraniumui/material"

I´m receiving the next error message when trying to compile:

Cannot resolve type "http://schemas.enisn-projects.io/dotnet/maui/uraniumui/material:material:TreeView

enisn commented 1 year ago

Might be the same issue with https://github.com/enisn/UraniumUI/issues/369#issuecomment-1585069745