microsoft / cppwinrt

C++/WinRT
MIT License
1.67k stars 239 forks source link

Support for XAML types in nested namespaces #1240

Closed JaiganeshKumaran closed 1 year ago

JaiganeshKumaran commented 1 year ago

Fixes https://github.com/microsoft/microsoft-ui-xaml/issues/7652.

kennykerr commented 1 year ago

Such a change would need to be reviewed and signed off by the Xaml compiler team. They would also need to validate the change with a full OS build since it could affect other builds as well. I suggest you reopen the issue on the Xaml repo and work with that team to make any needed change. cc @Scottj1s

JaiganeshKumaran commented 1 year ago

I've reopened the issue in the WinUI repo, but I think it's very unlikely for them to fix the issue anytime soon. There are already many C++ specific issues with the XAML compiler that were reported ages ago and nothing was done.