Marek Fišera
Marek Fišera
Increased timeout. Leaving open for few days
The yesterday's failure was still using progress logging
@pa-0 I had similar idea and put it into a prototype https://github.com/neptuo/Productivity.SnippetManager. It's not a powertoy plugin, on the other hand it positions the snippet window next to the cursor...
I would be good to start with perf measurements
Duplicate of https://github.com/dotnet/runtime/issues/109626
The test succeed with `WASM EXIT 42`, but selenium WebDriver crashed when reading messages https://github.com/dotnet/xharness/blob/release/8.0/src/Microsoft.DotNet.XHarness.CLI/Commands/WASM/Browser/WasmBrowserTestRunner.cs#L214
@lefig Thank you for the report! The points to https://github.com/maraf/Money/blob/master/src/Money.Blazor.Host/wwwroot/js/site.js#L28. It looks like it is trying to hide some modal that was probably already removed from DOM. Are you able...
It's the `--no-selfcontained` which blocks download browser-wasm runtime pack. It manifests on my machine even with preview7, I dunno so far why it started to fail on CI when merging...
The most recent failures are coming from 9.0 branch where the changes didn't land yet (there are in 9.0-staging)
The root cause seems to be `9.0.0` (actual version) vs `9.0.0-ci` (env var passed to WBT `RUNTIME_PACK_VER9=9.0.0-ci`). ~~Package version in binlog is correctly `9.0.0`~~ During `Wasm.Build.Tests` project (and any other...