-
Notifications
You must be signed in to change notification settings - Fork 10.3k
[Blazor] Use Microsoft.DotNet.HotReload.Agent
package
#61821
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
Conversation
<LatestPackageReference Include="Microsoft.DotNet.HotReload.Agent" /> | ||
<LatestPackageReference Include="Microsoft.DotNet.HotReload.Agent.Data" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this essentially a sources package?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, is the plan for this code to end up in the runtime eventually (To enable HotReload outside Blazor).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this essentially a sources package?
Yes
Also, is the plan for this code to end up in the runtime eventually (To enable HotReload outside Blazor).
Yes-ish. The plan is that it ends somewhere, where runtime template can use it as well, including the bootstrap logic. I don't know that exact shape yet
Replace custom sources with
Microsoft.DotNet.HotReload.Agent
package.Sources are restored inside the repo on CI and thus we need to suppress some formatting in editorconfig.
Contributes to #61272