Skip to content

[Windows] Fix for Runtime error when closing external window with WPF Webview Control#34006

Merged
kubaflo merged 13 commits into
dotnet:inflight/currentfrom
BagavathiPerumal:fix-32944
Apr 7, 2026
Merged

[Windows] Fix for Runtime error when closing external window with WPF Webview Control#34006
kubaflo merged 13 commits into
dotnet:inflight/currentfrom
BagavathiPerumal:fix-32944

fix-32944-Removed the unnecessary null check.

23434b1
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Apr 7, 2026 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Known Infrastructure Errors

Build Failures

maui-pr / Run Helix Unit Tests / Windows Helix Unit Tests (Debug)

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌The job running on agent NetCore-Public 141 ran longer than the maximum time of 240 minutes. For more information, see https://go.microsoft.com/fwlink/?linkid=2077134

maui-pr / Run Helix Unit Tests / Windows Helix Unit Tests (Release)

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌The job running on agent NetCore-Public 176 ran longer than the maximum time of 240 minutes. For more information, see https://go.microsoft.com/fwlink/?linkid=2077134

maui-pr / Build .NET MAUI / Build Windows (Debug) / 🛠️ Build Microsoft.Maui.sln

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\Controls\tests\TestCases.HostApp\Issues\Issue34310.cs(220,86): error CS0104: 'Grid' is an ambiguous reference between 'Microsoft.Maui.Controls.Grid' and 'Microsoft.UI.Xaml.Controls.Grid'
    ❌src\Controls\tests\TestCases.HostApp\Issues\Issue34310.cs(233,21): error CS0104: 'Grid' is an ambiguous reference between 'Microsoft.Maui.Controls.Grid' and 'Microsoft.UI.Xaml.Controls.Grid'
    ❌src\Controls\tests\TestCases.HostApp\Issues\Issue34310.cs(236,41): error CS0104: 'Grid' is an ambiguous reference between 'Microsoft.Maui.Controls.Grid' and 'Microsoft.UI.Xaml.Controls.Grid'

1 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [maui-pr]

Test Failures (28 tests failed)

🔹 [All failing tests from maui-pr]

Was this helpful? Yes No