From e2624d14457be93e8e4ac9bf6f07aacbff6a1f87 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Fri, 7 Nov 2025 23:16:49 +0100 Subject: [PATCH 1/3] Fix note syntax for mstest analyzer docs --- docs/core/testing/mstest-analyzers/mstest0039.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/testing/mstest-analyzers/mstest0039.md b/docs/core/testing/mstest-analyzers/mstest0039.md index bbe3078613846..7e9bfde4b087d 100644 --- a/docs/core/testing/mstest-analyzers/mstest0039.md +++ b/docs/core/testing/mstest-analyzers/mstest0039.md @@ -24,7 +24,7 @@ ms.author: ygerges | **Introduced in version** | 3.8.0 | | **Is there a code fix** | Yes | -> [NOTE] +> [!NOTE] > This analyzer is no longer relevant for MSTest 4 as the old assertion APIs were removed. ## Cause From 9a20885ae2443c2a313ff025a5b193f506b4e1e5 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Fri, 7 Nov 2025 23:17:11 +0100 Subject: [PATCH 2/3] Update mstest0034.md --- docs/core/testing/mstest-analyzers/mstest0034.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/testing/mstest-analyzers/mstest0034.md b/docs/core/testing/mstest-analyzers/mstest0034.md index f07e10d31fa3e..b13805dc2d593 100644 --- a/docs/core/testing/mstest-analyzers/mstest0034.md +++ b/docs/core/testing/mstest-analyzers/mstest0034.md @@ -24,7 +24,7 @@ ms.author: enjieid | **Introduced in version** | 3.6.0 | | **Is there a code fix** | No | -> [NOTE] +> [!NOTE] > This analyzer is no longer relevant for MSTest 4 as `ClassCleanupBehavior` was removed. ## Cause From 78a0fe0745849e37c44323d7a87db9d524c070eb Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Fri, 7 Nov 2025 23:17:29 +0100 Subject: [PATCH 3/3] Update mstest0053.md --- docs/core/testing/mstest-analyzers/mstest0053.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/testing/mstest-analyzers/mstest0053.md b/docs/core/testing/mstest-analyzers/mstest0053.md index eac408e4daa2d..8e5df69d3dbeb 100644 --- a/docs/core/testing/mstest-analyzers/mstest0053.md +++ b/docs/core/testing/mstest-analyzers/mstest0053.md @@ -25,7 +25,7 @@ ai-usage: ai-generated | **Introduced in version** | 3.11.0 | | **Is there a code fix** | Yes | -> [NOTE] +> [!NOTE] > This analyzer is no longer relevant for MSTest 4 as the assertion APIs with format parameters were removed. ## Cause