4 references to ToEditorConfig
dotnet-format.UnitTests (4)
Formatters\AbstractFormatterTests.cs (4)
88
return AssertNoReportedFileChangesAsync(code,
ToEditorConfig
(editorConfig), encoding, fixCategory, analyzerReferences, codeStyleSeverity, analyzerSeverity, diagnostics);
130
return AssertCodeUnchangedAsync(code,
ToEditorConfig
(editorConfig), encoding, fixCategory, analyzerReferences, codeStyleSeverity, analyzerSeverity, diagnostics);
170
return AssertCodeChangedAsync(testCode, expectedCode,
ToEditorConfig
(editorConfig), encoding, fixCategory, analyzerReferences, codeStyleSeverity, analyzerSeverity, diagnostics);
280
return await GetSolutionAsync(sources, additionalFiles, additionalMetadataReferences,
ToEditorConfig
(editorConfig), analyzerReferences);