Skip to content

Commit 8fcfd59

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/visualstudio-docs-pr (branch live)
2 parents 35ddd30 + 93ccb26 commit 8fcfd59

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

docs/ide/deploy-copilot-to-enterprise.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ms.manager: mijacobs
99
ms.subservice: ai-tools
1010
ms.collection: ce-skilling-ai-copilot
1111
monikerRange: vs-2022
12+
ms.custom: ai-learning-hub
1213
---
1314
# Deploy GitHub Copilot to existing Visual Studio instances
1415

docs/ide/visual-studio-github-copilot-admin.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ms.manager: mijacobs
99
ms.subservice: ai-tools
1010
ms.collection: ce-skilling-ai-copilot
1111
monikerRange: vs-2022
12+
ms.custom: ai-learning-hub
1213
---
1314

1415
# Admin controls for GitHub Copilot

docs/ide/visual-studio-github-copilot-troubleshoot.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ms.manager: mijacobs
99
ms.subservice: ai-tools
1010
ms.collection: ce-skilling-ai-copilot
1111
monikerRange: vs-2022
12+
ms.custom: ai-learning-hub
1213
---
1314

1415
# Troubleshoot GitHub Copilot in Visual Studio

docs/test/generate-unit-tests-for-your-code-with-intellitest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Generate unit tests for your code with IntelliTest
33
description: IntelliTest explores your .NET code to generate test data and a suite of unit tests. Learn how to run IntelliTest to generate smart fuzz tests that cover all your logic branches, see which tests are failing, and fix them.
4-
ms.date: 12/04/2023
4+
ms.date: 10/11/2024
55
ms.topic: conceptual
66
f1_keywords:
77
- vs.UnitTest.CreateIntelliTest
@@ -25,12 +25,12 @@ The **Create IntelliTest** and **Run IntelliTest** menu commands:
2525
* Support only C# code that targets the .NET Framework.
2626

2727
> [!NOTE]
28-
> For .NET 6 support with IntelliTest, you can install the Preview version of Visual Studio Enterprise and see the [announcement
28+
> For .NET 6 support with IntelliTest and .NET Framework support for x64 configuration, you can install the Preview version of Visual Studio Enterprise and see the [announcement
2929
](https://devblogs.microsoft.com/visualstudio/intellitest-simplifies-writing-and-maintaining-unit-tests/).
3030

3131
* Are [extensible](#extend-framework) and support emitting tests in MSTest, MSTest V2, NUnit, and xUnit format.
3232

33-
* Do not support x64 configuration.
33+
* Do not support x64 configuration (requires Preview version).
3434

3535
## Explore: Use IntelliTest to explore your code and generate unit tests
3636

0 commit comments

Comments
 (0)