You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the generated files, the root element of a XAML is arbitrarily assumed to be a FrameworkElement, which would definitely cause promblems in some cases.
Just like that in this report. #4966
I would like to know if there is a plan for solving this.
ACGNnsj
changed the title
x:Bind not applicable for a Window XAML via C++/WinRT
x:Bind with a converter not applicable for a Window XAML via C++/WinRT
May 14, 2023
Describe the bug
In the generated files, the root element of a XAML is arbitrarily assumed to be a FrameworkElement, which would definitely cause promblems in some cases.
Just like that in this report. #4966
I would like to know if there is a plan for solving this.
Steps to reproduce the bug
Here is my demo project.
FormalOverlay.xaml DoubleToThicknessConverter.idl DoubleToThicknessConverter.h
Expected behavior
No response
Screenshots
No response
NuGet package version
WinUI 3 - Windows App SDK 1.3.1: 1.3.230502000
Windows version
Windows Insider Build (xxxxx)
Additional context
No response
The text was updated successfully, but these errors were encountered: