Replies: 1 comment
-
We're greatly improving the functionality of @pranavkm Is that correct? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I greatly enjoyed

dotnet watch run
/dotnet watch publish
when testing Blazor in VSC, but now I want to test doing API calls with an ASP.NET Core backend. So I created a Blazor WebAssemply app through Visual Studio 2019, like so:And this works, but annoyingly, the front-end parts of Blazor do not update when I refresh. So say I launch my app, add a word to
Index.razor
, then refresh => I don't see the change. I tried the "IIS Express", "TestApp1.Client", and "TestApp1.Server" launch settings the VS template shipped with, but none provide thedotnet watch
functionality I want. I am using Chrome devtools with "Disable cache" checked.Stopping/starting the app entirely is very slow and wastes a lot of time, is there a way to get
dotnet watch
functionality in this situation? Thanks!Beta Was this translation helpful? Give feedback.
All reactions