Commit 4f86d11
authored
Add hotReloadProfile to Razor Pages template (#31216)
* Add hotReloadProfile to Razor Pages template
* Turn off hotReloadProfile for Blazor WebAssembly projects
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.1 parent 4ce1f2c commit 4f86d11
File tree
2 files changed
+1
-1
lines changed- src/ProjectTemplates/Web.ProjectTemplates/content
- ComponentsWebAssembly-CSharp/Client/Properties
- RazorPagesWeb-CSharp/Properties
2 files changed
+1
-1
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments