Uh oh!
There was an error while loading. Please reload this page.
[browser] Integrate DevServer into WasmAppHost - #88985
Conversation
ghost
commented
Jul 17, 2023
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsTBD
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…untimeConfigurationFiles=true from tests
Uh oh!
There was an error while loading. Please reload this page.
ComponentsWebAssemblyApplicationBuilderExtensions.csContentEncodingNegotiator.csWebAssemblyNetDebugProxyAppBuilderExtensions.csDevServer.csis mix betweenWebServerand asptnetcore DevServer/Program.csDevServerStartup.csmix betweenWebServerStartupand asptnetcore DevServer/Startup.csDevServerOptions.csis inspired byWebServerOptionsDebugProxyLauncher.cschanged folder where it expects debug proxyHTMLPathoptionalBrowser.targetsbecause that is the topmost place whereOutputPathis correctly set. Unfortunatelly it's after the default run parameters are set. So it must override it_WebAssemblyUserRunParametersto preserve user defined values. The property will be set in SDK dotnet/sdk@569f220UsingMicrosoftNETSdkBlazorWebAssemblyis removed from Wasm SDKUntil resolved, TestAppScenarios pass
GenerateRuntimeConfigurationFiles=trueas command line argument to override Microsoft.NET.Sdk.WebAssembly.Browser.targets#L64GenerateRuntimeConfigurationFiles=falsefrom Wasm SDK, since the WasmAppHost needs it and Blazor SDK MoveGenerateRuntimeConfigurationFiles=falseback to Blazor SDK from Wasm SDK sdk#34177 change already flown to installerContributes to #70762