Ilona Tomkowicz

Results 118 comments of Ilona Tomkowicz

Looks like https://github.com/dotnet/runtime/pull/105246 fixed it #### Summary |24-Hour Hit Count|7-Day Hit Count|1-Month Count| |---|---|---| |0|0|0|

Sorry, it's `disabled-test`, reopening

Blazor-connected failures in WBT require changes to https://github.com/ilonatommy/aspnetcore/blob/3e168fe85e2330621ed12d9c9524c80e0f743dc6/src/Components/dotnet-runtime-js/dotnet.d.ts#L176 (adding `jsModuleGlobalization`). ``` Wasm.Build.Tests.Blazor.IcuTests.HybridWithInvariant(config: "Debug", invariant: False) [FAIL] Could not find dotnet.globalization.js in bundle directory: C:\helix\work\workitem\e\wbt artifacts\blz_hybrid_Debug_4lfnum1h_dzk\bin\Debug\net9.0\wwwroot\_framework. Actual files on disk: dotnet.js,...

> This is just build setup error, isn't it? The globalization.js file is not copied to the output folder. Either the SDK doesn't correctly work or the WBT check isn't...

Firefox failures are https://github.com/dotnet/runtime/issues/101617 (locally passes, it's only a CI problem), `HybridGlobalization_AOT` failures are: https://github.com/dotnet/runtime/issues/102373 - fails on main as well.

> I'm puzzled about how this can even happen. @javiercn, logging this internal exception is an expected behavior in net9 in this setup and this reproduction just shows that it's...