Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Bump lodash from 4.17.21 to 4.17.23 in /src/polyglot-notebooks-browser

67af175
Select commit
Loading
Failed to load commit list.
Closed

Bump lodash from 4.17.21 to 4.17.23 in /src/polyglot-notebooks-browser #4178

Bump lodash from 4.17.21 to 4.17.23 in /src/polyglot-notebooks-browser
67af175
Select commit
Loading
Failed to load commit list.
Azure Pipelines / interactive-ci succeeded Feb 23, 2026 in 50m 54s

Build #20260223.4 had test failures

Details

Tests

  • Failed: 1 (0.01%)
  • Passed: 12,735 (97.72%)
  • Other: 296 (2.27%)
  • Total: 13,032

Annotations

Check failure on line 1 in Microsoft.DotNet.Interactive.App.Tests.LanguageKernelExtensionLoadingTests.It_throws_when_extension_throws_during_load(language: CSharp)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / interactive-ci

Microsoft.DotNet.Interactive.App.Tests.LanguageKernelExtensionLoadingTests.It_throws_when_extension_throws_during_load(language: CSharp)

Microsoft.DotNet.Interactive.Utility.CommandLineInvocationException : Fatal error.
Internal CLR error. (0x80131506)
   at Microsoft.DotNet.Cli.Telemetry.PersistenceChannel.Sender.SendLoop()
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef, System.Threading.Thread)
   at System.Threading.Thread.StartCallback()

Exit code 57005

StdErr:
Fatal error.
Internal CLR error. (0x80131506)
   at Microsoft.DotNet.Cli.Telemetry.PersistenceChannel.Sender.SendLoop()
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef, System.Threading.Thread)
   at System.Threading.Thread.StartCallback()

StdOut:
Raw output
   at Microsoft.DotNet.Interactive.Utility.CommandLineResult.ThrowOnFailure(String message) in D:\a\_work\1\s\src\Microsoft.DotNet.Interactive\Utility\CommandLineResult.cs:line 32
   at Microsoft.DotNet.Interactive.Tests.Utility.KernelExtensionTestHelper.CreateExtensionProjectAndBuild(DirectoryInfo projectDir, String code, String extensionName) in D:\a\_work\1\s\src\Microsoft.DotNet.Interactive.Tests\Utility\KernelExtensionTestHelper.cs:line 371
   at Microsoft.DotNet.Interactive.Tests.Utility.KernelExtensionTestHelper.CreateExtensionAssembly(DirectoryInfo projectDir, String code, DirectoryInfo copyDllTo, String testName) in D:\a\_work\1\s\src\Microsoft.DotNet.Interactive.Tests\Utility\KernelExtensionTestHelper.cs:line 299
   at Microsoft.DotNet.Interactive.App.Tests.LanguageKernelExtensionLoadingTests.It_throws_when_extension_throws_during_load(Language language) in D:\a\_work\1\s\src\dotnet-interactive.Tests\LanguageKernelExtensionLoadingTests.cs:line 72
--- End of stack trace from previous location ---