unoplatform / uno.templates

Uno Platform project templates
https://platform.uno/
Other
16 stars 11 forks source link

[Bug] `App.xaml` declares unused `wasm` namespace #664

Closed MartinZikmund closed 5 months ago

MartinZikmund commented 5 months ago

Current behavior

This is always declared but never used:

xmlns:wasm="http://platform.uno/wasm"$useThemesResourceNamespace$
       xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
       mc:Ignorable="wasm"

Expected behavior

Remove

Affected platforms

No response

Template Host

dotnet new, Visual Studio

Host OS

Windows

Template Options

-

Template Version

-

Anything else we need to know?

No response