From 0e9bb10b4313c6240975be1bea2e92dee45f1b06 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Wed, 29 Jan 2025 06:01:25 +0100 Subject: [PATCH] Update MSTEST0026 doc to reflect enabled by default change in 3.8 --- docs/core/testing/mstest-analyzers/mstest0026.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/testing/mstest-analyzers/mstest0026.md b/docs/core/testing/mstest-analyzers/mstest0026.md index d78166cd59f47..56a5a088e52da 100644 --- a/docs/core/testing/mstest-analyzers/mstest0026.md +++ b/docs/core/testing/mstest-analyzers/mstest0026.md @@ -19,7 +19,7 @@ ms.author: faisalhafeez | **Title** | Avoid conditional access in assertions | | **Category** | Usage | | **Fix is breaking or non-breaking** | Non-breaking | -| **Enabled by default** | Yes | +| **Enabled by default** | Yes (from 3.5 to 3.7). No (starting with 3.8) | | **Default severity** | Info | | **Introduced in version** | 3.5.0 | | **Is there a code fix** | No |