From 3a061de44b7d974d2205c06e550180eb471d4b6a Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Mon, 6 Jun 2022 11:36:56 -1000 Subject: [PATCH] Update hot-reload.md (#26064) * Update hot-reload.md * Update aspnetcore/test/hot-reload.md * Apply suggestions from code review Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com> * Update Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com> --- aspnetcore/test/hot-reload.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/aspnetcore/test/hot-reload.md b/aspnetcore/test/hot-reload.md index 8d55915a01..da121ba23a 100644 --- a/aspnetcore/test/hot-reload.md +++ b/aspnetcore/test/hot-reload.md @@ -57,6 +57,14 @@ To disable support for Hot Reload, pass the `--no-hot-reload` option to the `dot dotnet watch --no-hot-reload ``` +## Disable Hot Reload + +The following setting in `Properties/launchSettings.json` disables Hot Reload: + +```json +"hotReloadEnabled" : false +``` + ## Additional resources For more information, see the following resources in the Visual Studio documentation: