Skip to content

Update pinned SDK version to 10.0.102#13936

Merged
danegsta merged 2 commits into
mainfrom
copilot/update-sdk-version-10-0-102
Jan 16, 2026
Merged

Update pinned SDK version to 10.0.102#13936
danegsta merged 2 commits into
mainfrom
copilot/update-sdk-version-10-0-102

Update SDK version from 10.0.101 to 10.0.102

969e51b
Select commit
Loading
Failed to load commit list.
Azure Pipelines / aspire-tests failed Jan 15, 2026 in 1h 3m 5s

Build #20260115.1 had test failures

Details

Tests

  • Failed: 79 (0.41%)
  • Passed: 18,299 (94.69%)
  • Other: 948 (4.91%)
  • Total: 19,326

Annotations

Check failure on line 0 in XUnit

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspire-tests

XUnit#L0

XUnit(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed: D:\a\_work\1\s\artifacts\TestResults\Release\Aspire.Cli.EndToEndTests_net10.0_x64.html [net10.0|x64]

Check failure on line 0 in XUnit

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspire-tests

XUnit#L0

XUnit(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed: /mnt/vss/_work/1/s/artifacts/TestResults/Release/Aspire.Cli.EndToEndTests_net10.0_x64.html [net10.0|x64]

Check failure on line 0 in XUnit

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspire-tests

XUnit#L0

XUnit(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed: /mnt/vss/_work/1/s/artifacts/TestResults/Release/Aspire.Hosting.Docker.Tests_net8.0_x64.html [net8.0|x64]

Check failure on line 0 in XUnit

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspire-tests

XUnit#L0

XUnit(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed: /mnt/vss/_work/1/s/artifacts/TestResults/Release/Aspire.Hosting.Tests_net8.0_x64.html [net8.0|x64]

Check failure on line 1 in Aspire.Hosting.Python.Tests.AddPythonAppTests.Aspire.Hosting.Python.Tests.AddPythonAppTests.WithVirtualEnvironment_PrefersAppDirectoryWhenVenvExistsInBoth

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspire-tests

Aspire.Hosting.Python.Tests.AddPythonAppTests.Aspire.Hosting.Python.Tests.AddPythonAppTests.WithVirtualEnvironment_PrefersAppDirectoryWhenVenvExistsInBoth

System.UnauthorizedAccessException : Access to the path '/mnt/vss' is denied.
---- System.IO.IOException : Permission denied
Raw output
   at System.IO.FileSystem.CreateParentsAndDirectory(String fullPath, UnixFileMode unixCreateMode)
   at System.IO.FileSystem.CreateDirectory(String fullPath, UnixFileMode unixCreateMode)
   at System.IO.Directory.CreateDirectory(String path)
   at Aspire.Hosting.Python.Tests.AddPythonAppTests.WithVirtualEnvironment_PrefersAppDirectoryWhenVenvExistsInBoth() in /mnt/vss/_work/1/s/tests/Aspire.Hosting.Python.Tests/AddPythonAppTests.cs:line 601
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
----- Inner Stack Trace -----

Check failure on line 1 in Aspire.Hosting.Python.Tests.AddPythonAppTests.Aspire.Hosting.Python.Tests.AddPythonAppTests.WithVirtualEnvironment_UsesAppHostDirectoryWhenVenvOnlyExistsThere

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspire-tests

Aspire.Hosting.Python.Tests.AddPythonAppTests.Aspire.Hosting.Python.Tests.AddPythonAppTests.WithVirtualEnvironment_UsesAppHostDirectoryWhenVenvOnlyExistsThere

System.UnauthorizedAccessException : Access to the path '/mnt/vss' is denied.
---- System.IO.IOException : Permission denied
Raw output
   at System.IO.FileSystem.CreateParentsAndDirectory(String fullPath, UnixFileMode unixCreateMode)
   at System.IO.FileSystem.CreateDirectory(String fullPath, UnixFileMode unixCreateMode)
   at System.IO.Directory.CreateDirectory(String path)
   at Aspire.Hosting.Python.Tests.AddPythonAppTests.WithVirtualEnvironment_UsesAppHostDirectoryWhenVenvOnlyExistsThere() in /mnt/vss/_work/1/s/tests/Aspire.Hosting.Python.Tests/AddPythonAppTests.cs:line 559
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
----- Inner Stack Trace -----

Check failure on line 1 in Aspire.Hosting.Python.Tests.AddPythonAppTests.Aspire.Hosting.Python.Tests.AddPythonAppTests.WithVirtualEnvironment_ExplicitPath_UsesVerbatim

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspire-tests

Aspire.Hosting.Python.Tests.AddPythonAppTests.Aspire.Hosting.Python.Tests.AddPythonAppTests.WithVirtualEnvironment_ExplicitPath_UsesVerbatim

System.UnauthorizedAccessException : Access to the path '/mnt/vss' is denied.
---- System.IO.IOException : Permission denied
Raw output
   at System.IO.FileSystem.CreateParentsAndDirectory(String fullPath, UnixFileMode unixCreateMode)
   at System.IO.FileSystem.CreateDirectory(String fullPath, UnixFileMode unixCreateMode)
   at System.IO.Directory.CreateDirectory(String path)
   at Aspire.Hosting.Python.Tests.AddPythonAppTests.WithVirtualEnvironment_ExplicitPath_UsesVerbatim() in /mnt/vss/_work/1/s/tests/Aspire.Hosting.Python.Tests/AddPythonAppTests.cs:line 670
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
----- Inner Stack Trace -----

Check failure on line 1 in Aspire.NATS.Net.Tests.AspireNatsClientExtensionsTests.Aspire.NATS.Net.Tests.AspireNatsClientExtensionsTests.ReadsFromConnectionStringsCorrectly

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspire-tests

Aspire.NATS.Net.Tests.AspireNatsClientExtensionsTests.Aspire.NATS.Net.Tests.AspireNatsClientExtensionsTests.ReadsFromConnectionStringsCorrectly

Class fixture type 'Aspire.NATS.Net.Tests.NatsContainerFixture' threw in InitializeAsync
---- Docker.DotNet.DockerImageNotFoundException : Docker API responded with status code=NotFound, response={"message":"No such image: netaspireci.azurecr.io/testcontainers/ryuk:0.14.0"}
Raw output
----- Inner Stack Trace -----
   at Docker.DotNet.ContainerOperations.<>c.<.cctor>b__30_1(HttpStatusCode statusCode, String responseBody) in /_/src/Docker.DotNet/Endpoints/ContainerOperations.cs:line 17
   at Docker.DotNet.DockerClient.HandleIfErrorResponseAsync(HttpStatusCode statusCode, HttpResponseMessage response, IEnumerable`1 handlers) in /_/src/Docker.DotNet/DockerClient.cs:line 485
   at Docker.DotNet.DockerClient.MakeRequestAsync[T](IEnumerable`1 errorHandlers, HttpMethod method, String path, IQueryString queryString, IRequestContent body, IDictionary`2 headers, TimeSpan timeout, CancellationToken token) in /_/src/Docker.DotNet/DockerClient.cs:line 246
   at Docker.DotNet.ContainerOperations.CreateContainerAsync(CreateContainerParameters parameters, CancellationToken cancellationToken) in /_/src/Docker.DotNet/Endpoints/ContainerOperations.cs:line 54
   at DotNet.Testcontainers.Clients.DockerContainerOperations.RunAsync(IContainerConfiguration configuration, CancellationToken ct) in /_/src/Testcontainers/Clients/DockerContainerOperations.cs:line 231
   at DotNet.Testcontainers.Clients.TestcontainersClient.RunAsync(IContainerConfiguration configuration, CancellationToken ct) in /_/src/Testcontainers/Clients/TestcontainersClient.cs:line 341
   at DotNet.Testcontainers.Containers.DockerContainer.UnsafeCreateAsync(CancellationToken ct) in /_/src/Testcontainers/Containers/DockerContainer.cs:line 493
   at DotNet.Testcontainers.Containers.DockerContainer.StartAsync(CancellationToken ct) in /_/src/Testcontainers/Containers/DockerContainer.cs:line 337
   at DotNet.Testcontainers.Containers.ResourceReaper.GetAndStartNewAsync(Guid sessionId, IDockerEndpointAuthenticationConfiguration dockerEndpointAuthConfig, IImage resourceReaperImage, IMount dockerSocket, ILogger logger, Boolean requiresPrivilegedMode, TimeSpan initTimeout, CancellationToken ct) in /_/src/Testcontainers/Containers/ResourceReaper.cs:line 231
   at DotNet.Testcontainers.Containers.ResourceReaper.GetAndStartNewAsync(Guid sessionId, IDockerEndpointAuthenticationConfiguration dockerEndpointAuthConfig, IImage resourceReaperImage, IMount dockerSocket, ILogger logger, Boolean requiresPrivilegedMode, TimeSpan initTimeout, CancellationToken ct) in /_/src/Testcontainers/Containers/ResourceReaper.cs:line 255
   at DotNet.Testcontainers.Containers.ResourceReaper.GetAndStartDefaultAsync(IDockerEndpointAuthenticationConfiguration dockerEndpointAuthConfig, ILogger logger, Boolean isWindowsEngineEnabled, CancellationToken ct) in /_/src/Testcontainers/Containers/ResourceReaper.cs:line 142
   at DotNet.Testcontainers.Clients.TestcontainersClient.RunAsync(IContainerConfiguration configuration, CancellationToken ct) in /_/src/Testcontainers/Clients/TestcontainersClient.cs:line 321
   at DotNet.Testcontainers.Containers.DockerContainer.UnsafeCreateAsync(CancellationToken ct) in /_/src/Testcontainers/Containers/DockerContainer.cs:line 493
   at DotNet.Testcontainers.Containers.DockerContainer.StartAsync(CancellationToken ct) in /_/src/Testcontainers/Containers/DockerContainer.cs:line 337
   at Aspire.NATS.Net.Tests.NatsContainerFixture.InitializeAsync() in /_/tests/Aspire.NATS.Net.Tests/NatsContainerFixture.cs:line 26