Skip to content

Updated the test case.

22e6332
Select commit
Loading
Failed to load commit list.
Merged

[iOS, macOS] Fixed CollectionView group header size changes with ItemSizingStrategy #33161

Updated the test case.
22e6332
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Dec 19, 2025 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 / Build .NET MAUI / Build Windows (Debug) / 🛠️ Build Microsoft.Maui.sln

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\Controls\tests\Xaml.UnitTests\Issues\Maui13872.xaml.cs(2,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
    ❌src\Controls\tests\Xaml.UnitTests\Issues\Maui31939.xaml.cs(9,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
    ❌src\Controls\tests\Xaml.UnitTests\Issues\Maui13872.xaml.cs(10,3): error CS0246: The type or namespace name 'TestFixtureAttribute' could not be found (are you missing a using directive or an assembly reference?)

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

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\Controls\tests\Xaml.UnitTests\Issues\Maui13872.xaml.cs(2,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
    ❌src\Controls\tests\Xaml.UnitTests\Issues\Maui31939.xaml.cs(9,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
    ❌src\Controls\tests\Xaml.UnitTests\Issues\Maui13872.xaml.cs(10,3): error CS0246: The type or namespace name 'TestFixtureAttribute' could not be found (are you missing a using directive or an assembly reference?)

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

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/Controls/tests/Xaml.UnitTests/Issues/Maui13872.xaml.cs(2,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
    ❌src/Controls/tests/Xaml.UnitTests/Issues/Maui31939.xaml.cs(9,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
    ❌src/Controls/tests/Xaml.UnitTests/Issues/Maui31939.xaml.cs(20,3): error CS0246: The type or namespace name 'TestFixtureAttribute' could not be found (are you missing a using directive or an assembly reference?)

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

Was this helpful? Yes No