File tree 2 files changed +14
-10
lines changed
src/Analyzers/MSTest.Analyzers
2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 1
- ## Release 3.7.0
1
+ ## Release 3.8.0
2
+
3
+ ### New Rules
4
+
5
+ Rule ID | Category | Severity | Notes
6
+ --------|----------|----------|-------
7
+ MSTEST0015 | Design | Disabled | TestMethodShouldNotBeIgnoredAnalyzer, [ Documentation] ( https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0015 )
8
+ MSTEST0026 | Usage | Disabled | AssertionArgsShouldAvoidConditionalAccessRuleId, [ Documentation] ( https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0026 )
9
+ MSTEST0038 | Usage | Warning | AvoidAssertAreSameWithValueTypesAnalyzer, [ Documentation] ( https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0038 )
10
+ MSTEST0039 | Usage | Info | UseNewerAssertThrowsAnalyzer, [ Documentation] ( https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0039 )
11
+ MSTEST0040 | Usage | Warning | AvoidUsingAssertsInAsyncVoidContextAnalyzer, [ Documentation] ( https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0040 )
12
+ MSTEST0041 | Usage | Warning | UseConditionBaseWithTestClassAnalyzer, [ Documentation] ( https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0041 )
13
+
14
+ ## Release 3.7.0
2
15
3
16
### New Rules
4
17
Original file line number Diff line number Diff line change 1
1
; Unshipped analyzer release
2
2
; https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md
3
- ### New Rules
4
3
5
- Rule ID | Category | Severity | Notes
6
- --------|----------|----------|-------
7
- MSTEST0038 | Usage | Warning | AvoidAssertAreSameWithValueTypesAnalyzer, [ Documentation] ( https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0038 )
8
- MSTEST0039 | Usage | Info | UseNewerAssertThrowsAnalyzer, [ Documentation] ( https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0039 )
9
- MSTEST0040 | Usage | Warning | AvoidUsingAssertsInAsyncVoidContextAnalyzer, [ Documentation] ( https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0040 )
10
- MSTEST0041 | Usage | Warning | UseConditionBaseWithTestClassAnalyzer, [ Documentation] ( https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0041 )
11
- MSTEST0015 | Design | Disabled | TestMethodShouldNotBeIgnoredAnalyzer, [ Documentation] ( https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0015 )
12
- MSTEST0026 | Usage | Disabled | AssertionArgsShouldAvoidConditionalAccessRuleId, [ Documentation] ( https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0026 )
You can’t perform that action at this time.
0 commit comments