Skip to content

Add new package source for dotnet-extensions

63f7e7b
Select commit
Loading
Failed to load commit list.
Merged

[main] Source code updates from dotnet/dotnet #66132

Add new package source for dotnet-extensions
63f7e7b
Select commit
Loading
Failed to load commit list.
Azure Pipelines / aspnetcore-components-e2e failed Apr 9, 2026 in 57m 36s

Build #20260408.45 had test failures

Details

Tests

  • Failed: 10 (0.14%)
  • Passed: 6,914 (99.11%)
  • Other: 52 (0.75%)
  • Total: 6,976

Annotations

Check failure on line 486 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-components-e2e

Build log #L486

Bash exited with code '1'.

Check failure on line 1 in Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerVirtualizationTest.DynamicContent_PrependItemsWhileScrolledToMiddle_VisibleItemsStayInPlace

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-components-e2e

Microsoft.AspNetCore.Components.E2ETest.ServerExecutionTests.ServerVirtualizationTest.DynamicContent_PrependItemsWhileScrolledToMiddle_VisibleItemsStayInPlace

OpenQA.Selenium.BrowserAssertFailedException : Xunit.Sdk.TrueException: Assert.True() Failure
Expected: True
Actual:   False
   at Microsoft.AspNetCore.E2ETesting.WaitAssert.<>c__DisplayClass5_0.<True>b__0() in /mnt/vss/_work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 33
   at Microsoft.AspNetCore.E2ETesting.WaitAssert.<>c__DisplayClass21_0`1.<WaitAssertCore>b__0(IWebDriver _) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 109
Screen shot captured at '/mnt/vss/_work/1/s/src/Components/test/E2ETest/bin/screenshots/578a748d664e41ffbdc386e96e36abc5.png'
Encountered browser errors
[2026-04-08T19:31:27Z] [Info] http://127.0.0.1:39421/subdir 66:16 "Blazor server-side"
[2026-04-08T19:31:27Z] [Info] http://127.0.0.1:39421/subdir/_framework/blazor.server.js 0:61622 "[2026-04-08T19:31:27.180Z] Information: Normalizing '_blazor' to 'http://127.0.0.1:39421/subdir/_blazor'."
[2026-04-08T19:31:27Z] [Info] http://127.0.0.1:39421/subdir/_framework/blazor.server.js 0:61622 "[2026-04-08T19:31:27.185Z] Information: WebSocket connected to ws://127.0.0.1:39421/subdir/_blazor?id=YQyKNwwzzsXFHZR-aCj6yA."Page content:
<head>
    <meta charset="utf-8">
    
    <base href="/subdir/">
    <link href="style.css" rel="stylesheet">
    <link rel="icon" href="data:,">

    <!-- Used by ExternalContentPackage -->
    <link href="_content/TestContentPackage/styles.css" rel="stylesheet">
    <link href="Components.TestServer.styles.css" rel="stylesheet">
    <!--!--><!--!--><!--!--><title>Basic test app</title><!--!--><!--!--><!--!-->
</head>
<body>
    <root><!--!--><!--!--><p id="session-storage-marker"></p>
<div id="test-selector"><!--!-->
    Select test:
    <select id="test-selector-select"><option value="none">Choose...</option><!--!-->
        <option value="BasicTestApp.AddRemoveChildComponents">Add/remove child components</option><!--!-->
        <option value="BasicTestApp.AfterRenderInteropComponent">After-render interop component</option><!--!-->
        <option value="BasicTestApp.AsyncEventHandlerComponent">Async event handlers</option><!--!-->
        <option value="BasicTestApp.AuthTest.AuthRouter">Auth cases</option><!--!-->
        <option value="BasicTestApp.AuthTest.CascadingAuthenticationStateParent">Cascading authentication state</option><!--!-->
        <option value="BasicTestApp.BindCasesComponent">bind cases</option><!--!-->
        <option value="BasicTestApp.CascadingValueTest.CascadingValueSupplier">Cascading values</option><!--!-->
        <option value="Components.TestServer.CircuitContextComponent, Components.TestServer, Version=42.42.42.42, Culture=neutral, PublicKeyToken=adb9793829ddae60">Circuit context</option><!--!-->
        <option value="BasicTestApp.ComponentRefComponent">Component ref component</option><!--!-->
        <option value="BasicTestApp.ConcurrentRenderParent">Concurrent rendering</option><!--!-->
        <option value="BasicTestApp.ConfigurationComponent">Configuration</option><!--!-->
        <option value="BasicTestApp.ConfigureRuntime">Configure runtime</option><!--!-->
        <option value="BasicTestApp.ContentEditable">Content-editable</option><!--!-->
        <option value="BasicTestApp.CounterComponent">Counter</option><!--!-->
        <option value="BasicTestApp.CounterComponentUsingChild">Counter using child component</option><!--!-->
        <option value="BasicTestApp.CounterComponentWrapper">Counter wrapped in parent</option><!--!-->
        <option value="BasicTestApp.CulturePicker">Culture Picker</option><!--!-->
        <option value="BasicTestApp.CustomElementsComponent">Custom elements</option><!--!-->
        <option value="BasicTestApp.DataDashComponent">data-* attribute rendering</option><!--!-->
        <option value="BasicTestApp.DispatchingComponent">Dispatching to sync context</option><!--!-->
        <option value="BasicTestApp.FormsTest.DisplayNameComponent">DisplayName component</option><!--!-->
        <option value="BasicTestApp.DuplicateAttributesComponent">
Raw output
   at Microsoft.AspNetCore.E2ETesting.WaitAssert.WaitAssertCore[TResult](IWebDriver driver, Func`1 assertion, TimeSpan timeout) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 137
   at Microsoft.AspNetCore.E2ETesting.WaitAssert.True(IWebDriver driver, Func`1 actual) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 33
   at Microsoft.AspNetCore.Components.E2ETest.Tests.VirtualizationTest.DynamicContent_PrependItemsWhileScrolledToMiddle_VisibleItemsStayInPlace() in /mnt/vss/_work/1/s/src/Components/test/E2ETest/Tests/VirtualizationTest.cs:line 1049
   at InvokeStub_VirtualizationTest.DynamicContent_PrependItemsWhileScrolledToMiddle_VisibleItemsStayInPlace(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
----- Inner Stack Trace -----
   at Microsoft.AspNetCore.E2ETesting.WaitAssert.<>c__DisplayClass5_0.<True>b__0() in /mnt/vss/_work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 33
   at Microsoft.AspNetCore.E2ETesting.WaitAssert.<>c__DisplayClass21_0`1.<WaitAssertCore>b__0(IWebDriver _) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 109

Check failure on line 1 in Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.BlazorWebJsInitializersTest.InitializersRunsModernCallbacksByDefaultWhenPresent(streaming: False, webassembly: True, server: True, expectedInvokedCallbacks: ["classic-and-modern-before-web-start", "classic-and-modern-after-web-started", "classic-and-modern-before-server-start", "classic-and-modern-circuit-opened", "classic-and-modern-after-server-started", ···])

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-components-e2e

Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.BlazorWebJsInitializersTest.InitializersRunsModernCallbacksByDefaultWhenPresent(streaming: False, webassembly: True, server: True, expectedInvokedCallbacks: ["classic-and-modern-before-web-start", "classic-and-modern-after-web-started", "classic-and-modern-before-server-start", "classic-and-modern-circuit-opened", "classic-and-modern-after-server-started", ···])

OpenQA.Selenium.BrowserAssertFailedException : Xunit.Sdk.NotEmptyException: Assert.NotEmpty() Failure: Collection was empty
   at Xunit.Assert.NotEmpty(IEnumerable collection) in /_/src/xunit.assert/Asserts/CollectionAsserts.cs:line 539
   at Microsoft.AspNetCore.E2ETesting.WaitAssert.<>c__DisplayClass18_0.<Exists>b__0() in /mnt/vss/_work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 78
   at Microsoft.AspNetCore.E2ETesting.WaitAssert.<>c__DisplayClass21_0`1.<WaitAssertCore>b__0(IWebDriver _) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 109
Screen shot captured at '/mnt/vss/_work/1/s/src/Components/test/E2ETest/bin/screenshots/2fa89214de7f42f2b43195dd1426a4da.png'
Encountered browser errors
[2026-04-08T22:12:16Z] [Warning] http://127.0.0.1:36943/subdir/_framework/blazor.web.5d16fmeutw.js 0:50289 "[2026-04-08T22:12:16.862Z] Warning: Initializer 'http://127.0.0.1:36943/subdir/BasicTestApp.vpc4xa0l6h.lib.module.js' will be ignored because multiple runtimes are available. Use 'before(Web|WebAssembly|Server)Start' and 'after(Web|WebAssembly|Server)Started' instead."
[2026-04-08T22:12:16Z] [Warning] http://127.0.0.1:36943/subdir/_framework/blazor.web.5d16fmeutw.js 0:50289 "[2026-04-08T22:12:16.863Z] Warning: Initializer 'http://127.0.0.1:36943/subdir/JSInitializers/Classic/BasicTestApp.j2kfp6tx1s.lib.module.js' will be ignored because multiple runtimes are available. Use 'before(Web|WebAssembly|Server)Start' and 'after(Web|WebAssembly|Server)Started' instead."
[2026-04-08T22:12:16Z] [Info] http://127.0.0.1:36943/subdir/_framework/blazor.web.5d16fmeutw.js 0:63775 "[2026-04-08T22:12:16.865Z] Information: Normalizing '_blazor' to 'http://127.0.0.1:36943/subdir/_blazor'."
[2026-04-08T22:12:16Z] [Severe] http://127.0.0.1:36943/subdir/_framework/dotnet.js - Failed to load module script: Expected a JavaScript-or-Wasm module script but the server responded with a MIME type of "". Strict MIME type checking is enforced for module scripts per HTML spec.
[2026-04-08T22:12:16Z] [Severe] http://127.0.0.1:36943/subdir/_framework/blazor.web.5d16fmeutw.js 0:189879 Uncaught Error: Failed to start platform. Reason: TypeError: Faile…ttp://127.0.0.1:36943/subdir/_framework/dotnet.js
[2026-04-08T22:12:16Z] [Info] http://127.0.0.1:36943/subdir/_framework/blazor.web.5d16fmeutw.js 0:63775 "[2026-04-08T22:12:16.873Z] Information: WebSocket connected to ws://127.0.0.1:36943/subdir/_blazor?id=zf5rLld3Vnid5pNDqSSUdg."Page content:
<head><meta charset="utf-8">
    <base href="/subdir/">
    </head>
<body><h3>JS initializers in Blazor web</h3>

<p>
    This page demonstrates the use of JS initializers in Blazor Web. Initializers run callbacks for when the app starts running as well as when it starts web assembly or interactive server runtimes. Interactive server supports wiring up events for the circuit creation and disposal. Classic initializers are not supported by default (and will emit a warning on the console) but can be enabled through the Blazor web options.
</p><h3>Non streaming request</h3><div><!--bl-root--></div><div><!--!--><!--!--><h3 id="server-component">ServerComponent</h3>

<a id="remove-server-component" href="http://127.0.0.1:36943/subdir/initializers?streaming=False&amp;wasm=True&amp;Server=False">Remove server component (circuit will close)</a></div><div id="initializers-content"><p id="classic-and-modern-before-web-start">Classic and modern "beforeWebStart"</p><p id="modern-before-web-start">Modern "beforeWebStart"</p><p id="classic-and-modern-after-web-started">Classic and modern "afterWebStarted"</p><p id="modern-after-web-started">Modern "afterWebStarted"</p><p id="classic-and-modern-before-server-start">Classic and modern "beforeServerStart"</p><p id="modern-before-server-start">Modern "beforeServerStart"</p><p id="classic-and-modern-circuit-opened">Classic and modern "circuitOpened"</p><p id="modern-circuit-opened">Modern "circuitOpened"</p><p id="classic-and-modern-after-server-started">Classic and modern "afterServerS
Raw output
   at Microsoft.AspNetCore.E2ETesting.WaitAssert.WaitAssertCore[TResult](IWebDriver driver, Func`1 assertion, TimeSpan timeout) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 137
   at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.BlazorWebJsInitializersTest.InitializersRunsModernCallbacksByDefaultWhenPresent(Boolean streaming, Boolean webassembly, Boolean server, String[] expectedInvokedCallbacks) in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/BlazorWebJsInitializersTest.cs:line 43
   at InvokeStub_BlazorWebJsInitializersTest.InitializersRunsModernCallbacksByDefaultWhenPresent(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
----- Inner Stack Trace -----
   at Microsoft.AspNetCore.E2ETesting.WaitAssert.<>c__DisplayClass18_0.<Exists>b__0() in /mnt/vss/_work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 78
   at Microsoft.AspNetCore.E2ETesting.WaitAssert.<>c__DisplayClass21_0`1.<WaitAssertCore>b__0(IWebDriver _) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 109

Check failure on line 1 in Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.BlazorWebJsInitializersTest.InitializersRunsModernCallbacksByDefaultWhenPresent(streaming: True, webassembly: True, server: True, expectedInvokedCallbacks: ["classic-and-modern-before-web-start", "classic-and-modern-after-web-started", "classic-and-modern-before-server-start", "classic-and-modern-circuit-opened", "classic-and-modern-after-server-started", ···])

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-components-e2e

Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.BlazorWebJsInitializersTest.InitializersRunsModernCallbacksByDefaultWhenPresent(streaming: True, webassembly: True, server: True, expectedInvokedCallbacks: ["classic-and-modern-before-web-start", "classic-and-modern-after-web-started", "classic-and-modern-before-server-start", "classic-and-modern-circuit-opened", "classic-and-modern-after-server-started", ···])

OpenQA.Selenium.BrowserAssertFailedException : Xunit.Sdk.NotEmptyException: Assert.NotEmpty() Failure: Collection was empty
   at Xunit.Assert.NotEmpty(IEnumerable collection) in /_/src/xunit.assert/Asserts/CollectionAsserts.cs:line 539
   at Microsoft.AspNetCore.E2ETesting.WaitAssert.<>c__DisplayClass18_0.<Exists>b__0() in /mnt/vss/_work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 78
   at Microsoft.AspNetCore.E2ETesting.WaitAssert.<>c__DisplayClass21_0`1.<WaitAssertCore>b__0(IWebDriver _) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 109
Screen shot captured at '/mnt/vss/_work/1/s/src/Components/test/E2ETest/bin/screenshots/babdbdcd524a4ffc9f80fdf9ef191d0b.png'
Encountered browser errors
[2026-04-08T22:11:35Z] [Warning] http://127.0.0.1:36943/subdir/_framework/blazor.web.5d16fmeutw.js 0:50289 "[2026-04-08T22:11:35.742Z] Warning: Initializer 'http://127.0.0.1:36943/subdir/BasicTestApp.vpc4xa0l6h.lib.module.js' will be ignored because multiple runtimes are available. Use 'before(Web|WebAssembly|Server)Start' and 'after(Web|WebAssembly|Server)Started' instead."
[2026-04-08T22:11:35Z] [Warning] http://127.0.0.1:36943/subdir/_framework/blazor.web.5d16fmeutw.js 0:50289 "[2026-04-08T22:11:35.742Z] Warning: Initializer 'http://127.0.0.1:36943/subdir/JSInitializers/Classic/BasicTestApp.j2kfp6tx1s.lib.module.js' will be ignored because multiple runtimes are available. Use 'before(Web|WebAssembly|Server)Start' and 'after(Web|WebAssembly|Server)Started' instead."
[2026-04-08T22:11:35Z] [Info] http://127.0.0.1:36943/subdir/_framework/blazor.web.5d16fmeutw.js 0:63775 "[2026-04-08T22:11:35.746Z] Information: Normalizing '_blazor' to 'http://127.0.0.1:36943/subdir/_blazor'."
[2026-04-08T22:11:35Z] [Severe] http://127.0.0.1:36943/subdir/_framework/dotnet.js - Failed to load module script: Expected a JavaScript-or-Wasm module script but the server responded with a MIME type of "". Strict MIME type checking is enforced for module scripts per HTML spec.
[2026-04-08T22:11:35Z] [Severe] http://127.0.0.1:36943/subdir/_framework/blazor.web.5d16fmeutw.js 0:189879 Uncaught Error: Failed to start platform. Reason: TypeError: Faile…ttp://127.0.0.1:36943/subdir/_framework/dotnet.js
[2026-04-08T22:11:35Z] [Info] http://127.0.0.1:36943/subdir/_framework/blazor.web.5d16fmeutw.js 0:63775 "[2026-04-08T22:11:35.752Z] Information: WebSocket connected to ws://127.0.0.1:36943/subdir/_blazor?id=1urPlcLTmfqg5zt_JYGwjA."Page content:
<head><meta charset="utf-8">
    <base href="/subdir/">
    </head>
<body><h3>JS initializers in Blazor web</h3>

<p>
    This page demonstrates the use of JS initializers in Blazor Web. Initializers run callbacks for when the app starts running as well as when it starts web assembly or interactive server runtimes. Interactive server supports wiring up events for the circuit creation and disposal. Classic initializers are not supported by default (and will emit a warning on the console) but can be enabled through the Blazor web options.
</p><h3>Streaming request</h3><div><!--bl-root--></div><div><!--!--><!--!--><h3 id="server-component">ServerComponent</h3>

<a id="remove-server-component" href="http://127.0.0.1:36943/subdir/initializers?streaming=True&amp;wasm=True&amp;Server=False">Remove server component (circuit will close)</a></div><div id="initializers-content"><p id="classic-and-modern-before-web-start">Classic and modern "beforeWebStart"</p><p id="modern-before-web-start">Modern "beforeWebStart"</p><p id="classic-and-modern-after-web-started">Classic and modern "afterWebStarted"</p><p id="modern-after-web-started">Modern "afterWebStarted"</p><p id="classic-and-modern-before-server-start">Classic and modern "beforeServerStart"</p><p id="modern-before-server-start">Modern "beforeServerStart"</p><p id="classic-and-modern-circuit-opened">Classic and modern "circuitOpened"</p><p id="modern-circuit-opened">Modern "circuitOpened"</p><p id="classic-and-modern-after-server-started">Classic and modern "afterServerStarte
Raw output
   at Microsoft.AspNetCore.E2ETesting.WaitAssert.WaitAssertCore[TResult](IWebDriver driver, Func`1 assertion, TimeSpan timeout) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 137
   at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.BlazorWebJsInitializersTest.InitializersRunsModernCallbacksByDefaultWhenPresent(Boolean streaming, Boolean webassembly, Boolean server, String[] expectedInvokedCallbacks) in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/BlazorWebJsInitializersTest.cs:line 43
   at InvokeStub_BlazorWebJsInitializersTest.InitializersRunsModernCallbacksByDefaultWhenPresent(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
----- Inner Stack Trace -----
   at Microsoft.AspNetCore.E2ETesting.WaitAssert.<>c__DisplayClass18_0.<Exists>b__0() in /mnt/vss/_work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 78
   at Microsoft.AspNetCore.E2ETesting.WaitAssert.<>c__DisplayClass21_0`1.<WaitAssertCore>b__0(IWebDriver _) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 109

Check failure on line 1 in Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.BlazorWebJsInitializersTest.InitializersRunsModernCallbacksByDefaultWhenPresent(streaming: True, webassembly: True, server: True, expectedInvokedCallbacks: ["classic-and-modern-before-web-start", "classic-and-modern-after-web-started", "classic-and-modern-before-server-start", "classic-and-modern-circuit-opened", "classic-and-modern-after-server-started", ···])

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-components-e2e

Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.BlazorWebJsInitializersTest.InitializersRunsModernCallbacksByDefaultWhenPresent(streaming: True, webassembly: True, server: True, expectedInvokedCallbacks: ["classic-and-modern-before-web-start", "classic-and-modern-after-web-started", "classic-and-modern-before-server-start", "classic-and-modern-circuit-opened", "classic-and-modern-after-server-started", ···])

OpenQA.Selenium.BrowserAssertFailedException : Xunit.Sdk.NotEmptyException: Assert.NotEmpty() Failure: Collection was empty
   at Xunit.Assert.NotEmpty(IEnumerable collection) in /_/src/xunit.assert/Asserts/CollectionAsserts.cs:line 539
   at Microsoft.AspNetCore.E2ETesting.WaitAssert.<>c__DisplayClass21_0`1.<WaitAssertCore>b__0(IWebDriver _) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 109
Screen shot captured at '/mnt/vss/_work/1/s/src/Components/test/E2ETest/bin/screenshots/412d2ea7691a42cbb33e3fc36d1622cb.png'
Encountered browser errors
[2026-04-08T23:35:41Z] [Warning] http://127.0.0.1:37179/subdir/_framework/blazor.web.5d16fmeutw.js 0:50289 "[2026-04-08T23:35:41.268Z] Warning: Initializer 'http://127.0.0.1:37179/subdir/BasicTestApp.vpc4xa0l6h.lib.module.js' will be ignored because multiple runtimes are available. Use 'before(Web|WebAssembly|Server)Start' and 'after(Web|WebAssembly|Server)Started' instead."
[2026-04-08T23:35:41Z] [Warning] http://127.0.0.1:37179/subdir/_framework/blazor.web.5d16fmeutw.js 0:50289 "[2026-04-08T23:35:41.269Z] Warning: Initializer 'http://127.0.0.1:37179/subdir/JSInitializers/Classic/BasicTestApp.j2kfp6tx1s.lib.module.js' will be ignored because multiple runtimes are available. Use 'before(Web|WebAssembly|Server)Start' and 'after(Web|WebAssembly|Server)Started' instead."
[2026-04-08T23:35:41Z] [Info] http://127.0.0.1:37179/subdir/_framework/blazor.web.5d16fmeutw.js 0:63775 "[2026-04-08T23:35:41.272Z] Information: Normalizing '_blazor' to 'http://127.0.0.1:37179/subdir/_blazor'."
[2026-04-08T23:35:41Z] [Severe] http://127.0.0.1:37179/subdir/_framework/dotnet.js - Failed to load module script: Expected a JavaScript-or-Wasm module script but the server responded with a MIME type of "". Strict MIME type checking is enforced for module scripts per HTML spec.
[2026-04-08T23:35:41Z] [Severe] http://127.0.0.1:37179/subdir/_framework/blazor.web.5d16fmeutw.js 0:189879 Uncaught Error: Failed to start platform. Reason: TypeError: Faile…ttp://127.0.0.1:37179/subdir/_framework/dotnet.js
[2026-04-08T23:35:41Z] [Info] http://127.0.0.1:37179/subdir/_framework/blazor.web.5d16fmeutw.js 0:63775 "[2026-04-08T23:35:41.276Z] Information: WebSocket connected to ws://127.0.0.1:37179/subdir/_blazor?id=E3zIBClxtO2grCbc0njwNQ."Page content:
<head><meta charset="utf-8">
    <base href="/subdir/">
    </head>
<body><h3>JS initializers in Blazor web</h3>

<p>
    This page demonstrates the use of JS initializers in Blazor Web. Initializers run callbacks for when the app starts running as well as when it starts web assembly or interactive server runtimes. Interactive server supports wiring up events for the circuit creation and disposal. Classic initializers are not supported by default (and will emit a warning on the console) but can be enabled through the Blazor web options.
</p><h3>Streaming request</h3><div><!--bl-root--></div><div><!--!--><!--!--><h3 id="server-component">ServerComponent</h3>

<a id="remove-server-component" href="http://127.0.0.1:37179/subdir/initializers?streaming=True&amp;wasm=True&amp;Server=False">Remove server component (circuit will close)</a></div><div id="initializers-content"><p id="classic-and-modern-before-web-start">Classic and modern "beforeWebStart"</p><p id="modern-before-web-start">Modern "beforeWebStart"</p><p id="classic-and-modern-after-web-started">Classic and modern "afterWebStarted"</p><p id="modern-after-web-started">Modern "afterWebStarted"</p><p id="classic-and-modern-before-server-start">Classic and modern "beforeServerStart"</p><p id="modern-before-server-start">Modern "beforeServerStart"</p><p id="classic-and-modern-circuit-opened">Classic and modern "circuitOpened"</p><p id="modern-circuit-opened">Modern "circuitOpened"</p><p id="classic-and-modern-after-server-started">Classic and modern "afterServerStarted"</p><p id="modern-after-server-started">Modern "afterServerStarted"</p></div>
                    <blazor-focus-on-navigate selector="[data-focus-on-n
Raw output
   at Microsoft.AspNetCore.E2ETesting.WaitAssert.WaitAssertCore[TResult](IWebDriver driver, Func`1 assertion, TimeSpan timeout) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 137
   at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.BlazorWebJsInitializersTest.InitializersRunsModernCallbacksByDefaultWhenPresent(Boolean streaming, Boolean webassembly, Boolean server, String[] expectedInvokedCallbacks) in /mnt/vss/_work/1/s/src/Components/test/E2ETest/ServerRenderingTests/BlazorWebJsInitializersTest.cs:line 43
   at InvokeStub_BlazorWebJsInitializersTest.InitializersRunsModernCallbacksByDefaultWhenPresent(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
----- Inner Stack Trace -----
   at Microsoft.AspNetCore.E2ETesting.WaitAssert.<>c__DisplayClass21_0`1.<WaitAssertCore>b__0(IWebDriver _) in /mnt/vss/_work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line 109