4 references to PrereleaseOption
dotnet (3)
Commands\Tool\Install\ToolInstallCommandParser.cs (1)
45public static readonly Option<bool> PrereleaseOption = ToolSearchCommandParser.PrereleaseOption;
Commands\Tool\Search\ToolSearchCommandParser.cs (1)
58command.Options.Add(PrereleaseOption);
NugetSearch\NugetSearchApiParameter.cs (1)
37var prerelease = parseResult.GetValue(ToolSearchCommandParser.PrereleaseOption);
dotnet.Tests (1)
CommandTests\Tool\Search\ToolSearchParserTests.cs (1)
39result.GetValue<bool>(ToolSearchCommandParser.PrereleaseOption).Should().Be(true);