From b5b9c1a59eb06bf3cd030e1c1a72381a9cf907b9 Mon Sep 17 00:00:00 2001 From: David Pine Date: Fri, 30 May 2025 08:11:09 -0500 Subject: [PATCH] Update unit-testing-mstest-writing-tests-attributes.md Follow up from #46490 --- .../testing/unit-testing-mstest-writing-tests-attributes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/core/testing/unit-testing-mstest-writing-tests-attributes.md b/docs/core/testing/unit-testing-mstest-writing-tests-attributes.md index cb2453d701696..d4b0a66a4c769 100644 --- a/docs/core/testing/unit-testing-mstest-writing-tests-attributes.md +++ b/docs/core/testing/unit-testing-mstest-writing-tests-attributes.md @@ -3,7 +3,7 @@ title: MSTest attributes description: Learn about the various attributes of MSTest. author: Evangelink ms.author: amauryleve -ms.date: 07/24/2024 +ms.date: 05/30/2025 --- # MSTest attributes @@ -73,7 +73,7 @@ Use the following elements to set up data-driven tests. For more information, se - > [!TIP] -> While combinatorial testing isn't directly supported by MSTest, an external [Combinatorial.MSTest NuGet packages](https://www.nuget.org/packages/Combinatorial.MSTest/) adds that support. The package is open source maintained on [Combinatorial.MSTest GitHub repository](https://github.com/Youssef1313/Combinatorial.MSTest). This package is not maintained by Microsoft. +> MSTest doesn't natively support combinatorial testing, but you can add this capability using the open-source [Combinatorial.MSTest](https://www.nuget.org/packages/Combinatorial.MSTest) NuGet package. It's actively maintained by the [community and available on GitHub](https://github.com/Youssef1313/Combinatorial.MSTest). This package isn't maintained by Microsoft. ### `DataRowAttribute`