Skip to content

Clean-up

e5692c6
Select commit
Loading
Failed to load commit list.
Open

SupplyParameterFromSession support for Blazor #65184

Clean-up
e5692c6
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Apr 21, 2026 in 0s

.NET Result Analysis

Details

All checks completed

[aspnetcore-ci]

[aspnetcore-quarantined-pr]

[aspnetcore-template-tests-pr]

[aspnetcore-components-e2e]

Build Rerun

✔️ Build passed after 1 retries.

(Attempt #1) [link to build]

aspnetcore-ci / Build / Test: Windows Server x64 / Run build.cmd

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌eng\testing\linker\trimmingTests.targets(126,5): error : (NETCORE_ENGINEERING_TELEMETRY=Build) Error: [Failed Test]: D:\a\_work\1\s\src\Validation\test\Microsoft.Extensions.Validation.NativeAotTests\BasicMinimalApiWithValidation.cs. The Command D:\a\_work\1\s\artifacts\bin\trimmingTests\projects\Microsoft.Extensions.Validation.NativeAotTests\BasicMinimalApiWithValidation\bin\Release\net11.0\win-x64\publish\project returned a non-success exit code: 57005.

aspnetcore-ci / Build / Tests: Helix x64 Subset 1 / Build shared fx

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\Identity\samples\IdentitySample.Mvc\Views\Manage\Index.cshtml(17,20): error RZ1021: (NETCORE_ENGINEERING_TELEMETRY=Build) Markup in a code block must start with a tag and all start tags must be matched with end tags. Do not use unclosed tags like "<br>". Instead use self-closing tags like "<br/>".
    ❌src\Identity\samples\IdentitySample.Mvc\Views\Manage\Index.cshtml(21,20): error RZ1021: (NETCORE_ENGINEERING_TELEMETRY=Build) Markup in a code block must start with a tag and all start tags must be matched with end tags. Do not use unclosed tags like "<br>". Instead use self-closing tags like "<br/>".
    ❌src\Identity\samples\IdentitySample.Mvc\Views\Manage\Index.cshtml(39,24): error RZ1021: (NETCORE_ENGINEERING_TELEMETRY=Build) Markup in a code block must start with a tag and all start tags must be matched with end tags. Do not use unclosed tags like "<br>". Instead use self-closing tags like "<br/>".

Build Rerun

✔️ Build passed after 1 retries.

(Attempt #1) [link to build]

Non-Deterministic Test Failures Detected

Microsoft.AspNetCore.Hosting.FunctionalTests.LinkedApplicationTests.LinkedApplicationWorks [Details] [86.94% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configurations (4)

Exception Message
System.Net.Http.HttpRequestException : Connection refused (localhost:35489)\n---- System.Net.Sockets.SocketException : Connection refused
CallStack
   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)
--- End of stack trace from previous location ---
   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)
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Server.IntegrationTesting.LoggingHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) in /_/src/Hosting/Server.IntegrationTesting/src/Common/LoggingHandler.cs:line 23
   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 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, CancellationToken cancellationToken)
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.DelegateTests.DelegateAfterReceiverRestart [Console] [Details] [Artifacts] [89.73% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Exception Message
System.Net.Http.HttpRequestException : Response status code does not indicate success: 500 (Internal Server Error).
CallStack
   at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
   at System.Net.Http.HttpClient.GetStringAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
   at Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.DelegateTests.SendRequestAsync(String uri) in /_/src/Servers/HttpSys/test/FunctionalTests/DelegateTests.cs:line 364
   at Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.DelegateTests.DelegateAfterReceiverRestart() in /_/src/Servers/HttpSys/test/FunctionalTests/DelegateTests.cs:line 267
--- End of stack trace from previous location ---
Microsoft.AspNetCore.Server.IIS.NewShim.FunctionalTests.StartupTests.AuthHeaderEnvironmentVariableRemoved_OutOfProcess [Console] [Details] [Artifacts] [24.63% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Exception Message
System.Net.Http.HttpRequestException : Response status code does not indicate success: 502 (Bad Gateway).
CallStack
   at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
   at System.Net.Http.HttpClient.GetStringAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
   at Microsoft.AspNetCore.Server.IntegrationTesting.FunctionalTestsBase.GetStringAsync(IISDeploymentParameters parameters, String path) in /_/src/Servers/IIS/IIS/test/Common.FunctionalTests/Infrastructure/FunctionalTestsBase.cs:line 49
   at Microsoft.AspNetCore.Server.IIS.NewShim.FunctionalTests.StartupTests.AuthHeaderEnvironmentVariableRemoved(HostingModel hostingModel) in /_/src/Servers/IIS/IIS/test/Common.LongTests/StartupTests.cs:line 1200
--- End of stack trace from previous location ---

Was this helpful? Yes No