5 overrides of FormatWarningDescription
dotnet-format (5)
Formatters\CharsetFormatter.cs (1)
13
protected override string
FormatWarningDescription
=> Resources.Fix_file_encoding;
Formatters\EndOfLineFormatter.cs (1)
13
protected override string
FormatWarningDescription
=> Resources.Fix_end_of_line_marker;
Formatters\FinalNewlineFormatter.cs (1)
12
protected override string
FormatWarningDescription
=> Resources.Fix_final_newline;
Formatters\OrganizeImportsFormatter.cs (1)
16
protected override string
FormatWarningDescription
=> Resources.Fix_imports_ordering;
Formatters\WhitespaceFormatter.cs (1)
16
protected override string
FormatWarningDescription
=> Resources.Fix_whitespace_formatting;
1 reference to FormatWarningDescription
dotnet-format (1)
Formatters\DocumentFormatter.cs (1)
173
var fileChange = new FileChange(changePosition, Name, $"{
FormatWarningDescription
}{changeMessage}");