Skip to content

[.NET 11] Update MCP template dependency - #68212

Merged
jeffhandley merged 1 commit into
dotnet:mainfrom
jeffhandley:jeffhandley/update-mcp-11
Aug 7, 2026
Merged

[.NET 11] Update MCP template dependency#68212
jeffhandley merged 1 commit into
dotnet:mainfrom
jeffhandley:jeffhandley/update-mcp-11

[.NET 11] Update MCP template dependency

cc08fff
Select commit
Loading
Failed to load commit list.
Azure Pipelines / aspnetcore-quarantined-pr succeeded Aug 5, 2026 in 1h 7m 50s

Build #20260804.44 had test failures

Details

Tests

  • Failed: 28 (11.02%)
  • Passed: 197 (77.56%)
  • Other: 29 (11.42%)
  • Total: 254

Annotations

Check failure on line 44 in .packages\microsoft.dotnet.helix.sdk\11.0.0-beta.26402.102\tools\azure-pipelines\AzurePipelines.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

.packages\microsoft.dotnet.helix.sdk\11.0.0-beta.26402.102\tools\azure-pipelines\AzurePipelines.MultiQueue.targets#L44

.packages\microsoft.dotnet.helix.sdk\11.0.0-beta.26402.102\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : Test Interop.FunctionalTests.Http3.Http3RequestTests.GET_GracefulServerShutdown_AbortRequestsAfterHostTimeout has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/e36fe058-f263-4eba-bcf2-dcd9352392fc/workitems/batch_1--net11.0/console

Check failure on line 44 in .packages\microsoft.dotnet.helix.sdk\11.0.0-beta.26402.102\tools\azure-pipelines\AzurePipelines.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

.packages\microsoft.dotnet.helix.sdk\11.0.0-beta.26402.102\tools\azure-pipelines\AzurePipelines.MultiQueue.targets#L44

.packages\microsoft.dotnet.helix.sdk\11.0.0-beta.26402.102\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : Test Microsoft.AspNetCore.InternalTesting.Tests.QuarantinedTestAttributeTest.FlakyTestToEnsureRetryWorks has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/e36fe058-f263-4eba-bcf2-dcd9352392fc/workitems/batch_4--net11.0/console

Check failure on line 44 in .packages\microsoft.dotnet.helix.sdk\11.0.0-beta.26402.102\tools\azure-pipelines\AzurePipelines.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

.packages\microsoft.dotnet.helix.sdk\11.0.0-beta.26402.102\tools\azure-pipelines\AzurePipelines.MultiQueue.targets#L44

.packages\microsoft.dotnet.helix.sdk\11.0.0-beta.26402.102\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : Test Microsoft.AspNetCore.WebSockets.Test.WebSocketMiddlewareTests.PingTimeoutCancelsReceiveAsync has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/e36fe058-f263-4eba-bcf2-dcd9352392fc/workitems/batch_7--net11.0/console

Check failure on line 44 in .packages\microsoft.dotnet.helix.sdk\11.0.0-beta.26402.102\tools\azure-pipelines\AzurePipelines.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

.packages\microsoft.dotnet.helix.sdk\11.0.0-beta.26402.102\tools\azure-pipelines\AzurePipelines.MultiQueue.targets#L44

.packages\microsoft.dotnet.helix.sdk\11.0.0-beta.26402.102\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : Test Microsoft.AspNetCore.SignalR.Client.FunctionalTests.HubConnectionTests.RefreshingAuthAddingClaimAllowsAuthorizedMethod has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/e36fe058-f263-4eba-bcf2-dcd9352392fc/workitems/batch_6--net11.0/console

Check failure on line 1 in Microsoft.AspNetCore.Hosting.FunctionalTests.LinkedApplicationTests.LinkedApplicationWorks

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

Microsoft.AspNetCore.Hosting.FunctionalTests.LinkedApplicationTests.LinkedApplicationWorks

System.Net.Http.HttpRequestException : Connection refused (localhost:36517)\n---- System.Net.Sockets.SocketException : Connection refused
Raw output
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, Int64 connectionId, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, Boolean isForHttp2, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
   at System.Runtime.CompilerServices.RuntimeAsyncTaskContinuation.GetResult[T](Task task, Byte& result)
   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.HttpMessageHandlerStage.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
   at System.Net.Http.HttpMessageHandlerStage.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at Microsoft.AspNetCore.Server.IntegrationTesting.LoggingHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) in /_/src/Hosting/Server.IntegrationTesting/src/Common/LoggingHandler.cs:line 23
   at System.Runtime.CompilerServices.RuntimeAsyncTaskContinuation.GetResult[T](Task task, Byte& result)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   at Microsoft.AspNetCore.Server.IntegrationTesting.RetryHelper.RetryRequest(Func`1 retryBlock, ILogger logger, CancellationToken cancellationToken, Int32 retryCount) in /_/src/Hosting/Server.IntegrationTesting/src/Common/RetryHelper.cs:line 36
   at Microsoft.AspNetCore.Server.IntegrationTesting.RetryHelper.RetryRequest(Func`1 retryBlock, ILogger logger, CancellationToken cancellationToken, Int32 retryCount)
   at System.Runtime.CompilerServices.RuntimeAsyncTaskContinuation.GetResult[T](Task task, Byte& result)
   at Microsoft.AspNetCore.Hosting.FunctionalTests.LinkedApplicationTests.LinkedApplicationWorks() in /_/src/Hosting/test/FunctionalTests/LinkedApplicationTests.cs:line 46
--- 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.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, Int64 connectionId, CancellationToken cancellationToken)

Check failure on line 1 in Interop.FunctionalTests.Http3.Http3RequestTests.GET_GracefulServerShutdown_AbortRequestsAfterHostTimeout

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

Interop.FunctionalTests.Http3.Http3RequestTests.GET_GracefulServerShutdown_AbortRequestsAfterHostTimeout

Test failed

Check failure on line 1 in Microsoft.AspNetCore.InternalTesting.Tests.QuarantinedTestAttributeTest.FlakyTestToEnsureRetryWorks

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

Microsoft.AspNetCore.InternalTesting.Tests.QuarantinedTestAttributeTest.FlakyTestToEnsureRetryWorks

Test failed

Check failure on line 1 in Microsoft.AspNetCore.WebSockets.Test.WebSocketMiddlewareTests.PingTimeoutCancelsReceiveAsync

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

Microsoft.AspNetCore.WebSockets.Test.WebSocketMiddlewareTests.PingTimeoutCancelsReceiveAsync

Test failed