Skip to content

[iOS/MacCatalyst] Fix CheckBox foreground color not resetting when set to null#34284

Merged
kubaflo merged 1 commit into
dotnet:inflight/currentfrom
Ahamed-Ali:fix-34278
Mar 10, 2026
Merged

[iOS/MacCatalyst] Fix CheckBox foreground color not resetting when set to null#34284
kubaflo merged 1 commit into
dotnet:inflight/currentfrom
Ahamed-Ali:fix-34278

[iOS] Fixed the Reset Color issue in CheckBox

43bc450
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Mar 10, 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 Integration Tests / Build windows

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

maui-pr-uitests / Build UITests Sample App / Build Sample App / Build the samples

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.dotnet/packs/Microsoft.Android.Sdk.Darwin/36.1.2/tools/Microsoft.Android.Sdk.Bindings.Gradle.targets(83,5): Error MSB6006: "gradlew" exited with code 1.
    expand to see the full error
      .dotnet/packs/Microsoft.Android.Sdk.Darwin/36.1.2/tools/Microsoft.Android.Sdk.Bindings.Gradle.targets(83,5): Error XAGRDL0000: Downloading https://services.gradle.org/distributions/gradle-8.13-all.zip

      Exception in thread "main" java.io.IOException: Server returned HTTP response code: 503 for URL: https://github.com/gradle/gradle-distributions/releases/download/v8.13.0/gradle-8.13-all.zip
      at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:2052)
      at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1641)
      at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:224)
      at org.gradle.wrapper.Download.downloadInternal(Download.java:109)
      at org.gradle.wrapper.Download.download(Download.java:89)
      at org.gradle.wrapper.Install.forceFetch(Install.java:171)
      at org.gradle.wrapper.Install.fetchDistribution(Install.java:104)
      at org.gradle.wrapper.Install.access

      $400(Install.java:46)
      a

maui-pr-uitests / WinUI UITests / Controls / Controls Entry / Controls Entry

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌PowerShell exited with code '1'.

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

Test Failures (27 tests failed)

🔹 [All failing tests from maui-pr]

🔹 [All failing tests from maui-pr-uitests]

    ⚠️ 1 failing tests not displayed for this pipeline due to space limitations

Was this helpful? Yes No