Skip to content

Commit 0803ef3

Browse files
authored
Fix note syntax for mstest analyzer docs (#49679)
* Fix note syntax for mstest analyzer docs * Update mstest0034.md * Update mstest0053.md
1 parent 3ee81bf commit 0803ef3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/core/testing/mstest-analyzers/mstest0034.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ms.author: enjieid
2424
| **Introduced in version** | 3.6.0 |
2525
| **Is there a code fix** | No |
2626

27-
> [NOTE]
27+
> [!NOTE]
2828
> This analyzer is no longer relevant for MSTest 4 as `ClassCleanupBehavior` was removed.
2929
3030
## Cause

docs/core/testing/mstest-analyzers/mstest0039.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ms.author: ygerges
2424
| **Introduced in version** | 3.8.0 |
2525
| **Is there a code fix** | Yes |
2626

27-
> [NOTE]
27+
> [!NOTE]
2828
> This analyzer is no longer relevant for MSTest 4 as the old assertion APIs were removed.
2929
3030
## Cause

docs/core/testing/mstest-analyzers/mstest0053.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ai-usage: ai-generated
2525
| **Introduced in version** | 3.11.0 |
2626
| **Is there a code fix** | Yes |
2727

28-
> [NOTE]
28+
> [!NOTE]
2929
> This analyzer is no longer relevant for MSTest 4 as the assertion APIs with format parameters were removed.
3030
3131
## Cause

0 commit comments

Comments
 (0)