Hot Reload is a cool feature in .Net 6. we can easily enable this feature in Visual Studio Code with executing the following command
dotnet watch run
then we do not have to rerun the dotnet run to recompile the whole application to see the change immediatley.
No comments:
Post a Comment