Skip to content

Fix XmlType .Equals override#21192

Merged
rmarinho merged 1 commit intorelease/8.0.1xx-sr3from
de/mgoertz/xmltype
Mar 15, 2024
Merged

Fix XmlType .Equals override#21192
rmarinho merged 1 commit intorelease/8.0.1xx-sr3from
de/mgoertz/xmltype

Conversation

@mgoertz-msft
Copy link
Copy Markdown
Contributor

@mgoertz-msft mgoertz-msft commented Mar 13, 2024

  • Make sure to only check type argument sequences if both of them are non-null
  • Add XmlType equality tests for this and other equality scenarios

Fixes #21170

@mgoertz-msft mgoertz-msft requested a review from a team as a code owner March 13, 2024 21:44
@mgoertz-msft mgoertz-msft changed the title - Make sure to only check type argument sequences if both of them are non-null - Add XmlType equality tests for this and other equality scenarios Fix XmlType .Equals override Mar 13, 2024
@mgoertz-msft mgoertz-msft enabled auto-merge March 13, 2024 21:47
@jsuarezruiz jsuarezruiz added the area-xaml XAML, CSS, Triggers, Behaviors label Mar 14, 2024
… non-null

- Add XmlType equality tests for this and other equality scenarios
@PureWeen PureWeen force-pushed the de/mgoertz/xmltype branch from 5b83208 to 7d4048b Compare March 14, 2024 16:37
@PureWeen PureWeen changed the base branch from main to release/8.0.1xx-sr3 March 14, 2024 16:37
@PureWeen PureWeen requested review from jonathanpeppers and removed request for jfversluis March 14, 2024 16:37
Copy link
Copy Markdown
Member

@jonathanpeppers jonathanpeppers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mgoertz-msft do you know what pattern in XAML code causes the problem here?

Just wondering if there is a workaround, or if we should ship this ASAP.

@mgoertz-msft
Copy link
Copy Markdown
Contributor Author

@jonathanpeppers Since it tripped over type arguments I would say it would involve generics. Whoever has/needs them is going to be blocked by this.

@rmarinho rmarinho disabled auto-merge March 15, 2024 12:45
@rmarinho rmarinho merged commit ec2f89c into release/8.0.1xx-sr3 Mar 15, 2024
@rmarinho rmarinho deleted the de/mgoertz/xmltype branch March 15, 2024 12:45
@github-actions github-actions bot locked and limited conversation to collaborators Apr 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

.NET 8.0.10 breaks MAUI builds

6 participants