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