- 
                Notifications
    You must be signed in to change notification settings 
- Fork 5.2k
Open
Labels
Milestone
Description
The current state leaves a lot to be desired.
- Accurate documentation is missing on how to do this ILONA
-  dotnet run --project ../tests.csproj ..doesn't work as it seems to pick the wrongWasmAppHost, andAppBundlepath. ILONA
-  When running the app with --debugon codespaces, the web server is started onlocalhost:5000, but chrome fails to connect to this - 403 . It does connect to127.0.0.1:5000though. Investigate, and fix.
- If debugging is not enabled for the tests, it isn't indicated well, and can be really confusing for the user to not see any source files
-  When the runtime is built for Release, - check and warn about any missing pdbs
- And check that this works correctly, automatically, for Debug config
- Handle page refreshes, reconnects better
- host: For the browser, if the console is not being forwarded, then the app should not try to connect to the web socket, and host shouldn't be listening on that either.