aspnetcore icon indicating copy to clipboard operation
aspnetcore copied to clipboard

Replace WebAssembly Hot Reload code with Microsoft.DotNet.HotReload.Agent.nupkg

Open danroth27 opened this issue 8 months ago • 1 comments

  • Replace Components/WebAssembly/WebAssembly/src/HotReload with Microsoft.DotNet.HotReload.Agent.nupkg from the dotnet/sdk repo.
  • Ensure the implementation works for .NET WebAssembly scenarios. Where there are mismatches, update the source package to benefit all workloads.
  • Ensure the integration tests validate the complete system works as expected.
  • In the future, there will be periodic updates to the shared packages. The integration tests will make it as simple as possible to identify and diagnose potential issues.

danroth27 avatar Apr 02 '25 00:04 danroth27