From cdf8cc2541bd726a2fc0d1c28cba29f337d7ccdb Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Thu, 24 Feb 2022 16:33:39 -1000 Subject: [PATCH] Update hot-reload.md (#25133) * Update hot-reload.md * Update aspnetcore/test/hot-reload.md --- aspnetcore/test/hot-reload.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/aspnetcore/test/hot-reload.md b/aspnetcore/test/hot-reload.md index 5376d5380f..445da1b18a 100644 --- a/aspnetcore/test/hot-reload.md +++ b/aspnetcore/test/hot-reload.md @@ -11,7 +11,7 @@ uid: test/hot-reload --- # .NET Hot Reload support for ASP.NET Core -.NET Hot Reload applies code changes, including changes to stylesheets, to a running app without restarting the app and without losing app state. Hot Reload is supported for all ASP.NET Core projects. +.NET Hot Reload applies code changes, including changes to stylesheets, to a running app without restarting the app and without losing app state. Hot Reload is supported for all ASP.NET Core 6.0 and later projects. Generally, updated code is rerun to take effect with the following conditions: @@ -63,6 +63,9 @@ dotnet watch --no-hot-reload For more information, see the following resources in the Visual Studio documentation: -* [Visual Studio 2022 version 17.0 RC and Preview Release Notes: .NET Hot Reload](/visualstudio/releases/2022/release-notes-preview#net-hot-reload) +* YouTube video [.NET 6 Hot Reload in Visual Studio 2022, VS Code, and NOTEPAD?!?](https://www.youtube.com/watch?v=4S3vPzawnoQ) +* [Introducing the .NET Hot Reload experience for editing code at runtime](https://devblogs.microsoft.com/dotnet/introducing-net-hot-reload/) +* [Write and debug running code with Hot Reload in Visual Studio](/visualstudio/debugger/hot-reload) +* * [Updates for Blazor & Razor editors + Hot Reload for ASP.NET](/visualstudio/ide/whats-new-visual-studio-2022#updates-for-blazor--razor-editors--hot-reload-for-aspnet) * [Test Execution with Hot Reload](/visualstudio/test/test-execution-with-hot-reload)