Conversation
devanathan-vaithiyanathan
temporarily deployed
to
copilot-pat-pool
August 28, 2026 14:38 — with
GitHub Actions
Inactive
devanathan-vaithiyanathan
temporarily deployed
to
copilot-pat-pool
August 28, 2026 14:38 — with
GitHub Actions
Inactive
|
Azure Pipelines: Successfully started running 1 pipeline(s). There may be pipelines that require an authorized user to comment /azp run to run. |
devanathan-vaithiyanathan
temporarily deployed
to
copilot-pat-pool
August 28, 2026 14:39 — with
GitHub Actions
Inactive
devanathan-vaithiyanathan
temporarily deployed
to
copilot-pat-pool
August 28, 2026 14:41 — with
GitHub Actions
Inactive
devanathan-vaithiyanathan
temporarily deployed
to
copilot-pat-pool
August 28, 2026 14:42 — with
GitHub Actions
Inactive
devanathan-vaithiyanathan
temporarily deployed
to
copilot-pat-pool
August 28, 2026 14:42 — with
GitHub Actions
Inactive
Contributor
|
/azp run maui-pr-devicetests |
|
No pipelines are associated with this pull request. |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Collaborator
|
Warning 🔍 Automated review could not completeA trusted setup or review stage could not finish before producing review artifacts. Common causes include a transient GitHub/CI API failure, a CI-agent failure, or a pre-existing break on the target branch; this notice does not identify a merge conflict in your change. Please re-comment 🔍 Automated message from the .NET MAUI Copilot reviewer pipeline · build log |
kubaflo
requested changes
Aug 30, 2026
kubaflo
left a comment
Contributor
There was a problem hiding this comment.
What's the status of this one? Is it ready for review?
sheiksyedm
marked this pull request as ready for review
August 31, 2026 06:31
This was referenced Sep 20, 2026
Open
Open
This branch was previously deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue Details
On Windows, dynamically updating the content of a ContentPresenter can throw a System.ArgumentException when the content contains controls such as RefreshView or ScrollView.
This happens when a platform view is reused while it is still attached to its previous WinUI parent, causing a “PointerEventRouter object already has an owner” exception.
The initial fix detached the platform view from its previous parent, but some scenarios still failed because:
Description of Change
Updated the Windows ContentViewHandler content-update flow to properly handle direct, templated, and empty content.
Issues Fixed
Fixes #37958
Fixed below test cases:
Control.DeviceTests:
Core.DeviceTests: