Skip to content

[release/9.0.1xx] Update dependencies from dotnet/arcade#52076

Merged
DonnaChen888 merged 1 commit into
release/9.0.1xxfrom
darc-release/9.0.1xx-315a5768-190a-4029-9128-fbaf3f9f317c
Dec 9, 2025
Merged

[release/9.0.1xx] Update dependencies from dotnet/arcade#52076
DonnaChen888 merged 1 commit into
release/9.0.1xxfrom
darc-release/9.0.1xx-315a5768-190a-4029-9128-fbaf3f9f317c

Update dependencies from https://github.com/dotnet/arcade build 20251…

4402e32
Select commit
Loading
Failed to load commit list.
Azure Pipelines / dotnet-sdk-public-ci succeeded Dec 9, 2025 in 51m 26s

Build #20251208.19 had test failures

Details

Tests

  • Failed: 1 (0.01%)
  • Passed: 17,172 (92.99%)
  • Other: 1,293 (7.00%)
  • Total: 18,466

Annotations

Check failure on line 1 in Microsoft.DotNet.Cli.New.IntegrationTests.DotnetNewDetailsTest.CanDisplayDetails_RemotePackage_OtherFeedNoVersion

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-sdk-public-ci

Microsoft.DotNet.Cli.New.IntegrationTests.DotnetNewDetailsTest.CanDisplayDetails_RemotePackage_OtherFeedNoVersion

System.Net.Http.HttpRequestException : nodename nor servname provided, or not known (api.nuget.org:443)\n---- System.Net.Sockets.SocketException : nodename nor servname provided, or not known
Raw output
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpClient.GetStringAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
   at Microsoft.DotNet.Cli.New.IntegrationTests.DotnetNewDetailsTest.GetLatestVersion(String packageName) in /Users/runner/work/1/s/test/dotnet-new.Tests/DotnetNewDetailsTest.Approval.cs:line 193
   at Microsoft.DotNet.Cli.New.IntegrationTests.DotnetNewDetailsTest.CanDisplayDetails_RemotePackage_OtherFeedNoVersion() in /Users/runner/work/1/s/test/dotnet-new.Tests/DotnetNewDetailsTest.Approval.cs:line 67
--- End of stack trace from previous location ---
----- Inner Stack Trace -----
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
   at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)