55 references to RestoreCommand
dotnet.Tests (26)
CommandFactoryTests\GivenAProjectDependencyCommandResolver.cs (2)
99
new
RestoreCommand
(testAsset)
128
new
RestoreCommand
(testAsset)
CommandTests\NuGet\GivenANuGetCommand.cs (1)
124
new
RestoreCommand
(testAsset)
CommandTests\Package\List\GivenDotnetListPackage.cs (12)
25
new
RestoreCommand
(testAsset)
57
new
RestoreCommand
(testAsset)
82
new
RestoreCommand
(testAsset)
114
new
RestoreCommand
(testAsset, "App.sln")
206
new
RestoreCommand
(testAsset)
248
new
RestoreCommand
(testAsset)
287
new
RestoreCommand
(testAsset)
308
new
RestoreCommand
(testAsset)
373
new
RestoreCommand
(testAsset)
395
new
RestoreCommand
(testAsset)
418
new
RestoreCommand
(testAsset, "App.sln")
445
new
RestoreCommand
(testAsset, "App.sln")
CommandTests\Publish\GivenDotnetPublishPublishesProjects.cs (1)
29
new
RestoreCommand
(testInstance)
CommandTests\Store\GivenDotnetStoresAndPublishesProjects.cs (2)
32
new
RestoreCommand
(testInstance)
126
new
RestoreCommand
(testInstance)
CommandTests\Test\GivenDotnetTestBuildsAndRunsTestfromCsproj.cs (2)
114
new
RestoreCommand
(testInstance)
819
new
RestoreCommand
(testInstance)
CommandTests\Test\GivenDotnetTestBuildsAndRunsTestFromCsprojForMultipleTFM.cs (1)
67
new
RestoreCommand
(testInstance)
CommandTests\Test\GivenDotnetTestBuildsAndRunsTestfromCsprojWithCorrectTestRunParameters.cs (1)
90
new
RestoreCommand
(testInstance)
CommandTests\VSTest\VSTestTests.cs (1)
207
new
RestoreCommand
(testInstance)
GivenThatDotNetRunsCommands.cs (1)
23
new
RestoreCommand
(testInstance)
GivenThatWeWantToBeBackwardsCompatibleWith1xProjects.cs (1)
71
new
RestoreCommand
(testInstance)
PackagedCommandTests.cs (1)
121
new
RestoreCommand
(testInstance)
EndToEnd.Tests (4)
GivenDotNetUsesMSBuild.cs (2)
64
new
RestoreCommand
(testInstance)
98
new
RestoreCommand
(testInstance)
GivenFrameworkDependentApps.cs (1)
57
new
RestoreCommand
(_testInstance)
GivenUsingDefaultRuntimeFrameworkVersions.cs (1)
54
new
RestoreCommand
(testProject)
Microsoft.NET.Build.Tests (13)
DesignTimeBuildTests.cs (1)
162
new
RestoreCommand
(testAsset)
GivenFrameworkReferences.cs (3)
327
var restoreCommand = new
RestoreCommand
(testAsset)
482
var restoreCommand = new
RestoreCommand
(testAsset);
512
var restoreCommand = new
RestoreCommand
(testAsset);
GivenThatWeWantToBuildAnAppWithLibrariesAndRid.cs (2)
35
var restoreCommand = new
RestoreCommand
(testAsset, "App");
84
var restoreCommand = new
RestoreCommand
(testAsset, "App");
GivenThatWeWantToBuildASelfContainedApp.cs (1)
201
new
RestoreCommand
(packageDownloadAsset)
GivenThereAreDefaultItems.cs (2)
601
var restoreCommand = new
RestoreCommand
(testAsset);
645
var restoreCommand = new
RestoreCommand
(testAsset);
ImplicitAspNetVersions.cs (3)
131
var restoreCommand = new
RestoreCommand
(testAsset);
171
var restoreCommand = new
RestoreCommand
(testAsset);
206
var restoreCommand = new
RestoreCommand
(testAsset);
WorkloadTests.cs (1)
99
new
RestoreCommand
(testAsset)
Microsoft.NET.Publish.Tests (11)
FilesCopiedToPublishDirTests.cs (1)
48
var restoreCommand = new
RestoreCommand
(testAsset);
GivenThatWeWantToPublishAnAppWithLibrariesAndRid.cs (1)
108
var restoreCommand = new
RestoreCommand
(testAsset, "App");
GivenThatWeWantToPublishAProjectWithDependencies.cs (1)
265
new
RestoreCommand
(appAsset, "TestApp").Execute().Should().Pass();
GivenThatWeWantToPublishASelfContainedApp.cs (2)
57
var restoreCommand = new
RestoreCommand
(testAsset);
122
new
RestoreCommand
(testAsset, "main").Execute(args);
GivenThatWeWantToPublishAWebApp.cs (1)
26
var restoreCommand = new
RestoreCommand
(testAsset);
PublishDepsFilePathTests.cs (1)
36
var restoreCommand = new
RestoreCommand
(testAsset);
PublishItemsOutputGroupOutputsTests.cs (1)
48
var restoreCommand = new
RestoreCommand
(testAsset);
PublishItemsOutputGroupTests.cs (2)
32
var restoreCommand = new
RestoreCommand
(testAsset);
97
var restoreCommand = new
RestoreCommand
(testAsset);
RuntimeIdentifiersTests.cs (1)
44
var restoreCommand = new
RestoreCommand
(testAsset);
Microsoft.NET.TestFramework (1)
AspNetSdkTest.cs (1)
92
var restore = new
RestoreCommand
(asset, relativePathToProject);