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>
pull/26067/head
Rick Anderson 2022-06-06 11:36:56 -10:00 committed by GitHub
parent ee892461da
commit 3a061de44b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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: