Skip to content

Fixed LoggerMessageGenerator message escaping.#123787

Merged
tarekgh merged 7 commits into
dotnet:mainfrom
John-Leitch:feature/logger-emitter-escape-fix
Feb 2, 2026
Merged

Fixed LoggerMessageGenerator message escaping.#123787
tarekgh merged 7 commits into
dotnet:mainfrom
John-Leitch:feature/logger-emitter-escape-fix

Remove more trailing spaces from logging baseline test files

2f0cf56
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime failed Feb 2, 2026 in 2h 34m 59s

Build #20260201.38 had test failures

Details

Tests

  • Failed: 8 (0.00%)
  • Passed: 2,627,418 (97.99%)
  • Other: 53,802 (2.01%)
  • Total: 2,681,228

Annotations

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item iOS.CoreCLR.Interpreter.Test in job 0895fe3b-48fd-4fd8-bf58-cea63b1e1ee1 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/0895fe3b-48fd-4fd8-bf58-cea63b1e1ee1/workitems/iOS.CoreCLR.Interpreter.Test/console

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item iOS.Device.Aot.Test in job eebe1035-baf5-4278-81a6-7a07bc6b1d30 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/eebe1035-baf5-4278-81a6-7a07bc6b1d30/workitems/iOS.Device.Aot.Test/console

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item iOS.Device.ExportManagedSymbols.Test in job eebe1035-baf5-4278-81a6-7a07bc6b1d30 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/eebe1035-baf5-4278-81a6-7a07bc6b1d30/workitems/iOS.Device.ExportManagedSymbols.Test/console

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item iOS.Device.ParallelForEachAsync.Test in job eebe1035-baf5-4278-81a6-7a07bc6b1d30 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/eebe1035-baf5-4278-81a6-7a07bc6b1d30/workitems/iOS.Device.ParallelForEachAsync.Test/console

Check failure on line 1 in System.Net.Http.Functional.Tests.SocketsHttpHandler_ResponseStreamTest.BrowserHttpHandler_StreamingRequest

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Net.Http.Functional.Tests.SocketsHttpHandler_ResponseStreamTest.BrowserHttpHandler_StreamingRequest

System.Threading.Tasks.TaskCanceledException : The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
---- System.TimeoutException : The operation was canceled.
-------- System.Threading.Tasks.TaskCanceledException : The operation was canceled.
------------ System.Runtime.InteropServices.JavaScript.JSException : Error: OperationCanceledException
Raw output
   at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   at System.Net.Http.Functional.Tests.ResponseStreamTest.BrowserHttpHandler_StreamingRequest()
--- End of stack trace from previous location ---
----- Inner Stack Trace -----

----- Inner Stack Trace -----
   at System.Net.Http.CancellationHelper.ThrowOperationCanceledException(Exception innerException, CancellationToken cancellationToken)
   at System.Net.Http.CancellationHelper.ThrowIfCancellationRequested(Exception innerException, CancellationToken cancellationToken)
   at System.Net.Http.BrowserHttpInterop.CancellationHelper(Task promise, CancellationToken cancellationToken, JSObject jsController)
   at System.IO.Stream.<CopyToAsync>g__Core|30_0(Stream source, Stream destination, Int32 bufferSize, CancellationToken cancellationToken)
   at System.Net.Http.StreamToStreamCopy.<CopyAsync>g__DisposeSourceAsync|1_0(Task copyTask, Stream source)
   at System.Net.Http.HttpContent.<CopyToAsync>g__WaitAsync|47_0(ValueTask copyTask)
   at System.Net.Http.MultipartContent.SerializeToStreamAsyncCore(Stream stream, TransportContext context, CancellationToken cancellationToken)
   at System.Net.Http.HttpContent.<CopyToAsync>g__WaitAsync|47_0(ValueTask copyTask)
   at System.Net.Http.BrowserHttpController.CallFetch()
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
----- Inner Stack Trace -----
   at System.Net.Http.BrowserHttpInterop.CancellationHelper(Task promise, CancellationToken cancellationToken, JSObject jsController)
    at PromiseHolder.cancel (http://127.0.0.1:46005/_framework/dotnet.runtime.qx9qrk0rke.js:1241:28)
    at Object.cancelPromise (http://127.0.0.1:46005/_framework/dotnet.runtime.qx9qrk0rke.js:1290:12)
    at _SystemInteropJS_CancelPromise (http://127.0.0.1:46005/_framework/dotnet.native.07srqe0yzw.js:8:94638)
    at http://127.0.0.1:46005/_framework/dotnet.native.cbq2zyrky8.wasm:wasm-function[5474]:0x254369
    at http://127.0.0.1:46005/_framework/dotnet.native.cbq2zyrky8.wasm:wasm-function[2611]:0x11f04b
    at http://127.0.0.1:46005/_framework/dotnet.native.cbq2zyrky8.wasm:wasm-function[4005]:0x1d7753
    at http://127.0.0.1:46005/_framework/dotnet.native.cbq2zyrky8.wasm:wasm-function[438]:0x1db72
    at http://127.0.0.1:46005/_framework/dotnet.native.cbq2zyrky8.wasm:wasm-function[3218]:0x15fc71
    at SystemJS_ScheduleTimerTick (http://127.0.0.1:46005/_framework/dotnet.native.07srqe0yzw.js:8:99888)
    at callUserCallback (http://127.0.0.1:46005/_framework/dotnet.native.07srqe0yzw.js:8:145083)
    at http://127.0.0.1:46005/_framework/dotnet.native.07srqe0yzw.js:8:145294

Check failure on line 1 in WasmTestOnChrome-ST-System.Net.Http.Functional.Tests.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

WasmTestOnChrome-ST-System.Net.Http.Functional.Tests.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.

Check failure on line 1 in iOS.Device.Aot.Test.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

iOS.Device.Aot.Test.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.

Check failure on line 1 in iOS.Device.ParallelForEachAsync.Test.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

iOS.Device.ParallelForEachAsync.Test.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.