-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[XAML] Nested x:TypeArguments: "Type was not found" error. #10050
Comments
This seems to be a Visual Studio/designer issue, out of scope for this repo. |
Yeah, that's been there for quite some time. Similarly, using a |
FYI @etvorun |
Yeah, I've got to say I'm not quite sure which repo is the right place to report this sort of a bug. Do you know if there is a repo for Visual Studio itself? Or do I have to report the bug through the in-app system? |
There is no repo for that, yes you go in VS to Help > Send Feedback > Report problem. Btw is this WPF/UWP/WinUI? |
Thanks. And this is WPF. |
When using a nested generic type argument with the x:TypeArguments directive (such as Nullable<bool>), the following error is incorrectly shown in the XAML file:
When you actually run the application, it works fine.
I'm using Visual Studio 2022 17.11.4.
The text was updated successfully, but these errors were encountered: