hotreload-utils icon indicating copy to clipboard operation
hotreload-utils copied to clipboard

Utilities for .NET hot reload

Hot Reload Utilities

Testing utilities for ".NET Hot Reload".

What's in here

  • Microsoft.DotNet.HotReload.Utils.Generator.BuildTool - MSBuild integration package to generate deltas from a script of changes. This is what you want for CI testing. (README.md)
  • Microsoft.DotNet.HotReload.Utils.Generator - A library for creating tools that generate hot reload deltas.
  • hotreload-delta-gen - A script-driven delta generator packaged as a dotnet tool. This is mostly useful for experimentation. (README.md)