Skip to content

Resolve extension properties in bindings #20247

Description

@BarionLP

Is your feature request related to a problem? Please describe.

currently C# 14 extension members, including extension properties cannot be used in bindings

<TextBlock Text="{Binding Value.Extension}"/>

will produce

Could not find a matching property accessor for 'Extension' on 'Value'

Describe the solution you'd like

extension properties can simply be used in bindings

Describe alternatives you've considered

No response

Additional context

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions