13 references to RestoreCommandParser
dotnet (8)
Commands\Build\BuildCommandParser.cs (1)
75RestoreCommandParser.AddImplicitRestoreOptions(command, includeRuntimeOption: false, includeNoDependenciesOption: false);
Commands\Pack\PackCommandParser.cs (1)
117RestoreCommandParser.AddImplicitRestoreOptions(command, includeRuntimeOption: false, includeNoDependenciesOption: true);
Commands\Publish\PublishCommandParser.cs (1)
73RestoreCommandParser.AddImplicitRestoreOptions(command, includeRuntimeOption: false, includeNoDependenciesOption: true);
Commands\Restore\RestoreCommand.cs (4)
26RestoreCommandParser.GetCommand(), 27RestoreCommandParser.SlnOrProjectOrFileArgument, 43[CommonOptions.PropertiesOption, CommonOptions.RestorePropertiesOption, RestoreCommandParser.TargetOption, RestoreCommandParser.VerbosityOption],
Parser.cs (1)
80RestoreCommandParser.GetCommand(),
dotnet.Tests (5)
CommandTests\Restore\RestoreParserTests.cs (5)
24result.GetValue(RestoreCommandParser.SlnOrProjectOrFileArgument).Should().BeEquivalentTo(@".\some.csproj"); 25result.OptionValuesToBeForwarded(RestoreCommandParser.GetCommand()).Should().Contain(@"--property:SkipInvalidConfigurations=true"); 33result.OptionValuesToBeForwarded(RestoreCommandParser.GetCommand()).Should().Contain(@"--property:SkipInvalidConfigurations=true"); 42restore.GetValue(RestoreCommandParser.SlnOrProjectOrFileArgument).Should().BeEquivalentTo(@"D:\OSS\corefx\external\runtime\runtime.depproj"); 44restore.GetValue(RestoreCommandParser.SourceOption)