Skip to content

[iOS/MacCatalyst] Fix ActivityIndicator frozen static frame when IsRunning is set to false - #36263

Merged
kubaflo merged 1 commit into
dotnet:inflight/currentfrom
SyedAbdulAzeemSF4852:fix-36173
Jul 6, 2026
Merged

[iOS/MacCatalyst] Fix ActivityIndicator frozen static frame when IsRunning is set to false#36263
kubaflo merged 1 commit into
dotnet:inflight/currentfrom
SyedAbdulAzeemSF4852:fix-36173

[iOS] Fix ActivityIndicator frozen static frame when IsRunning set to…

d38cc0d
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Jul 6, 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 / Build .NET MAUI / Build Windows (Debug) / 🛠️ Build Microsoft.Maui.sln

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌src\TestUtils\src\Microsoft.Maui.IntegrationTests\SimpleTemplateTest.cs(359,10): error CS0117: 'Assert' does not contain a definition for 'IsTrue'
    ❌src\TestUtils\src\Microsoft.Maui.IntegrationTests\SimpleTemplateTest.cs(363,10): error CS0117: 'Assert' does not contain a definition for 'IsTrue'

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

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌src\TestUtils\src\Microsoft.Maui.IntegrationTests\SimpleTemplateTest.cs(359,10): error CS0117: 'Assert' does not contain a definition for 'IsTrue'
    ❌src\TestUtils\src\Microsoft.Maui.IntegrationTests\SimpleTemplateTest.cs(363,10): error CS0117: 'Assert' does not contain a definition for 'IsTrue'

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

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌src/TestUtils/src/Microsoft.Maui.IntegrationTests/SimpleTemplateTest.cs(359,10): error CS0117: 'Assert' does not contain a definition for 'IsTrue'
    ❌src/TestUtils/src/Microsoft.Maui.IntegrationTests/SimpleTemplateTest.cs(363,10): error CS0117: 'Assert' does not contain a definition for 'IsTrue'

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

Test Failures (91 tests failed)

🔹 [All failing tests from maui-pr]

Was this helpful? Yes No