Forum Discussion
shanselman
Microsoft
Nov 03, 2021Who is using Hot Reload?
I'm digging Hot Reload. Anyone using it? https://www.youtube.com/watch?v=4S3vPzawnoQ
16 Replies
- pkanavosCopper ContributorHot Reload in `dotnet watch` is great. Just a few days ago I used Hot Reload in a *console* application to generate DTOs from yet another dreaded "Excel Requirements Document". Make a change to the source, save, check the outcome, repeat until satisfied.
I used VS Code as the editor but I could easily have used Sublime. - Eduard KeilholzCopper ContributorYup, love it... Plain old ASP Core API... Make some changes, hit the fire button and enjoy!