Replies: 2 comments 1 reply
|
Edit Your project csproj file and add a property like: |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When I intentionally use Binding in XAML
ControlTemplatewith WindowsAppSDKThen I get AOT compilation Warning:
But I can't supress it adding as suggested
x:SuppressXamlTrimWarnings=Truein anywhere possible place. It just won't compile asSuppressXamlTrimWarningsdoesn't exists in Markup at all.I'm using .NET 8 with WindowsAppSDK 1.8.6 in AOT-compiled Project.
Please help to create the correct markup.
All reactions