зеркало из https://github.com/microsoft/testfx.git
Enable UseProperAssertMethodsAnalyzer by default (#4076)
This commit is contained in:
Родитель
d8002dfb7a
Коммит
9961c8ea53
|
@ -5,4 +5,4 @@
|
|||
|
||||
Rule ID | Category | Severity | Notes
|
||||
--------|----------|----------|-------
|
||||
MSTEST0037 | `Usage` | Disabled | UseProperAssertMethodsAnalyzer
|
||||
MSTEST0037 | `Usage` | Info | UseProperAssertMethodsAnalyzer
|
||||
|
|
|
@ -63,7 +63,7 @@ internal sealed class UseProperAssertMethodsAnalyzer : DiagnosticAnalyzer
|
|||
null,
|
||||
Category.Usage,
|
||||
DiagnosticSeverity.Info,
|
||||
isEnabledByDefault: false);
|
||||
isEnabledByDefault: true);
|
||||
|
||||
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; }
|
||||
= ImmutableArray.Create(Rule);
|
||||
|
|
Загрузка…
Ссылка в новой задаче