Skip to content

Commit 60178e6

Browse files
authoredJan 21, 2025
Remove incorrect isReportedAtCompilationEnd for UseParallelizeAttributeAnalyzer (#4737)
1 parent 332e796 commit 60178e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

Diff for: ‎src/Analyzers/MSTest.Analyzers/UseParallelizeAttributeAnalyzer.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ public sealed class UseParallelizeAttributeAnalyzer : DiagnosticAnalyzer
2828
Description,
2929
Category.Performance,
3030
DiagnosticSeverity.Info,
31-
isEnabledByDefault: true,
32-
isReportedAtCompilationEnd: true);
31+
isEnabledByDefault: true);
3332

3433
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; }
3534
= ImmutableArray.Create(Rule);

0 commit comments

Comments
 (0)