Skip to content

[XC] Add support for DoesNotInheritDataTypeAttribute to XamlC#26359

Merged
rmarinho merged 3 commits intodotnet:mainfrom
simonrozsival:xamlc-add-support-for-does-not-inherit-data-type-attribute
Dec 16, 2024
Merged

[XC] Add support for DoesNotInheritDataTypeAttribute to XamlC#26359
rmarinho merged 3 commits intodotnet:mainfrom
simonrozsival:xamlc-add-support-for-does-not-inherit-data-type-attribute

Conversation

@simonrozsival
Copy link
Copy Markdown
Member

@simonrozsival simonrozsival commented Dec 4, 2024

Description of Change

In #25173 we implemented a way to stop propagation of x:DataType to properties where it doesn't make sense (for example Picker.ItemDisplayBinding) in runtime XAML parsing, but we haven't implemented it in XamlC.

Issues Fixed

Fixes #25935

/cc @StephaneDelcroix

@rmarinho rmarinho merged commit 46ad78f into dotnet:main Dec 16, 2024
@samhouts samhouts added the fixed-in-net8.0-nightly This may be available in a nightly release! label Dec 16, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jan 16, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-xaml XAML, CSS, Triggers, Behaviors fixed-in-net8.0-nightly This may be available in a nightly release!

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Regression from MAUI 8: Picker entries blank in release mode (Android)

6 participants