-
Notifications
You must be signed in to change notification settings - Fork 762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raise a warning when platform-specific XAML namespace declaration has invalid URI #15021
Comments
Please also validate the behavior against WinUI implementation |
If this behavior is hot reload related, it's not fixed yet and may need to have 8.0.101 to work properly (it's still pending inhttps://github.com/unoplatform/uno.check/pull/223) |
The repro uses |
@ramezgerges @Youssef1313 @jeromelaban I think it might make sense to detect this and warn the user:
What do you think? |
@MartinZikmund That would be a duplicate of #14004 I think. We could treat |
Thanks for looking into this! As you say, after changing the xmlns to something else, it works now. |
Raising a warning if the xmlns does not match the original name could be useful, indeed. |
@MartinZikmund should we close this in favour of #15064? |
@ramezgerges this is a bit different than the other I think - this is to validate the URI matches, so it would apply even to prefixes like "android:" etc. The other is for usage of Skia and wasm secifically on non cross runtime libraries |
Current behavior
From Cheesebaron on X:
Expected behavior
No response
How to reproduce it (as minimally and precisely as possible)
https://github.com/Cheesebaron/UnoSkia
Workaround
No response
Works on UWP/WinUI
None
Environment
No response
NuGet package version(s)
No response
Affected platforms
No response
IDE
No response
IDE version
No response
Relevant plugins
No response
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: