Skip to content

Commit 023e99d

Browse files
authored
changed files by pdets auto publish service, publishid[378a616f-06ba-4746-b8cd-17d7954cb923] and do [publish].
1 parent e2a4a06 commit 023e99d

11 files changed

+12
-13
lines changed

learn-pr/wwl-azure/develop-unit-tests-using-github-copilot-tools/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction"
7-
ms.date: 05/26/2025
7+
ms.date: 05/28/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/develop-unit-tests-using-github-copilot-tools/2-examine-github-copilot-support-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Examine the unit testing tools and environment
44
metadata:
55
title: Examine the unit testing tools and environment
66
description: "Examine the unit testing tools and environment"
7-
ms.date: 05/26/2025
7+
ms.date: 05/28/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/develop-unit-tests-using-github-copilot-tools/3-create-unit-tests-generate-tests-smart-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Create unit tests using the Generate Tests smart action
44
metadata:
55
title: Create unit tests using the Generate Tests smart action
66
description: "Create unit tests using the Generate Tests smart action"
7-
ms.date: 05/26/2025
7+
ms.date: 05/28/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/develop-unit-tests-using-github-copilot-tools/4-create-unit-tests-inline-chat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Create unit tests using Inline Chat
44
metadata:
55
title: Create unit tests using Inline Chat
66
description: "Create unit tests using Inline Chat"
7-
ms.date: 05/26/2025
7+
ms.date: 05/28/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/develop-unit-tests-using-github-copilot-tools/5-create-unit-tests-chat-view-modes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Create unit tests using Chat view modes
44
metadata:
55
title: Create unit tests using Chat view modes
66
description: "Create unit tests using Chat view modes"
7-
ms.date: 05/26/2025
7+
ms.date: 05/28/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/develop-unit-tests-using-github-copilot-tools/6-exercise-develop-unit-tests-github-copliot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Develop unit tests using GitHub Copilot
44
metadata:
55
title: Exercise - Develop unit tests using GitHub Copilot
66
description: "Exercise - Develop unit tests using GitHub Copilot."
7-
ms.date: 05/26/2025
7+
ms.date: 05/28/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/develop-unit-tests-using-github-copilot-tools/7-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Module assessment
44
metadata:
55
title: Module assessment
66
description: "Knowledge check"
7-
ms.date: 05/26/2025
7+
ms.date: 05/28/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/develop-unit-tests-using-github-copilot-tools/8-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Summary"
7-
ms.date: 05/26/2025
7+
ms.date: 05/28/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/develop-unit-tests-using-github-copilot-tools/includes/2-examine-github-copilot-support-unit-tests.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Open the Command Palette and select **.NET:New Project...** then select **xUnit
114114

115115
From the Terminal, you can run the following command:
116116

117-
```plaintext
117+
```dotnetcli
118118
dotnet add [location of your test csproj file] reference [location of the csproj file for project to be tested]
119119
```
120120

@@ -128,7 +128,7 @@ Open the Command Palette and select **.NET:New Project...** then select **NUnit3
128128

129129
From the Terminal, run the following command:
130130

131-
```plaintext
131+
```dotnetcli
132132
dotnet add [location of your test csproj file] reference [location of the csproj file for project to be tested]
133133
```
134134

@@ -143,7 +143,7 @@ Open the Command Palette and select **.NET:New Project...** then select **MSTest
143143

144144
From the Terminal, run the following command:
145145

146-
```plaintext
146+
```dotnetcli
147147
dotnet add [location of your test csproj file] reference [location of the csproj file for project to be tested]
148148
```
149149

learn-pr/wwl-azure/develop-unit-tests-using-github-copilot-tools/includes/8-summary.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ Additional Reading:
99
1. [GitHub Copilot in Visual Studio Code - FAQ](https://code.visualstudio.com/docs/copilot/faq)
1010
1. [GitHub Copilot in Visual Studio Code - Cheat Sheet](https://code.visualstudio.com/docs/copilot/reference/copilot-vscode-features)
1111
1. [GitHub Copilot in Visual Studio Code - Workspace Context](https://code.visualstudio.com/docs/copilot/reference/workspace-context)
12-
1. [C# Dev Kit documentation](https://code.visualstudio.com/docs/csharp/csharp-dev-kit)
1312
1. [Testing with the C# Dev Kit](https://code.visualstudio.com/docs/csharp/testing)

0 commit comments

Comments
 (0)