-
Notifications
You must be signed in to change notification settings - Fork 10.4k
[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
Changes from all commits
1c7b72f
9120543
52f3842
5755b72
91823fb
f887036
aa66f3a
fd968e8
3c63861
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,8 @@ and are generated based on the last package release. | |
<LatestPackageReference Include="Microsoft.CodeAnalysis.ExternalAccess.AspNetCore" /> | ||
<LatestPackageReference Include="Microsoft.CodeAnalysis.Razor" /> | ||
<LatestPackageReference Include="Microsoft.CSharp" /> | ||
<LatestPackageReference Include="Microsoft.DotNet.HotReload.Agent" /> | ||
<LatestPackageReference Include="Microsoft.DotNet.HotReload.Agent.Data" /> | ||
Comment on lines
+28
to
+29
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more.
Yes
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 |
||
<LatestPackageReference Include="Microsoft.Extensions.Caching.Abstractions" /> | ||
<LatestPackageReference Include="Microsoft.Extensions.Caching.Memory" /> | ||
<LatestPackageReference Include="Microsoft.Extensions.Configuration.Abstractions" /> | ||
|
This file was deleted.
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.