Description
Moving this issue over from email thread.
Describe the bug
Changes made to a Blazor project are not reflected when running the project using:
$ dotnet build
$ dotnet run
To Reproduce
- Create a new Blazor WASM project.
$ dotnet new blazorwasm -o repro
- Build and run the project using either VS or the CLI.
$ dotnet build
$ dotnet run
-
Make a modification to the project sources. For example, add a
Console.WriteLine
statement. -
Build and run the project.
-
Observe that your source change in replace batch files with kvm #3 "doesn't work".
Further technical details
This was reproduced on preview4 bits for Blazor WASM.