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

dotnet-watch: Figure out hot reload for a blazor hosted app #30815

Closed
pranavkm opened this issue Mar 10, 2021 · 1 comment · Fixed by dotnet/sdk#16701
Closed

dotnet-watch: Figure out hot reload for a blazor hosted app #30815

pranavkm opened this issue Mar 10, 2021 · 1 comment · Fixed by dotnet/sdk#16701
Assignees
Labels
area-commandlinetools Includes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPI Done This issue has been fixed enhancement This issue represents an ask for new feature or an enhancement to an existing one feature-dotnetwatch This issue is related to the dotnet-watch command-line tool (now external) feature-hot-reload This issue is related to the Hot Reload feaature
Milestone

Comments

@pranavkm
Copy link
Contributor

This would require some specialization because it requires applying deltas to more than one app simultaneously.

@pranavkm pranavkm added area-commandlinetools Includes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPI area-blazor Includes: Blazor, Razor Components labels Mar 10, 2021
@mkArtakMSFT mkArtakMSFT added feature-dotnetwatch This issue is related to the dotnet-watch command-line tool (now external) and removed area-blazor Includes: Blazor, Razor Components labels Mar 11, 2021
@mkArtakMSFT mkArtakMSFT added this to the Next sprint planning milestone Mar 11, 2021
@ghost
Copy link

ghost commented Mar 11, 2021

Thanks for contacting us.
We're moving this issue to the Next sprint planning milestone for future evaluation / consideration. We will evaluate the request when we are planning the work for the next milestone. To learn more about what to expect next and how this issue will be handled you can read more about our triage process here.

@mkArtakMSFT mkArtakMSFT added enhancement This issue represents an ask for new feature or an enhancement to an existing one feature-hot-reload This issue is related to the Hot Reload feaature labels Mar 11, 2021
pranavkm added a commit to dotnet/sdk that referenced this issue Apr 1, 2021
* Fix a bug where deltas where being sent in the wrong format to BlazorWASM
* Allow recovering from compilation errors in a BlazorWASM app.

Fixes dotnet/aspnetcore#30815
pranavkm added a commit to dotnet/sdk that referenced this issue Apr 2, 2021
* Fix a bug where deltas where being sent in the wrong format to BlazorWASM
* Allow recovering from compilation errors in a BlazorWASM app.

Fixes dotnet/aspnetcore#30815
@pranavkm pranavkm reopened this Apr 2, 2021
@ghost ghost added Done This issue has been fixed and removed Working labels Apr 12, 2021
@ghost ghost locked as resolved and limited conversation to collaborators May 13, 2021
filipnavara pushed a commit to filipnavara/dotnet-hotrewatch that referenced this issue Oct 23, 2021
* Fix a bug where deltas where being sent in the wrong format to BlazorWASM
* Allow recovering from compilation errors in a BlazorWASM app.

Fixes dotnet/aspnetcore#30815
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-commandlinetools Includes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPI Done This issue has been fixed enhancement This issue represents an ask for new feature or an enhancement to an existing one feature-dotnetwatch This issue is related to the dotnet-watch command-line tool (now external) feature-hot-reload This issue is related to the Hot Reload feaature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants