Skip to content

Commit c7375f7

Browse files
Merge pull request #11306 from MicrosoftDocs/main639118874958541950sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents b9b6619 + 15a7d3f commit c7375f7

65 files changed

Lines changed: 112 additions & 239 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/agents/visualstudio-standards-check.agent.md

Lines changed: 0 additions & 157 deletions
This file was deleted.

.github/workflows/add-awp-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
215215
- name: Post review suggestions for metadata updates
216216
if: steps.commit.outputs.status == 'fork' || steps.commit.outputs.status == 'push-failed'
217-
uses: actions/github-script@v8
217+
uses: actions/github-script@v9
218218
with:
219219
script: |
220220
const fs = require('fs');

.github/workflows/clean-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Harden Runner
20-
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
20+
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
2121
with:
2222
egress-policy: audit
2323

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -378,10 +378,10 @@ settings.json
378378
.env
379379
.env.example
380380
requirements.txt
381-
382-
# Allow Visual Studio-specific tracked files
383-
!.github/agents/visualstudio-standards-check.agent.md
381+
.github/hooks/doc-kit-hooks.json
382+
.github/hooks/scripts/add-dockit-tag.sh
384383

385384
# Allow Visual Studio product instructions file
386385
!.github/instructions/visual-studio-product.instructions.md
387386
!.github/workflows/add-awp-metadata.yml
387+

docs/data-tools/add-new-connections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Connect to database or open MDF file (ADO.NET)
3-
ms.date: 11/14/2024
3+
ms.date: 02/25/2026
44
description: Connect to a database or data service with ADO.NET in Visual Studio, or connect to a database opened from a median disk file (.mdf).
55
ms.topic: how-to
66
author: ghogen

docs/data-tools/create-a-sql-database-by-using-a-designer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create database, add tables in .NET Framework apps
33
description: Create a database with tables and foreign keys in a .NET Framework application by using Table Designer in Visual Studio.
4-
ms.date: 02/03/2025
4+
ms.date: 02/23/2026
55
ms.topic: how-to
66
helpviewer_keywords:
77
- database tables, creating

docs/debugger/debug-dotnet-core-in-wsl-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Debug .NET apps in Linux using WSL
33
description: Discover how to run and debug your .NET applications in WSL without leaving the Visual Studio integrated development environment (IDE).
4-
ms.date: "10/02/2025"
4+
ms.date: 03/13/2026
55
ms.topic: how-to
66
helpviewer_keywords:
77
- "debugging, linux"

docs/debugger/how-to-use-the-call-stack-window.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: View the call stack in the debugger
33
description: Use the Call Stack window in the Visual Studio integrated development environment (IDE) to view the function or procedure calls that are currently on the stack.
4-
ms.date: 03/06/2026
4+
ms.date: 03/12/2026
55
ms.topic: how-to
66
ms.custom: awp-ai
77
ai-usage: ai-assisted

docs/debugger/remote-debugging-azure-app-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Remote Debug ASP.NET Core on Azure App Service"
33
description: Configure Azure App Service for remote debugging and attach the remote debugger from Visual Studio to debug the app as though it's running locally.
4-
ms.date: 11/21/2025
4+
ms.date: 03/12/2026
55
ms.topic: how-to
66
author: "mikejo5000"
77
ms.author: "mikejo"

docs/debugger/remote-debugging-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Remote Debug a C# or VB project"
33
description: Learn how to debug a Visual Studio C# or Visual Basic application from a remote computer by following these step-by-step instructions.
4-
ms.date: "10/01/2025"
4+
ms.date: 03/04/2026
55
ms.topic: how-to
66
dev_langs:
77
- "C++"

0 commit comments

Comments
 (0)