2 references to AssertNoReportedFileChangesAsync
dotnet-format.UnitTests (2)
Analyzers\CodeStyleAnalyzerFormatterTests.cs (1)
71await AssertNoReportedFileChangesAsync(testCode, "root = true", fixCategory: FixCategory.CodeStyle, codeStyleSeverity: DiagnosticSeverity.Warning);
Formatters\AbstractFormatterTests.cs (1)
88return AssertNoReportedFileChangesAsync(code, ToEditorConfig(editorConfig), encoding, fixCategory, analyzerReferences, codeStyleSeverity, analyzerSeverity, diagnostics);