Skip to content

Commit

Permalink
Turn off hotReloadProfile for Blazor WebAssembly projects
Browse files Browse the repository at this point in the history
The WebAssembly experience is a bit problematic in preview3 because of runtime issues
dotnet/runtime#50190. We'll turn it off in the templates by default
to avoid giving a confusing experience out of the box.
  • Loading branch information
pranavkm committed Mar 25, 2021
1 parent c6cb106 commit e61e9d0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": true,
"hotReloadProfile": "blazorwasm",
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
//#if(RequiresHttps)
"applicationUrl": "https://localhost:5001;http://localhost:5000",
Expand Down

0 comments on commit e61e9d0

Please sign in to comment.