4 references to ExcludeOption
dotnet-format (3)
Commands\FormatCommandCommon.cs (3)
119
command.Options.Add(
ExcludeOption
);
183
if (parseResult.GetResult(IncludeOption) is not null || parseResult.GetResult(
ExcludeOption
) is not null)
186
var fileToExclude = parseResult.GetValue(
ExcludeOption
) ?? Array.Empty<string>();
dotnet-format.UnitTests (1)
ProgramTests.cs (1)
63
Assert.Collection(result.GetValue(FormatCommandCommon.
ExcludeOption
),