Skip to content
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

[XC] Add support for DoesNotInheritDataTypeAttribute to XamlC #26359

Conversation

simonrozsival
Copy link
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
104 checks passed
@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