Skip to content

Commit 6c6b1b0

Browse files
Merge pull request #13230 from Mikejo5000/mikejo-br24
Add more detailed requirements for IntelliTest
2 parents f90703a + 6407d35 commit 6c6b1b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)