-
Notifications
You must be signed in to change notification settings - Fork 249
.NET MAUI 9: Compiled bindings can be used with C# markup #2304
Copy link
Copy link
Closed
Labels
🏁 Release: .NET 10Work items for the .NET 10 releaseWork items for the .NET 10 release📌 seQUESTeredIdentifies that an issue has been imported into Quest.Identifies that an issue has been imported into Quest.Pri3doc-enhancementImprove the current content [org]Improve the current content [org]resolved-by-customerIndicates issues where the customer no longer needs any help. [org]Indicates issues where the customer no longer needs any help. [org]
Metadata
Metadata
Assignees
Labels
🏁 Release: .NET 10Work items for the .NET 10 releaseWork items for the .NET 10 release📌 seQUESTeredIdentifies that an issue has been imported into Quest.Identifies that an issue has been imported into Quest.Pri3doc-enhancementImprove the current content [org]Improve the current content [org]resolved-by-customerIndicates issues where the customer no longer needs any help. [org]Indicates issues where the customer no longer needs any help. [org]
Type
Fields
Give feedbackNo fields configured for issues without a type.
In .NET MAUI 9, compiled bindings can be used with C# markup (to replace reflection-based bindings with string paths).
Example:
This new approach has several advantages:
This approach is required instead of string-based bindings in NativeAOT apps, and in apps with full trimming enabled.
More info: dotnet/maui#21725
Associated WorkItem - 314390