Skip to content

Commit fc834a4

Browse files
Merge pull request #11290 from MicrosoftDocs/main639102458697188482sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 0aa7c5d + 105b9b6 commit fc834a4

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

docs/debugger/debugger-feature-tour.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Overview of the debugger"
33
description: Get started debugging your applications by using the Visual Studio debugger and see what your code is doing while it runs.
44
ms.topic: concept-article
5-
ms.date: 3/11/2025
5+
ms.date: 3/05/2026
66
helpviewer_keywords:
77
- "debugger"
88
author: mikejo5000

docs/profiling/cpu-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: CPU profiling in the Performance Profiler
33
description: Learn about the CPU profiler performance tool, which shows the CPU time and percentage spent executing code in C++, C#, Visual Basic, and JavaScript apps.
4-
ms.date: 02/19/2025
4+
ms.date: 03/13/2026
55
ms.topic: how-to
66
ms.custom: "profiling-seo"
77
author: mikejo5000
25.3 KB
Loading

docs/test/walkthrough-creating-and-running-unit-tests-for-managed-code.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create, run, and customize C# unit tests
33
description: Learn how to create, run, and customize a series of unit tests using the Microsoft unit test framework for managed code and Visual Studio Test Explorer.
4-
ms.date: 8/11/2025
4+
ms.date: 3/27/2026
55
ms.topic: how-to
66
helpviewer_keywords:
77
- unit tests, tutorial
@@ -292,7 +292,10 @@ m_balance -= amount;
292292

293293
In **Test Explorer**, choose **Run All** to rerun the test (or press **Ctrl** + **R**, **V**). The red/green bar turns green to indicate that the test passed.
294294

295-
::: moniker range=">=vs-2022"
295+
::: moniker range="=visualstudio"
296+
![Test Explorer in Visual Studio 2019 showing passed test](media/visualstudio/test-explorer-banktests-passed.png)
297+
::: moniker-end
298+
::: moniker range="=vs-2022"
296299
![Test Explorer in Visual Studio 2019 showing passed test](media/vs-2022/test-explorer-banktests-passed.png)
297300
::: moniker-end
298301

0 commit comments

Comments
 (0)