Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression in build incrementalism for Blazor #20858

Closed
captainsafia opened this issue Apr 15, 2020 · 1 comment · Fixed by #20861 or #20862
Closed

Regression in build incrementalism for Blazor #20858

captainsafia opened this issue Apr 15, 2020 · 1 comment · Fixed by #20861 or #20862
Assignees
Labels
area-blazor Includes: Blazor, Razor Components Done This issue has been fixed feature-blazor-wasm This issue is related to and / or impacts Blazor WebAssembly

Comments

@captainsafia
Copy link
Member

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

  1. Create a new Blazor WASM project.
$ dotnet new blazorwasm -o repro
  1. Build and run the project using either VS or the CLI.
$ dotnet build
$ dotnet run
  1. Make a modification to the project sources. For example, add a Console.WriteLine statement.

  2. Build and run the project.

  3. 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.

@captainsafia captainsafia added area-blazor Includes: Blazor, Razor Components feature-blazor-wasm This issue is related to and / or impacts Blazor WebAssembly labels Apr 15, 2020
@javiercn javiercn self-assigned this Apr 15, 2020
@javiercn
Copy link
Member

Looking into it.

@javiercn javiercn linked a pull request Apr 15, 2020 that will close this issue
@captainsafia captainsafia added this to the blazor-wasm-3.2-preview5 milestone Apr 15, 2020
@javiercn javiercn linked a pull request Apr 15, 2020 that will close this issue
@javiercn javiercn added Done This issue has been fixed and removed Working labels Apr 15, 2020
@ghost ghost locked as resolved and limited conversation to collaborators May 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Includes: Blazor, Razor Components Done This issue has been fixed feature-blazor-wasm This issue is related to and / or impacts Blazor WebAssembly
Projects
None yet
3 participants