Suddenly can't build project #16934
Answered
by
jeromelaban
GamerGirlandCo
asked this question in
Q&A
-
i've tried:
|
Beta Was this translation helpful? Give feedback.
Answered by
jeromelaban
May 31, 2024
Replies: 1 comment 2 replies
-
Thanks for the report. Can you provide a binlog of the build? It is likely that there's a prior error that causes this issue. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks! The Binding property is only generated when there are
x:Bind
bindings in the XAML. You can either add one back, or remove the references toBindings
, as withoutx:Bind
expressions it would not do anything.