Skip to content

Conversation

@albyrock87
Copy link
Contributor

Description of Change

.NET MAUI 9 introduced automatic handler disconnection, but BindableLayout was not changed to implement such behavior.

This PR makes it happen and also fixes a regression from #23136 where BindableLayout is not invoking the MapClear handler and instead invoking MapRemove for each child.

Issues Fixed

@albyrock87 albyrock87 requested a review from a team as a code owner January 29, 2025 14:57
@dotnet-policy-service dotnet-policy-service bot added the community ✨ Community Contribution label Jan 29, 2025
@dotnet-policy-service
Copy link
Contributor

Hey there @albyrock87! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@jsuarezruiz jsuarezruiz added the perf/memory-leak 💦 Memory usage grows / objects live forever (sub: perf) label Jan 29, 2025
@jsuarezruiz
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@PureWeen PureWeen added this to the .NET 9 SR5 milestone Jan 29, 2025
@github-actions github-actions bot force-pushed the bindable-layout-disconnect-handler branch from 1508ee3 to 7542ea7 Compare January 31, 2025 10:38
@jsuarezruiz
Copy link
Contributor

/rebase

@github-actions github-actions bot force-pushed the bindable-layout-disconnect-handler branch from 7542ea7 to 2628799 Compare February 5, 2025 14:57
@dotnet dotnet deleted a comment from azure-pipelines bot Feb 5, 2025
@jsuarezruiz jsuarezruiz self-assigned this Feb 7, 2025
@jsuarezruiz
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@PureWeen PureWeen merged commit e7a2120 into dotnet:main Feb 10, 2025
123 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Mar 13, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

community ✨ Community Contribution perf/memory-leak 💦 Memory usage grows / objects live forever (sub: perf)

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants