CommandTests\Build\GivenDotnetBuildBuildsCsproj.cs (19)
26.Execute()
37outputRunCommand.Execute(outputDll)
50.Execute("--no-restore", "--nologo", "/t:PrintMessage")
65.Execute()
80.Execute("--framework", ToolsetInfo.CurrentTargetFramework)
93.Execute("--no-restore")
111.Execute("--no-restore")
127.Execute("--packages", dir)
134.Execute("--no-restore")
146outputRunCommand.Execute(outputDll)
165.Execute();
179.Execute("--nologo");
199.Execute("-r", "win-x64")
220.Execute("-r", "win-x64")
239.Execute(commandName, "-r", "win-x64", "--self-contained")
256.Execute("-r", "win-x64")
279.Execute(executeOptions)
311.Execute("build", "-r", EnvironmentInfo.GetCompatibleRid(), "--self-contained")
354command.Execute().Should().Pass();
CommandTests\Build\GivenDotnetBuildBuildsDcproj.cs (1)
26.Execute();
CommandTests\Pack\PackTests.cs (21)
25var result = packCommand.Execute("-c", "Test");
48.Execute("-o", outputDir.FullName)
66.Execute("--version-suffix", "85", "-c", "Debug")
93.Execute("-c", "Debug")
116.Execute("-c", "Debug", "-p:PackageID=LibraryWithOutputAssemblyName", "--include-symbols")
152.Execute()
164.Execute()
176.Execute("--no-build");
194.Execute("--no-restore")
208var result = packCommand.Execute("-c", "Debug", "--serviceable");
244.Execute()
249.Execute("--packages", dir)
255.Execute("--no-restore")
271.Execute("--nologo");
289.Execute("--runtime", "unknown");
303.Execute(nuspecPath, "--property", "id=PackNoCsproj",
332.Execute(nuspecPath, "--property", "id=PackNoCsproj","--property", "authors=author", "--version");
348.Execute(
383.Execute(nuspecPath, "--configuration", configuration);
407.Execute(nuspecPath, "--property", "id=PackNoCsproj",
430.Execute(nuspecPath);
CommandTests\Package\Add\GivenDotnetPackageAdd.cs (25)
28.Execute("add", "package", packageName, "--version", packageVersion);
67.Execute("add", "package", "--prerelease", "A")
97.Execute("add", "package", "A");
122.Execute($"add", "package", "--prerelease", "Newtonsoft.Json", "--version", ToolsetInfo.GetNewtonsoftJsonPackageVersion())
142.Execute("add", csproj, "package", packageName, "--version", packageVersion)
166.Execute("add", csproj, "package", packageName, "--version", packageVersion, "--package-directory", packageDirectory)
190.Execute($"add", "package", "--version", packageVersion, packageName)
212.Execute($"add", "package", packageName, "--version", packageVersion, "--framework", framework)
233.Execute($"add", "package", packageName, "--version", packageVersion)
250.Execute("add", "package", "package1", "package2", "package3")
265.Execute($"add", "package")
286.Execute(args);
304.Execute()
329.Execute()
356.Execute();
393.Execute();
414.Execute()
436.Execute()
455.Execute()
472.Execute()
503.Execute()
558.Execute()
607.Execute()
653.Execute()
678.Execute()
CommandTests\Package\List\GivenDotnetListPackage.cs (29)
26.Execute()
33.Execute("--verbosity", "quiet", "--no-restore")
54.Execute("add", "package", packageName, "--version", packageVersion);
58.Execute()
65.Execute("--no-restore")
83.Execute()
90.Execute("--no-restore")
115.Execute()
123.Execute("--no-restore")
141.Execute("--no-restore")
158.Execute()
207.Execute()
214.Execute("--no-restore")
222.Execute(args: ["--include-transitive", "--no-restore"])
249.Execute()
258.Execute(args.Split(' ', options: StringSplitOptions.RemoveEmptyEntries))
268.Execute(args.Split(' ', options: StringSplitOptions.RemoveEmptyEntries))
288.Execute()
294.Execute("--framework", "invalid")
309.Execute()
316.Execute()
374.Execute()
380.Execute()
396.Execute()
403.Execute()
419.Execute()
426.Execute()
446.Execute()
453.Execute()
CommandTests\Package\Remove\GivenDotnetPackageRemove.cs (6)
19.Execute("add", "package", packageName)
25.Execute("package", "remove", packageName)
41.Execute("add", "package", packageName)
47.Execute("package", "remove", packageName, "--project", "TestAppSimple.csproj")
63.Execute("package", "remove")
78.Execute("package", "remove", "package1", "package2")
CommandTests\Publish\GivenDotnetPublishPublishesProjects.cs (25)
30.Execute()
35.Execute("--framework", ToolsetInfo.CurrentTargetFramework)
42.Execute(outputDll)
58.Execute("--framework", ToolsetInfo.CurrentTargetFramework)
74.Execute("--framework", ToolsetInfo.CurrentTargetFramework)
89.Execute("--framework", "netcoreapp3.0", "--no-restore")
108.Execute(command, propertyKey, propertyVal)
127.Execute()
146.Execute()
184.Execute(args.ToArray())
205.Execute("-p:PublishSelfContained=Invalid")
232command.Execute()
258.Execute(Path.Combine(outputDirectory.FullName, $"{testAppName}.dll"))
281.Execute(args.Split())
296.Execute(args?.Split() ?? Array.Empty<string>())
317.Execute("--no-restore")
325.Execute()
341.Execute("--no-build")
368.Execute(ridArgs)
377.Execute()
392.Execute()
398.Execute("-r", "win-x64", "--no-build")
411.Execute("--nologo");
432.Execute("--no-restore", "-o", "publish")
449.Execute();
CommandTests\Reference\Add\GivenDotnetAddReference.cs (42)
75.Execute()
105var cmd = new DotnetCommand(Log, "reference", "add").Execute(helpArg);
118.Execute("proj.csproj");
133.Execute($"\"{setup.ValidRefCsprojPath}\"");
161.Execute($"{setup.ValidRefCsprojPath}");
175.Execute(setup.ValidRefCsprojRelToOtherProjPath);
188.Execute(setup.ValidRefCsprojPath);
209.Execute();
226.Execute(setup.ValidRefCsprojPath);
244.Execute("-f", FrameworkNet451, setup.ValidRefCsprojPath);
261.Execute(setup.LibCsprojPath)
267.Execute(setup.ValidRefCsprojPath);
283.Execute("-f", FrameworkNet451, setup.LibCsprojPath)
289.Execute("-f", FrameworkNet451, setup.ValidRefCsprojPath);
305.Execute("-f", ToolsetInfo.CurrentTargetFramework, setup.ValidRefCsprojPath)
311.Execute("-f", FrameworkNet451, setup.ValidRefCsprojPath);
327.Execute("-f", FrameworkNet451, setup.LibCsprojPath)
333.Execute(setup.ValidRefCsprojPath);
349.Execute(setup.ValidRefCsprojPath)
355.Execute(setup.ValidRefCsprojPath);
373.Execute("-f", FrameworkNet451, setup.LibCsprojRelPath);
387.Execute("-f", FrameworkNet451, setup.ValidRefCsprojPath)
393.Execute("-f", FrameworkNet451, setup.ValidRefCsprojPath);
408.Execute("-f", FrameworkNet451, setup.LibCsprojRelPath);
423.Execute(setup.LibCsprojRelPath);
438.Execute(setup.ValidRefCsprojPath);
455.Execute("-f", FrameworkNet451, setup.LibCsprojRelPath);
470.Execute("-f", FrameworkNet451, setup.ValidRefCsprojPath);
487.Execute(setup.ValidRefCsprojPath);
507.Execute(setup.LibCsprojPath, setup.ValidRefCsprojPath);
528.Execute("-f", FrameworkNet451, setup.LibCsprojPath, setup.ValidRefCsprojPath);
546.Execute(setup.ValidRefCsprojPath);
563.Execute("IDoNotExist.csproj");
578.Execute(setup.ValidRefCsprojPath, "IDoNotExist.csproj");
593.Execute(setup.ValidRefCsprojPath.Replace('\\', '/'));
611.Execute(setup.ValidRefCsprojRelPath);
629.Execute("-f", FrameworkNet451, net45lib.CsProjPath);
646.Execute(lib.CsProjPath);
668.Execute($"-f", framework, net45lib.CsProjPath);
709.Execute(Path.GetDirectoryName(setup.ValidRefCsprojPath) ?? string.Empty);
725.Execute(reference);
741.Execute(reference);
CommandTests\Run\GivenDotnetRunBuildsCsProj.cs (60)
28.Execute()
33.Execute()
49.Execute()
66.Execute("--framework", ToolsetInfo.CurrentTargetFramework)
80.Execute("--no-build", "-v:m");
100.Execute("--no-restore")
116.Execute()
132.Execute("--framework", ToolsetInfo.CurrentTargetFramework)
144.Execute()
149.Execute($"--no-build")
165.Execute($"--project", projectFile)
182.Execute("--project", testProjectDirectory)
199.Execute($"-p", projectFile)
211.Execute(args.Split(" "))
230.Execute(newArgs)
236.Execute(args)
242.Execute("--no-restore")
258.Execute("--no-build")
274.Execute("--", "foo", "bar", "baz")
291.Execute("--", "-d", "-a")
308.Execute("--", "foo", "-d", "-a")
325.Execute("foo", "bar", "baz")
342.Execute("-x", "-y", "-z")
359.Execute("foo", "--", "-z")
376.Execute("--launch-profile", "test");
398.Execute("--launch-profile", "Second");
418.Execute();
439.Execute();
459.Execute("--launch-profile", "Second");
479.Execute("--launch-profile", "DoesNotExist");
499.Execute("--no-launch-profile");
518.Execute("-v:m");
538.Execute("--launch-profile", "First");
557.Execute("--launch-profile", "Second");
576.Execute("--launch-profile", "Third")
593.Execute("--launch-profile", "IIS Express")
610.Execute("--no-launch-profile");
629.Execute("--no-launch-profile");
648.Execute();
666.Execute();
682.Execute("-v:n");
704.Execute();
725.Execute("--interactive");
741.Execute("--interactive");
757.Execute("a", "b", "c", "a", "c");
772command.Execute()
786.Execute();
801.Execute("a", "", "c")
818.Execute()
835.Execute()
852.Execute()
870.Execute()
889.Execute()
908.Execute()
928.Execute()
945.Execute()
962.Execute()
982.Execute()
999.Execute()
1014.Execute("--project", nonExistentProject, "--no-build");
CommandTests\Solution\Add\GivenDotnetSlnAdd.cs (51)
59.Execute(solutionCommand, "add", helpArg);
72.Execute($"{solutionCommand} {commandName}".Trim().Split());
83.Execute(solutionCommand, "one.sln", "two.sln", "three.slnx", "add");
103.Execute(solutionCommand, solutionName, "add", "p.csproj");
124.Execute(solutionCommand, $"InvalidSolution{solutionExtension}", "add", projectToAdd);
151.Execute(solutionCommand, "add", projectToAdd);
171.Execute(solutionCommand, $"App{solutionExtension}", "add");
190.Execute(solutionCommand, "add", "App.csproj");
209.Execute(solutionCommand, "add", projectToAdd);
231.Execute(solutionCommand, $"App{solutionExtension}", "add", projectToAdd);
245.Execute($"build", $"App{solutionExtension}");
271.Execute(solutionCommand, $"App{solutionExtension}", "add", projectToAdd);
278.Execute(solutionCommand, $"App{solutionExtension}", "add", projectToAdd);
286.Execute(solutionCommand, $"App{solutionExtension}", "add", projectToAdd);
292.Execute($"build", $"App{solutionExtension}");
312.Execute(solutionCommand, "App.sln", "add", projectToAdd);
320.Execute(solutionCommand, "App.sln", "add", projectToAdd);
342.Execute(solutionCommand, $"App{solutionExtension}", "add", "Lib");
372.Execute(solutionCommand, $"App{solutionExtension}", "add", directoryToAdd);
401.Execute(solutionCommand, $"App{solutionExtension}", "add", directoryToAdd);
427.Execute(solutionCommand, $"App{solutionExtension}", "add", projectToAdd);
455.Execute(solutionCommand, $"App{solutionExtension}", "add", projectToAdd);
461.Execute();
482.Execute(solutionCommand, $"App{solutionExtension}", "add", projectToAdd);
525.Execute(solutionCommand, $"App{solutionExtension}", "add", projectToAdd);
561.Execute(solutionCommand, $"App{solutionExtension}", "add", projectToAdd);
580.Execute(solutionCommand, "App.sln", "add", projectToAdd);
634.Execute(solutionCommand, $"App{solutionExtension}", "add", projectToAdd);
662.Execute(solutionCommand, $"App{solutionExtension}", "add", "App/App.csproj", "Lib/Lib.csproj");
669.Execute($"restore", $"App{solutionExtension}")
674.Execute("build", $"App{solutionExtension}", "--configuration", "Release")
708.Execute(solutionCommand, $"App{solutionExtension}", "add", projectToAdd);
731.Execute(solutionCommand, $"App{solutionExtension}", "add", projectToAdd, "idonotexist.csproj");
755.Execute(solutionCommand, "App.sln", "add", projectToAdd);
790.Execute(solutionCommand, "App.sln", "add", projectToAdd);
820.Execute(solutionCommand, $"App{solutionExtension}", "add", projectToAdd);
847.Execute(solutionCommand, $"App{solutionExtension}", "add", "Unknown.unknownproj");
868.Execute(solutionCommand, $"App{solutionExtension}", "add", projectToAdd);
892.Execute(solutionCommand, $"App{solutionExtension}", "add", "ProjectWithoutMatchingConfigs");
917.Execute(solutionCommand, $"App{solutionExtension}", "add", "ProjectWithMatchingConfigs");
942.Execute(solutionCommand, $"App{solutionExtension}", "add", "ProjectWithAdditionalConfigs");
967.Execute(solutionCommand, $"TestAppsWithSlnAndMultitargetedProjects{solutionExtension}", "add", projectToAdd)
990.Execute(solutionCommand, $"TestAppsWithSlnAndMultitargetedProjects{solutionExtension}", "add", projectToAdd)
1014.Execute(solutionCommand, $"TestAppsWithSlnAndMultitargetedProjects{solutionExtension}", "add", projectToAdd)
1035.Execute(solutionCommand, $"App{solutionExtension}", "add", "--in-root", projectToAdd);
1063.Execute(solutionCommand, $"App{solutionExtension}", "add", "--solution-folder", "TestFolder", projectToAdd);
1094.Execute(solutionCommand, $"App{solutionExtension}", "add", "--solution-folder", "blah", "--in-root", projectToAdd);
1123.Execute(solutionCommand, $"App{solutionExtension}", "add", "--solution-folder", solutionFolder, projectToAdd);
1150.Execute(solutionCommand, $"App{solutionExtension}", "add", projectToAdd);
1177.Execute(solutionCommand, $"App{solutionExtension}", "add", projectToAdd, option);
1298.Execute(solutionCommand, "add", arguments, "Lib", $"App{solutionExtension}", projectArg);
CommandTests\Solution\List\GivenDotnetSlnList.cs (14)
37.Execute(solutionCommand, "list", helpArg);
50.Execute(solutionCommand, commandName);
61.Execute(solutionCommand, "one.sln", "two.sln", "three.sln", "list");
81.Execute(solutionCommand, solutionName, "list");
99.Execute(solutionCommand, "InvalidSolution.sln", "list");
125.Execute(solutionCommand, "list");
145.Execute(solutionCommand, "list");
163.Execute(solutionCommand, "list");
183.Execute(solutionCommand, $"App{solutionExtension}", "list");
207.Execute(solutionCommand, $"App{solutionExtension}", "list");
235.Execute(solutionCommand, $"App{solutionExtension}", "list");
258.Execute(solutionCommand, $"App{solutionExtension}", "list", "--solution-folders");
278.Execute(solutionCommand, "App.slnf", "list");
297.Execute(solutionCommand, "App.slnf", "list");
CommandTests\Solution\Remove\GivenDotnetSlnRemove.cs (28)
38.Execute(solutionCommand, "remove", helpArg);
49.Execute(solutionCommand, "one.sln", "two.sln", "three.slnx", "remove");
63.Execute(solutionCommand, commandName);
84.Execute(solutionCommand, solutionName, "remove", "p.csproj");
105.Execute(solutionCommand, $"InvalidSolution{solutionExtension}", "remove", projectToRemove);
131.Execute(solutionCommand, "remove", projectToRemove);
151.Execute(solutionCommand, $"App{solutionExtension}", "remove");
170.Execute(solutionCommand, "remove", "App.csproj");
189.Execute(solutionCommand, "remove", projectToRemove);
211.Execute(solutionCommand, $"App{solutionExtension}", "remove", "referenceDoesNotExistInSln.csproj");
240.Execute(solutionCommand, $"App{solutionExtension}", "remove", projectToRemove);
271.Execute(solutionCommand, $"App{solutionExtension}", "remove", projectToRemove);
297.Execute(solutionCommand, $"App{solutionExtension}", "remove", projectToRemove);
325.Execute(solutionCommand, "App.sln", "remove", projectToRemove);
359.Execute(solutionCommand, $"App{solutionExtension}", "remove", "idontexist.csproj", projectToRemove, "idontexisteither.csproj");
395.Execute(solutionCommand, $"App{solutionExtension}", "remove", projectToRemove);
424.Execute(solutionCommand, $"App{solutionExtension}", "remove", "Lib");
447.Execute(solutionCommand, $"App{solutionExtension}", "remove", directoryToRemove);
471.Execute(solutionCommand, $"App{solutionExtension}", "remove", directoryToRemove);
502.Execute(solutionCommand, $"App{solutionExtension}", "remove", projectToRemove);
507.Execute($"restore", $"App{solutionExtension}")
512.Execute("build", $"App{solutionExtension}", "--configuration", "Release", "/p:ProduceReferenceAssembly=false")
539.Execute(solutionCommand, "App.sln", "remove", projectToRemove);
589.Execute(solutionCommand, $"App{solutionExtension}", "remove", libPath, appPath);
614.Execute(solutionCommand, $"App{solutionExtension}", "remove", projectToRemove);
639.Execute(solutionCommand, $"App{solutionExtension}", "remove", projectToRemove);
664.Execute(solutionCommand, $"App{solutionExtension}", "remove", projectToRemove);
687.Execute(solutionCommand, "remove", $"App{solutionExtension}", projectArg);
CommandTests\Test\GivenDotnetTestBuildsAndDiscoversTests.cs (7)
27.Execute(MicrosoftTestingPlatformOptions.ListTestsOption.Name, MicrosoftTestingPlatformOptions.ConfigurationOption.Name, configuration);
50.Execute(MicrosoftTestingPlatformOptions.ListTestsOption.Name, MicrosoftTestingPlatformOptions.ConfigurationOption.Name, configuration);
73.Execute(MicrosoftTestingPlatformOptions.ListTestsOption.Name, MicrosoftTestingPlatformOptions.ConfigurationOption.Name, configuration);
94.Execute(MicrosoftTestingPlatformOptions.ListTestsOption.Name, MicrosoftTestingPlatformOptions.ConfigurationOption.Name, configuration);
119.Execute(MicrosoftTestingPlatformOptions.ListTestsOption.Name, MicrosoftTestingPlatformOptions.ConfigurationOption.Name, configuration);
140.Execute(MicrosoftTestingPlatformOptions.ListTestsOption.Name, MicrosoftTestingPlatformOptions.ConfigurationOption.Name, configuration);
160.Execute(MicrosoftTestingPlatformOptions.ListTestsOption.Name,
CommandTests\Test\GivenDotnetTestBuildsAndRunsTestfromCsproj.cs (30)
26.Execute(ConsoleLoggerOutputNormal);
53.Execute(ConsoleLoggerOutputNormal);
98.Execute("--no-restore", "/p:IsTestProject=''")
115.Execute()
122.Execute(ConsoleLoggerOutputNormal);
146.Execute();
176.Execute("--logger", "trx;logfilename=custom.trx", "--logger",
209.Execute("--no-build", "-v:m");
241.Execute("--logger", "trx", "--results-directory", trxLoggerDirectory);
272.Execute("--logger", "trx;logfilename=custom.trx", "--",
309.Execute("--packages", pkgDir)
315.Execute("--no-restore")
322.Execute("--no-restore");
350.Execute("-v", verbosity);
388.Execute("--runtime", rid)
395.Execute("--no-build", "--runtime", rid);
422.Execute("--nologo");
452.Execute(
491.Execute(
527.Execute(
563.Execute(
596.Execute(
626.Execute();
649.Execute(ConsoleLoggerOutputNormal);
673.Execute("--arch", "wrongArchitecture");
701.Execute("--filter", filter);
724.Execute(flag, pathWithComma);
772.Execute(flag, flagDirectory + slashesOrBackslashes);
795.Execute(testProjectDirectory, arg);
820.Execute()
CommandTests\Test\GivenDotnetTestBuildsAndRunsTestfromCsprojWithCorrectTestRunParameters.cs (2)
52.Execute()
91.Execute()
CommandTests\Test\GivenDotnetTestBuildsAndRunsTests.cs (20)
27.Execute(MicrosoftTestingPlatformOptions.ConfigurationOption.Name, configuration);
52.Execute(MicrosoftTestingPlatformOptions.ConfigurationOption.Name, configuration);
79.Execute(MicrosoftTestingPlatformOptions.ConfigurationOption.Name, configuration);
105.Execute(MicrosoftTestingPlatformOptions.ConfigurationOption.Name, configuration);
135.Execute(MicrosoftTestingPlatformOptions.ConfigurationOption.Name, configuration);
163.Execute(
182.Execute(
202.Execute(MicrosoftTestingPlatformOptions.ConfigurationOption.Name, configuration);
227.Execute("--minimum-expected-tests 2",
257.Execute(MicrosoftTestingPlatformOptions.ConfigurationOption.Name, configuration);
277.Execute(MicrosoftTestingPlatformOptions.ConfigurationOption.Name, configuration);
297.Execute(MicrosoftTestingPlatformOptions.ConfigurationOption.Name, configuration);
317.Execute(MicrosoftTestingPlatformOptions.ConfigurationOption.Name, configuration);
337.Execute(MicrosoftTestingPlatformOptions.ConfigurationOption.Name, configuration);
363.Execute(args);
391.Execute(
417.Execute();
437.Execute(MicrosoftTestingPlatformOptions.MinimumExpectedTestsOption.Name, value);
451.Execute();
490.Execute(
CommandTests\Test\GivenDotnetTestBuildsAndRunsTestsWithDifferentOptions.cs (26)
29.Execute(MicrosoftTestingPlatformOptions.ProjectOption.Name, testProjectPath,
48.Execute(MicrosoftTestingPlatformOptions.SolutionOption.Name, testSolutionPath,
68.Execute(MicrosoftTestingPlatformOptions.SolutionOption.Name, testSolutionPath,
86.Execute(MicrosoftTestingPlatformOptions.ConfigurationOption.Name, configuration);
105.Execute(MicrosoftTestingPlatformOptions.ProjectOption.Name, invalidProjectPath,
124.Execute(MicrosoftTestingPlatformOptions.ProjectOption.Name, projectPath,
145.Execute(MicrosoftTestingPlatformOptions.SolutionOption.Name, invalidSolutionPath,
165.Execute(MicrosoftTestingPlatformOptions.ProjectOption.Name, testProjectPath,
185.Execute(MicrosoftTestingPlatformOptions.ProjectOption.Name, testProjectPath,
205.Execute(MicrosoftTestingPlatformOptions.SolutionOption.Name, solutionPath,
224.Execute(CommonOptions.ArchitectureOption.Name, arch,
244.Execute(CommonOptions.ArchitectureOption.Name, arch,
272.Execute(CommonOptions.RuntimeOptionName, runtime,
292.Execute(CommonOptions.RuntimeOptionName, runtime,
310.Execute(CommonOptions.OperatingSystemOption.Name, runtime.Split('-')[0],
330.Execute(CommonOptions.OperatingSystemOption.Name, runtime.Split('-')[0],
347.Execute($"-p:Configuration={configuration}")
355.Execute(MicrosoftTestingPlatformOptions.ProjectOption.Name, "TestProject.csproj",
375.Execute("-bl", MicrosoftTestingPlatformOptions.ConfigurationOption.Name, configuration);
391.Execute(MicrosoftTestingPlatformOptions.ProjectOption.Name, "TestProject.csproj",
417.Execute(MicrosoftTestingPlatformOptions.ConfigurationOption.Name, configuration,
442.Execute(MicrosoftTestingPlatformOptions.FrameworkOption.Name, ToolsetInfo.CurrentTargetFramework,
476.Execute(MicrosoftTestingPlatformOptions.FrameworkOption.Name, DotnetVersionHelper.GetPreviousDotnetVersion(),
514.Execute(MicrosoftTestingPlatformOptions.FrameworkOption.Name, ToolsetInfo.CurrentTargetFramework,
545.Execute(MicrosoftTestingPlatformOptions.ConfigurationOption.Name, configuration);
563.Execute(MicrosoftTestingPlatformOptions.ConfigurationOption.Name, configuration);
CommandTests\Test\GivenDotnetTestsRunsWithDifferentCultures.cs (1)
25.Execute();
CommandTests\Workload\Install\GivenDotnetWorkloadInstall.cs (6)
39.Execute("workload", "install", "fake", "--skip-manifest-update")
53.Execute("workload", "install", "wasm-tools", "--skip-manifest-update", "--from-rollback-file", "foo.txt")
168.Execute("workload", "--info");
198.Execute("workload", "--infoz")
595.Execute("workload", "install", "--verbosity:quiet", "wasm-tools")
612.Execute("workload", "install", verbosityFlag, "wasm-tools")
GivenThatWeWantSatelliteAssembliesHaveassemblyVersion.cs (1)
36.Execute()
GivenThatWeWantToBuildANetCoreAppWithWap.cs (1)
20.Execute()
GivenThatWeWantToBuildAP2PrefernceWithTargetPlatform.cs (1)
34.Execute()