Skip to content

Windows: Ensure layouts without background participate in hit testing - #34364

Merged
kubaflo merged 5 commits into
dotnet:inflight/currentfrom
jpd21122012:fix/32279-TapGestureRecognizer-NoBackground-Windows
May 27, 2026
Merged

Windows: Ensure layouts without background participate in hit testing#34364
kubaflo merged 5 commits into
dotnet:inflight/currentfrom
jpd21122012:fix/32279-TapGestureRecognizer-NoBackground-Windows

Move hit test fallback behavior into ContentPanel

be6295c
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed May 27, 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.

Build Failures

maui-pr / Run Helix Unit Tests / Windows Helix Unit Tests (Debug) / 🛠️ Build BuildTasks

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌src\Controls\src\Core\RadioButton\RadioButton.cs(402,27): error CS0111: Type 'RadioButton' already defines a member called 'OnPropertyChanged' with the same parameter types
    ❌.packages\microsoft.windowsappsdk.winui\1.8.251105000\buildTransitive\Microsoft.UI.Xaml.Markup.Compiler.interop.targets(845,9): error MSB3073: The command ""D:\a\_work\1\s\.packages\microsoft.windowsappsdk.winui\1.8.251105000\buildTransitive\..\tools\net6.0\..\net472\XamlCompiler.exe" "D:\a\_work\1\s\artifacts\obj\Controls.Core\Debug\net10.0-windows10.0.19041.0\\input.json" "D:\a\_work\1\s\artifacts\obj\Controls.Core\Debug\net10.0-windows10.0.19041.0\\output.json"" exited with code 1.
    ❌.packages\microsoft.windowsappsdk.winui\1.8.251105000\buildTransitive\Microsoft.UI.Xaml.Markup.Compiler.interop.targets(845,9): error MSB3073: The command ""D:\a\_work\1\s\.packages\microsoft.windowsappsdk.winui\1.8.251105000\buildTransitive\..\tools\net6.0\..\net472\XamlCompiler.exe" "D:\a\_work\1\s\artifacts\obj\Controls.Core\Debug\net10.0-windows10.0.20348.0\\input.json" "D:\a\_work\1\s\artifacts\obj\Controls.Core\Debug\net10.0-windows10.0.20348.0\\output.json"" exited with code 1.

maui-pr / Run Helix Unit Tests / Windows Helix Unit Tests (Release) / 🛠️ Build BuildTasks

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌src\Controls\src\Core\RadioButton\RadioButton.cs(402,27): error CS0111: Type 'RadioButton' already defines a member called 'OnPropertyChanged' with the same parameter types
    ❌.packages\microsoft.windowsappsdk.winui\1.8.251105000\buildTransitive\Microsoft.UI.Xaml.Markup.Compiler.interop.targets(845,9): error MSB3073: The command ""D:\a\_work\1\s\.packages\microsoft.windowsappsdk.winui\1.8.251105000\buildTransitive\..\tools\net6.0\..\net472\XamlCompiler.exe" "D:\a\_work\1\s\artifacts\obj\Controls.Core\Release\net10.0-windows10.0.19041.0\\input.json" "D:\a\_work\1\s\artifacts\obj\Controls.Core\Release\net10.0-windows10.0.19041.0\\output.json"" exited with code 1.
    ❌.packages\microsoft.windowsappsdk.winui\1.8.251105000\buildTransitive\Microsoft.UI.Xaml.Markup.Compiler.interop.targets(845,9): error MSB3073: The command ""D:\a\_work\1\s\.packages\microsoft.windowsappsdk.winui\1.8.251105000\buildTransitive\..\tools\net6.0\..\net472\XamlCompiler.exe" "D:\a\_work\1\s\artifacts\obj\Controls.Core\Release\net10.0-windows10.0.20348.0\\input.json" "D:\a\_work\1\s\artifacts\obj\Controls.Core\Release\net10.0-windows10.0.20348.0\\output.json"" exited with code 1.

maui-pr / Pack .NET MAUI / Pack macOS / Pack

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌src/Controls/src/Core/RadioButton/RadioButton.cs(402,27): error CS0111: Type 'RadioButton' already defines a member called 'OnPropertyChanged' with the same parameter types

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

Was this helpful? Yes No