Skip to content

Fix TypeJsonConverterTest: correct JSON string format in test

f4bdbe4
Select commit
Loading
Failed to load commit list.
Draft

Fix DynamicComponent serialization with interactive render modes by adding TypeJsonConverter #63817

Fix TypeJsonConverterTest: correct JSON string format in test
f4bdbe4
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Sep 26, 2025 in 0s

.NET Result Analysis

Details

All checks completed

[aspnetcore-ci]

[aspnetcore-quarantined-pr]

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]
    ❌XUnit(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed: D:\a\_work\1\s\artifacts\TestResults\Release\Microsoft.AspNetCore.Server.HttpSys.NonHelixTests_net10.0_x64.html [net10.0|x64]

Non-Deterministic Test Failures Detected

Microsoft.AspNetCore.Server.HttpSys.NonHelixTests.DelegateOutOfProcTests.CanDelegateOutOfProcess [Details] [0.89% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Exception Message
System.Exception : dotnet publish exited with exit code : 1
CallStack
   at Microsoft.AspNetCore.Server.IntegrationTesting.ApplicationPublisher.Publish(DeploymentParameters deploymentParameters, ILogger logger) in /_/src/Hosting/Server.IntegrationTesting/src/ApplicationPublisher.cs:line 86
   at Microsoft.AspNetCore.Server.IntegrationTesting.ApplicationDeployer.DotnetPublish(String publishRoot) in /_/src/Hosting/Server.IntegrationTesting/src/Deployers/ApplicationDeployer.cs:line 78
   at Microsoft.AspNetCore.Server.IntegrationTesting.SelfHostDeployer.DeployAsync() in /_/src/Hosting/Server.IntegrationTesting/src/Deployers/SelfHostDeployer.cs:line 55
   at Microsoft.AspNetCore.InternalTesting.TaskExtensions.TimeoutAfter[T](Task`1 task, TimeSpan timeout, String filePath, Int32 lineNumber) in /_/src/Shared/TaskExtensions.cs:line 83
   at Microsoft.AspNetCore.Server.HttpSys.NonHelixTests.DelegateOutOfProcTests.CanDelegateOutOfProcess() in /_/src/Servers/HttpSys/test/NonHelixTests/DelegateOutOfProcTests.cs:line 46
--- End of stack trace from previous location ---

Was this helpful? Yes No