Skip to content

Commit

Permalink
Update usage-rules.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Jan 7, 2025
1 parent b622828 commit 47299fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/testing/mstest-analyzers/usage-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Identifier | Name | Description
[MSTEST0024](mstest0024.md) | DoNotStoreStaticTestContextAnalyzer | Do not store TestContext in a static member
[MSTEST0026](mstest0026.md) | AssertionArgsShouldAvoidConditionalAccessRuleId | Avoid conditional access in assertions
[MSTEST0037](mstest0037.md) | UseProperAssertMethodsAnalyzer | Use proper `Assert` methods
[MSTEST0038](mstest0038.md) | AvoidAssertAreSameWithValueTypesAnalyzer | Don't use 'Assert.AreSame' with value types
[MSTEST0038](mstest0038.md) | AvoidAssertAreSameWithValueTypesAnalyzer | Don't use 'Assert.AreSame' or 'Assert.AreNotSame' with value types

0 comments on commit 47299fe

Please sign in to comment.