8 references to BinarylogOption
dotnet-format (5)
Commands\FormatCommandCommon.cs (4)
93
BinarylogOption
.AcceptLegalFilePathsOnly();
122
command.Options.Add(
BinarylogOption
);
201
if (parseResult.GetResult(
BinarylogOption
) is not null)
205
if (parseResult.GetValue(
BinarylogOption
) is string { Length: > 0 } binaryLogPath)
Commands\FormatWhitespaceCommand.cs (1)
41
var binarylog = symbolResult.GetResult(
BinarylogOption
);
dotnet-format.UnitTests (3)
ProgramTests.cs (3)
67
Assert.Equal("binary-log-path", result.GetValue(FormatCommandCommon.
BinarylogOption
));
180
Assert.NotNull(result.GetResult(FormatCommandCommon.
BinarylogOption
));
194
Assert.NotNull(result.GetResult(FormatCommandCommon.
BinarylogOption
));