29 references to GetValuesCommand
dotnet.Tests (1)
CommandTests\Build\GivenDotnetBuildBuildsCsproj.cs (1)
346var command = new GetValuesCommand(testAsset,
Microsoft.NET.Build.Tests (22)
DesignTimeBuildTests.cs (2)
120var getValuesCommand = new GetValuesCommand(testAsset, "_PackageDependenciesDesignTime", GetValuesCommand.ValueType.Item) 167var getValuesCommand = new GetValuesCommand(testAsset, "_PackageDependenciesDesignTime", GetValuesCommand.ValueType.Item)
GivenThatWeWantRuntimeConfigInBuiltProjectOutputGroup.cs (1)
24var command = new GetValuesCommand(
GivenThatWeWantToBuildADesktopExe.cs (1)
47new GetValuesCommand(testAsset, "_SatelliteAssemblyReferences", GetValuesCommand.ValueType.Item, tfm)
GivenThatWeWantToBuildALibraryWithOSSupportedVersion.cs (1)
195var getValuesCommand = new GetValuesCommand(testAsset, "TargetPlatformMinVersion");
GivenThatWeWantToBuildASelfContainedApp.cs (3)
166var getValuesCommand = new GetValuesCommand(testAsset, "RuntimePack", GetValuesCommand.ValueType.Item) 314var getValuesCommand = (GetValuesCommand)new GetValuesCommand(testAsset, "TargetingPack", GetValuesCommand.ValueType.Item) 330getValuesCommand = (GetValuesCommand)new GetValuesCommand(testAsset, "RuntimePack", GetValuesCommand.ValueType.Item)
GivenThatWeWantToBuildAWindowsDesktopProject.cs (5)
138var getValuesCommand = new GetValuesCommand(testAsset, "ImportWindowsDesktopTargets"); 223var getValuesCommand = new GetValuesCommand(testAsset, "TargetPlatformVersion"); 368var getValueCommand = new GetValuesCommand(testAsset, "SdkSupportedTargetPlatformIdentifier", GetValuesCommand.ValueType.Item); 837var getValueCommand = new GetValuesCommand(testAsset, "PackageDownload", GetValuesCommand.ValueType.Item) 860var getValueCommand = new GetValuesCommand(testAsset, propertyName);
GivenThatWeWantToControlGeneratedAssemblyInfo.cs (1)
407var getValuesCommand = new GetValuesCommand(testAsset, "LangVersion", targetFramework: targetFramework);
GivenThatWeWantToUseAnalyzers.cs (1)
330var getValuesCommand = new GetValuesCommand(testAsset,
KnownRuntimePackTests.cs (2)
91var getValuesCommand = new GetValuesCommand(testAsset, "RuntimePack", GetValuesCommand.ValueType.Item) 125var getValuesCommand = new GetValuesCommand(testAsset, "PackageDownload", GetValuesCommand.ValueType.Item)
WorkloadTests.cs (5)
66var getValuesCommand = new GetValuesCommand(testAsset, "SuggestedWorkload", GetValuesCommand.ValueType.Item) 192var getValuesCommand = new GetValuesCommand(testAsset, expectedProperty); 221var getValuesCommand = new GetValuesCommand(testAsset, expectedProperty); 249new GetValuesCommand(testAsset, "_ResolvedSuggestedWorkload", GetValuesCommand.ValueType.Item) 299new GetValuesCommand(testAsset, "_ResolvedSuggestedWorkload", GetValuesCommand.ValueType.Item)
Microsoft.NET.Publish.Tests (6)
GivenThatWeWantToPreserveCompilationContext.cs (1)
56var getValuesCommand = new GetValuesCommand(testAsset, "LangVersion");
GivenThatWeWantToPublishAnAotApp.cs (3)
1047var getKnownPacks = new GetValuesCommand(testAsset, "KnownILCompilerPack", GetValuesCommand.ValueType.Item, targetFramework) 1062var ilcToolsPathCommand = new GetValuesCommand(testAsset, "IlcToolsPath", targetFramework: targetFramework) 1072var ilcReferenceCommand = new GetValuesCommand(testAsset, "IlcReference", GetValuesCommand.ValueType.Item, targetFramework)
GivenThatWeWantToRunILLink.cs (2)
2297var getKnownPacks = new GetValuesCommand(testAsset, "KnownILLinkPack", GetValuesCommand.ValueType.Item, targetFramework) 2308var illinkTargetsCommand = new GetValuesCommand(testAsset, "ILLinkTargetsPath", targetFramework: targetFramework);