Skip to content

Commit aabdf3f

Browse files
authored
Merge pull request #8687 from MicrosoftDocs/main638047731320114342sync_temp
Repo sync for protected CLA branch
2 parents 24639f9 + c19674a commit aabdf3f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/debugger/hot-reload.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Write and debug code by using Hot Reload"
33
description: "Hot Reload, similar to edit and continue, allows you to make changes to your code while running apps"
4-
ms.date: 11/05/2021
4+
ms.date: 11/22/2022
55
ms.topic: conceptual
66
helpviewer_keywords:
77
- "Hot reload"
@@ -197,6 +197,10 @@ If you select the **Always rebuild** option in the dialog box, you won't see the
197197
> [!NOTE]
198198
> In the first release of Visual Studio (version 17.0) the standard Edit and Continue dialog is still shown when using Hot Reload with the debugger. This was a bug and has been resolved starting with 17.1 Preview 2 release.
199199
200+
## Troubleshooting
201+
202+
For ASP.NET Core, if you're using response compression, see the information on [response compression](/dotnet/core/tools/dotnet-watch#description) in `dotnet watch`.
203+
200204
## See also
201205

202206
[Edit and Continue (Visual C#)](../debugger/edit-and-continue-visual-csharp.md)

docs/test/unit-test-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Unit testing fundamentals
33
description: Learn how Visual Studio Test Explorer provides a flexible and efficient way to run your unit tests and view their results.
4-
ms.date: 10/17/2021
4+
ms.date: 11/22/2022
55
ms.topic: conceptual
66
f1_keywords:
77
- vs.UnitTest.CreateUnitTest

0 commit comments

Comments
 (0)