-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fix compiled bindings warnings #547
Labels
📌 seQUESTered
Identifies that an issue has been imported into Quest.
Comments
sequestor
bot
added
📌 seQUESTered
Identifies that an issue has been imported into Quest.
and removed
🗺️ reQUEST
Triggers an issue to be imported into Quest.
labels
Dec 2, 2024
I'm especially interested in how to resolve these warnings for TemplateBindings, since I don't see anything about it on the docs If you build the ControlTemplateDemos sample you will get the following warnings all from
|
Merged
github-project-automation
bot
moved this from 🏗 In progress
to ✅ Done
in dotnet/docs-maui 2024 Sprints
Dec 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In .NET 9, a warning is produced for every binding expression that uses reflection. Therefore update all the samples in the 9.0 folder to use compiled bindings.
Associated WorkItem - 350085
The text was updated successfully, but these errors were encountered: