Marek Fišera
Marek Fišera
The approved name is `ResourcePreloader` ```diff +namespace Microsoft.AspNetCore.Components +{ + public class ResourcePreloader : ComponentBase + { + public ResourcePreloader() { } + } +} ```
Blazor is already using the source package produced by SDK. I'm working on second part of extracting everything hot-reload specific to a proper package, that can be referenced by any...
No idea. Maybe we did some detection of browser crash?
Postponing as expense wizard is the way to go forward at the moment
The actual problem I have is that the browser's autocomplete feature will contain a value with space
I'm sorry for that :(
## ✔ ***Resolved*** — Blazor WebAssembly preloading We have replaced `link` headers with `` component for preloading WebAssembly assets. It allows use to rely on `` to correctly identify blazor...
## ✔ ***Resolved*** — Blazor build producing javascript bundler friendly output The default blazor build output is not compatible with tools like webpack or rollup. By setting `WasmBundlerFriendlyBootConfig=true` blazor build...
A slightly different manifestation ``` OpenQA.Selenium.BrowserAssertFailedException : Xunit.Sdk.EqualException: Assert.Equal() Failure: Values differ Expected: 0 Actual: 7 at Xunit.Assert.Equal[T](T expected, T actual, IEqualityComparer`1 comparer) in /_/src/xunit.assert/Asserts/EqualityAsserts.cs:line 154 at Microsoft.AspNetCore.E2ETesting.WaitAssert.c__DisplayClass20_0.b__0() in /home/vsts/work/1/s/src/Shared/E2ETesting/WaitAssert.cs:line...
The remaining failure (`dotnet-sdk-public-ci (Build FullFramework: windows (x64))`) is ``` C:\h\w\B0EC0997\t\dotnetSdkTests\zbey5ghz.0ec\.nuget\packages\microsoft.net.sdk.webassembly.pack\10.0.0-alpha.1.24509.15\build\Microsoft.NET.Sdk.WebAssembly.Browser.targets(366,5): error : System.IO.FileNotFoundException: Could not load file or assembly 'System.Text.Json, Version=8.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The...