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

[X] do not look for parent DataType on collections #24513

Merged
merged 2 commits into from
Sep 3, 2024
Merged

Conversation

StephaneDelcroix
Copy link
Contributor

@StephaneDelcroix StephaneDelcroix commented Aug 29, 2024

Description of Change

  • re-enable XC0022 and XC0023 as WarningsNotAsErrors
  • do not assume that x:DataType is inherited on Picker items

Issues Fixed

@StephaneDelcroix StephaneDelcroix requested a review from a team as a code owner August 29, 2024 15:42
@StephaneDelcroix
Copy link
Contributor Author

the XamlServiceProvider changes needs to be back ported to net8

@samhouts samhouts added the area-xaml XAML, CSS, Triggers, Behaviors label Aug 29, 2024
- re-enable XC0022 and XC0023 as WarningsNotAsErrors
- do not consider thar x:DataType is inherited on Picker items

- fixes #23989
@mattleibow mattleibow merged commit 92c3ca3 into net9.0 Sep 3, 2024
121 checks passed
@mattleibow mattleibow deleted the fix_23989 branch September 3, 2024 10:20
@samhouts samhouts added the fixed-in-net9.0-nightly This may be available in a nightly release! label Sep 5, 2024
StephaneDelcroix added a commit that referenced this pull request Oct 10, 2024
Change the heuristic for deciding if we need ot ignore parent DataType,
as DataTrigger.Binding shoud inherit it, and
Picker.ItemDisplayNameBinding should not

this is an alternate fix for #23989, partially replaces #24513, and will
help fixing #25141 together with #24152
@samhouts samhouts added fixed-in-9.0.0-rc.2.24503.2 and removed fixed-in-net9.0-nightly This may be available in a nightly release! labels Oct 14, 2024
github-actions bot pushed a commit that referenced this pull request Oct 15, 2024
Change the heuristic for deciding if we need ot ignore parent DataType,
as DataTrigger.Binding shoud inherit it, and
Picker.ItemDisplayNameBinding should not

this is an alternate fix for #23989, partially replaces #24513, and will
help fixing #25141 together with #24152
PureWeen pushed a commit that referenced this pull request Oct 16, 2024
Change the heuristic for deciding if we need ot ignore parent DataType,
as DataTrigger.Binding shoud inherit it, and
Picker.ItemDisplayNameBinding should not

this is an alternate fix for #23989, partially replaces #24513, and will
help fixing #25141 together with #24152
github-actions bot pushed a commit that referenced this pull request Oct 17, 2024
Change the heuristic for deciding if we need ot ignore parent DataType,
as DataTrigger.Binding shoud inherit it, and
Picker.ItemDisplayNameBinding should not

this is an alternate fix for #23989, partially replaces #24513, and will
help fixing #25141 together with #24152
github-actions bot pushed a commit that referenced this pull request Oct 17, 2024
Change the heuristic for deciding if we need ot ignore parent DataType,
as DataTrigger.Binding shoud inherit it, and
Picker.ItemDisplayNameBinding should not

this is an alternate fix for #23989, partially replaces #24513, and will
help fixing #25141 together with #24152
github-actions bot pushed a commit that referenced this pull request Oct 18, 2024
Change the heuristic for deciding if we need ot ignore parent DataType,
as DataTrigger.Binding shoud inherit it, and
Picker.ItemDisplayNameBinding should not

this is an alternate fix for #23989, partially replaces #24513, and will
help fixing #25141 together with #24152
PureWeen pushed a commit that referenced this pull request Oct 18, 2024
Change the heuristic for deciding if we need ot ignore parent DataType,
as DataTrigger.Binding shoud inherit it, and
Picker.ItemDisplayNameBinding should not

this is an alternate fix for #23989, partially replaces #24513, and will
help fixing #25141 together with #24152

Co-authored-by: Stephane Delcroix <stephane@delcroix.org>
@github-actions github-actions bot locked and limited conversation to collaborators Nov 16, 2024
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-9.0.0-rc.2.24503.2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants