Skip to content

Resaved images and updated border test sample

e42a1cb
Select commit
Loading
Failed to load commit list.
Open

Fixed Rectangle renders as thin line instead of filled shape for small height #31651

Resaved images and updated border test sample
e42a1cb
Select commit
Loading
Failed to load commit list.
Azure Pipelines / maui-pr failed Dec 18, 2025 in 2h 48m 5s

Build #10.0.30-ci+pr.31651.azdo.1235086 had test failures

Details

Tests

  • Failed: 10 (0.06%)
  • Passed: 17,801 (99.27%)
  • Other: 120 (0.67%)
  • Total: 17,931

Annotations

Check failure on line 83 in .dotnet/packs/Microsoft.Android.Sdk.Darwin/36.1.2/tools/Microsoft.Android.Sdk.Bindings.Gradle.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

.dotnet/packs/Microsoft.Android.Sdk.Darwin/36.1.2/tools/Microsoft.Android.Sdk.Bindings.Gradle.targets#L83

.dotnet/packs/Microsoft.Android.Sdk.Darwin/36.1.2/tools/Microsoft.Android.Sdk.Bindings.Gradle.targets(83,5): error MSB6006: (NETCORE_ENGINEERING_TELEMETRY=Build) "gradlew" exited with code 1.

Check failure on line 83 in .dotnet/packs/Microsoft.Android.Sdk.Darwin/36.1.2/tools/Microsoft.Android.Sdk.Bindings.Gradle.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

.dotnet/packs/Microsoft.Android.Sdk.Darwin/36.1.2/tools/Microsoft.Android.Sdk.Bindings.Gradle.targets#L83

.dotnet/packs/Microsoft.Android.Sdk.Darwin/36.1.2/tools/Microsoft.Android.Sdk.Bindings.Gradle.targets(83,5): error XAGRDL0000: (NETCORE_ENGINEERING_TELEMETRY=Build) Downloading https://services.gradle.org/distributions/gradle-8.13-all.zip
Exception in thread "main" java.io.IOException: Downloading from https://services.gradle.org/distributions/gradle-8.13-all.zip failed: timeout (10000ms)
	at org.gradle.wrapper.Download.downloadInternal(Download.java:131)
	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)
	at org.gradle.wrapper.Install$1.call(Install.java:81)
	at org.gradle.wrapper.Install$1.call(Install.java:68)
	at org.gradle.wrapper.ExclusiveFileAccessManager.access(ExclusiveFileAccessManager.java:69)
	at org.gradle.wrapper.Install.createDist(Install.java:68)
	at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:109)
	at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:66)
Caused by: java.net.SocketTimeoutException: Connect timed out
	at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:551)
	at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:602)
	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)
	at java.base/java.net.Socket.connect(Socket.java:633)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:304)
	at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:178)
	at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:533)
	at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:638)
	at java.base/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:266)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:380)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:193)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1262)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1148)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:179)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.followRedirect0(HttpURLConnection.java:2974)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.followRedirect(HttpURLConnection.java:2883)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1979)
	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)
	... 10 more

Check failure on line 101 in src/Controls/tests/TestCases.HostApp/Issues/Issue31330.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

src/Controls/tests/TestCases.HostApp/Issues/Issue31330.cs#L101

src/Controls/tests/TestCases.HostApp/Issues/Issue31330.cs(101,51): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'AbsoluteLayoutFlags' does not exist in the current context

Check failure on line 115 in src/Controls/tests/TestCases.HostApp/Issues/Issue31330.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

src/Controls/tests/TestCases.HostApp/Issues/Issue31330.cs#L115

src/Controls/tests/TestCases.HostApp/Issues/Issue31330.cs(115,53): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'AbsoluteLayoutFlags' does not exist in the current context

Check failure on line 1 in Microsoft.Maui.IntegrationTests.SampleTests.Build("src\\Controls\\tests\\TestCases.HostApp\\Controls.TestCases.HostApp.csproj","Debug")

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

Microsoft.Maui.IntegrationTests.SampleTests.Build("src\\Controls\\tests\\TestCases.HostApp\\Controls.TestCases.HostApp.csproj","Debug")

  Project Controls.TestCases.HostApp.csproj failed to build. Check test output/attachments for errors.
  Expected: True
  But was:  False
Raw output
   at Microsoft.Maui.IntegrationTests.SampleTests.Build(String relativeProj, String config) in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/SampleTests.cs:line 43
   at InvokeStub_SampleTests.Build(Object, Span`1)

1)    at Microsoft.Maui.IntegrationTests.SampleTests.Build(String relativeProj, String config) in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/SampleTests.cs:line 43
   at InvokeStub_SampleTests.Build(Object, Span`1)

Check failure on line 1 in Microsoft.Maui.IntegrationTests.SampleTests.Build("src\\Controls\\tests\\TestCases.HostApp\\Controls.TestCases.HostApp.csproj","Release")

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

Microsoft.Maui.IntegrationTests.SampleTests.Build("src\\Controls\\tests\\TestCases.HostApp\\Controls.TestCases.HostApp.csproj","Release")

  Project Controls.TestCases.HostApp.csproj failed to build. Check test output/attachments for errors.
  Expected: True
  But was:  False
Raw output
   at Microsoft.Maui.IntegrationTests.SampleTests.Build(String relativeProj, String config) in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/SampleTests.cs:line 43
   at InvokeStub_SampleTests.Build(Object, Span`1)

1)    at Microsoft.Maui.IntegrationTests.SampleTests.Build(String relativeProj, String config) in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/SampleTests.cs:line 43
   at InvokeStub_SampleTests.Build(Object, Span`1)

Check failure on line 1 in Microsoft.Maui.IntegrationTests.SampleTests.Build("src\\Controls\\tests\\TestCases.HostApp\\Controls.TestCases.HostApp.csproj","Debug")

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

Microsoft.Maui.IntegrationTests.SampleTests.Build("src\\Controls\\tests\\TestCases.HostApp\\Controls.TestCases.HostApp.csproj","Debug")

  Project src\Controls\tests\TestCases.HostApp\Controls.TestCases.HostApp.csproj failed to build. Check test output/attachments for errors.
  Expected: True
  But was:  False
Raw output
   at Microsoft.Maui.IntegrationTests.SampleTests.Build(String relativeProj, String config) in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/SampleTests.cs:line 43
   at InvokeStub_SampleTests.Build(Object, Span`1)

1)    at Microsoft.Maui.IntegrationTests.SampleTests.Build(String relativeProj, String config) in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/SampleTests.cs:line 43
   at InvokeStub_SampleTests.Build(Object, Span`1)

Check failure on line 1 in Microsoft.Maui.IntegrationTests.SampleTests.Build("src\\Controls\\tests\\TestCases.HostApp\\Controls.TestCases.HostApp.csproj","Release")

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

Microsoft.Maui.IntegrationTests.SampleTests.Build("src\\Controls\\tests\\TestCases.HostApp\\Controls.TestCases.HostApp.csproj","Release")

  Project src\Controls\tests\TestCases.HostApp\Controls.TestCases.HostApp.csproj failed to build. Check test output/attachments for errors.
  Expected: True
  But was:  False
Raw output
   at Microsoft.Maui.IntegrationTests.SampleTests.Build(String relativeProj, String config) in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/SampleTests.cs:line 43
   at InvokeStub_SampleTests.Build(Object, Span`1)

1)    at Microsoft.Maui.IntegrationTests.SampleTests.Build(String relativeProj, String config) in /_/src/TestUtils/src/Microsoft.Maui.IntegrationTests/SampleTests.cs:line 43
   at InvokeStub_SampleTests.Build(Object, Span`1)