107 writes to Arguments
aspire (8)
Commands\UpdateCommand.cs (1)
495Arguments = "--version",
DotNet\DotNetSdkInstaller.cs (1)
37Arguments = arguments,
Projects\DotNetBasedAppHostServerProject.cs (1)
551Arguments = "nuget config paths",
Utils\CliDownloader.cs (1)
127Arguments = "--version",
Utils\EnvironmentChecker\ContainerRuntimeCheck.cs (3)
94Arguments = "version -f json", 243Arguments = "ps", 458Arguments = "--version",
Utils\EnvironmentChecker\DeprecatedWorkloadCheck.cs (1)
29Arguments = "workload list",
Aspire.Cli.EndToEnd.Tests (2)
KubernetesPublishTests.cs (1)
316cleanupProcess.StartInfo.Arguments = $"delete cluster --name={clusterName}";
tests\Shared\TemporaryRepo.cs (1)
27Arguments = "init",
Aspire.Cli.Tests (1)
tests\Shared\TemporaryRepo.cs (1)
27Arguments = "init",
Aspire.Deployment.EndToEnd.Tests (28)
AcaCompactNamingDeploymentTests.cs (1)
197Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AcaCompactNamingUpgradeDeploymentTests.cs (1)
311Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AcaCustomRegistryDeploymentTests.cs (1)
267Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AcaDeploymentErrorOutputTests.cs (1)
197Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AcaExistingRegistryDeploymentTests.cs (1)
291Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AcaManagedRedisDeploymentTests.cs (1)
369Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AcaStarterDeploymentTests.cs (1)
236Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AcrPurgeTaskDeploymentTests.cs (1)
298Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AksStarterDeploymentTests.cs (1)
384Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AksStarterWithRedisDeploymentTests.cs (1)
412Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AppServicePythonDeploymentTests.cs (1)
221Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AppServiceReactDeploymentTests.cs (1)
236Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AzureAppConfigDeploymentTests.cs (1)
202Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AzureContainerRegistryDeploymentTests.cs (1)
177Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AzureEventHubsDeploymentTests.cs (1)
202Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AzureKeyVaultDeploymentTests.cs (1)
202Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AzureLogAnalyticsDeploymentTests.cs (1)
177Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AzureServiceBusDeploymentTests.cs (1)
204Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
AzureStorageDeploymentTests.cs (1)
209Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
PythonFastApiDeploymentTests.cs (1)
222Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
tests\Shared\TemporaryRepo.cs (1)
27Arguments = "init",
TypeScriptExpressDeploymentTests.cs (1)
217Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
VnetKeyVaultConnectivityDeploymentTests.cs (1)
286Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
VnetKeyVaultInfraDeploymentTests.cs (1)
217Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
VnetSqlServerConnectivityDeploymentTests.cs (1)
287Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
VnetSqlServerInfraDeploymentTests.cs (1)
218Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
VnetStorageBlobConnectivityDeploymentTests.cs (1)
293Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
VnetStorageBlobInfraDeploymentTests.cs (1)
219Arguments = $"group delete --name {resourceGroupName} --yes --no-wait",
Aspire.EndToEnd.Tests (1)
tests\Shared\TemplatesTesting\ToolCommand.cs (1)
213Arguments = args,
Aspire.Hosting (1)
Dcp\Process\ProcessUtil.cs (1)
28Arguments = processSpec.Arguments,
Aspire.Hosting.Azure (1)
src\Aspire.Hosting\Dcp\Process\ProcessUtil.cs (1)
28Arguments = processSpec.Arguments,
Aspire.Hosting.Docker (1)
src\Aspire.Hosting\Dcp\Process\ProcessUtil.cs (1)
28Arguments = processSpec.Arguments,
Aspire.Hosting.JavaScript.Tests (2)
AddJavaScriptAppTests.cs (2)
128Arguments = $"build --network=host -t {imageName} -f Dockerfile .", 150Arguments = $"rmi {imageName}",
Aspire.Hosting.Maui (1)
Utilities\ProjectFileReader.cs (1)
63Arguments = $"msbuild \"{projectPath}\" -getProperty:TargetFramework,TargetFrameworks -nologo",
Aspire.Hosting.Python (1)
PythonVersionDetector.cs (1)
71Arguments = "--version",
Aspire.Hosting.Python.Tests (2)
AddPythonAppTests.cs (2)
310Arguments = $"-m venv .venv", 340Arguments = $"install -q -r requirements.txt",
Aspire.Templates.Tests (1)
tests\Shared\TemplatesTesting\ToolCommand.cs (1)
213Arguments = args,
csc (1)
src\roslyn\src\Compilers\Shared\BuildServerConnection.cs (1)
624Arguments = serverInfo.commandLineArguments,
dotnet (10)
CommandFactory\CommandFactoryUsingResolver.cs (1)
106Arguments = commandSpec.Args,
Commands\Clean\FileBasedAppArtifacts\CleanFileBasedAppArtifactsCommand.cs (1)
128Arguments = ArgumentEscaper.EscapeAndConcatenateArgArrayForProcessStart(
Commands\Help\HelpCommand.cs (3)
53Arguments = $"/c start {docUrl}" 61Arguments = docUrl 73Arguments = docUrl
Commands\Test\MTP\TestApplication.cs (2)
130Arguments = GetArguments(), 158processStartInfo.Arguments = $"{processStartInfo.Arguments} {Module.LaunchSettings.CommandLineArgs}";
src\sdk\artifacts\.packages\microsoft.codeanalysis.buildclient\5.8.0-1.26268.104\contentFiles\cs\net11.0\BuildServerConnection.cs (1)
624Arguments = serverInfo.commandLineArguments,
Telemetry\MacAddressGetter.cs (2)
72Arguments = "link", 117Arguments = "-a",
dotnet-svcutil-lib (1)
Shared\Utilities\ProcessRunner.cs (1)
76proc.StartInfo.Arguments = processArgs;
Infrastructure.Tests (2)
ExtractTestPartitions\ExtractTestPartitionsFixture.cs (1)
25Arguments = $"build \"{ToolProjectPath}\" --restore",
PowerShellScripts\PowerShellCommand.cs (1)
204Arguments = args,
Microsoft.Arcade.Common (1)
Command.cs (1)
40Arguments = args
Microsoft.Build (1)
BackEnd\Components\Communications\NodeLauncher.cs (1)
125Arguments = commandLineArgs,
Microsoft.Build.Tasks.CodeAnalysis (1)
src\roslyn\src\Compilers\Shared\BuildServerConnection.cs (1)
624Arguments = serverInfo.commandLineArguments,
Microsoft.Build.Utilities.Core (1)
ToolTask.cs (1)
664startInfo.Arguments = commandLine;
Microsoft.DotNet.Arcade.Sdk (1)
src\InstallDotNetCore.cs (1)
160Arguments = arguments,
Microsoft.DotNet.Cli.Utils (2)
Command.cs (1)
201_process.StartInfo.Arguments = commandArgs;
ForwardingAppImplementation.cs (1)
77Arguments = ArgumentEscaper.EscapeAndConcatenateArgArrayForProcessStart(_allArgs),
Microsoft.DotNet.MacOsPkg.Core (1)
ExecuteHelper.cs (1)
40Arguments = $@"{arguments}",
Microsoft.DotNet.StrongName (2)
Signing.cs (1)
119Arguments = $@"-R ""{file}"" ""{keyfile}""",
Verification.cs (1)
155Arguments = $@"-vf ""{file}"" > nul",
Microsoft.Extensions.DataIngestion.MarkItDown (1)
MarkItDownReader.cs (1)
71startInfo.Arguments = $"\"{source.FullName}\"" + (_extractImages ? " --keep-data-uris" : string.Empty);
Microsoft.Extensions.DataIngestion.Tests (1)
Readers\MarkItDownConditionAttribute.cs (1)
29Arguments = "--help",
Microsoft.ML.CodeGenerator (3)
Utils.cs (3)
200proc.StartInfo.Arguments = $"sln \"{solutionPath}\" add {string.Join(" ", projectPaths)}"; 225proc.StartInfo.Arguments = $"sln \"{solutionPath}\" add \"{Path.Combine(consoleAppProjectDir, consoleAppProjectName)}\" \"{Path.Combine(modelprojectDir, modelProjectName)}\""; 246proc.StartInfo.Arguments = $"new sln --name \"{solutionFile}\" --output \"{outputPath}\" --force";
Microsoft.ML.Sweeper (1)
ConfigRunner.cs (1)
233Arguments = (args == null ? "" : string.Join(" ", args)),
Microsoft.NET.HostModel (1)
HostModelUtils.cs (1)
28Arguments = $"{args} \"{appHostPath}\"",
Microsoft.NET.Sdk.Razor.Tasks (1)
src\sdk\src\RazorSdk\Tool\ServerProtocol\ServerConnection.cs (1)
390Arguments = processArguments,
Microsoft.TemplateEngine.Cli (2)
PostActionProcessors\ChmodPostActionProcessor.cs (1)
50Arguments = $"-c \"chmod {entry.Key} {file}\""
PostActionProcessors\ProcessStartPostActionProcessor.cs (1)
61Arguments = args
Microsoft.TestPlatform.Build (1)
Tasks\VSTestTask.cs (1)
75Arguments = TestTaskUtils.CreateCommandLineArguments(this),
Microsoft.TestPlatform.Extensions.BlameDataCollector (1)
ProcessCodeMethods.cs (1)
141ps.StartInfo.Arguments = $"-o ppid= {process.Id}";
Microsoft.TestPlatform.PlatformAbstractions (1)
common\System\ProcessHelper.cs (1)
86process.StartInfo.Arguments = arguments;
NuGet.Build.Tasks (1)
StaticGraphRestoreTaskBase.cs (1)
124Arguments = GetCommandLineArguments(globalProperties),
NuGet.CommandLine.XPlat (1)
Commands\Package\Update\PackageUpdateIO.cs (1)
106Arguments = (isFileBasedApp ? "build " : "msbuild ") +
NuGet.Common (1)
Migrations\Migration1.cs (1)
195Arguments = args,
NuGet.Credentials (1)
PluginCredentialProvider.cs (1)
191Arguments = argumentString,
NuGet.Packaging (1)
NuGetExtractionFileIO.cs (1)
118process.StartInfo.Arguments = "-c umask";
NuGet.Protocol (2)
Plugins\PluginFactory.cs (2)
179Arguments = $"\"{pluginFile.Path}\" " + args, 193Arguments = args,
Pipelines.AppHost (4)
AppHost.cs (4)
77Arguments = "ad signed-in-user show --query id -o tsv", 112Arguments = "account show --query id -o tsv", 147Arguments = $"storage account show --name {storageAccountName} --query resourceGroup -o tsv", 185Arguments = $"role assignment create --role \"Storage File Data Privileged Contributor\" --assignee {userObjectId} --scope {scope}",
Pipelines.Library (1)
DistributedApplicationPipelineExtensions.cs (1)
77Arguments = $"publish \"{projectPath}\" -c Release -o \"{publishDir}\"",
PresentationUI (2)
InstallationError.xaml.cs (1)
213Notepad.StartInfo.Arguments = LogFilePath;
TenFeetInstallationError.xaml.cs (1)
217Notepad.StartInfo.Arguments = LogFilePath;
rzc (1)
ServerProtocol\ServerConnection.cs (1)
390Arguments = processArguments,
SuperFileCheck (1)
Program.cs (1)
105startInfo.Arguments = String.Join(' ', args);
System.Diagnostics.PerformanceCounter (1)
System\Diagnostics\PerformanceCounterLib.cs (1)
1211processStartInfo.Arguments = "\"" + arg0 + "\"";
System.Windows.Forms (1)
System\Windows\Forms\Application.cs (1)
1325currentStartInfo.Arguments = sb.ToString(0, sb.Length - 1);
vbc (1)
src\roslyn\src\Compilers\Shared\BuildServerConnection.cs (1)
624Arguments = serverInfo.commandLineArguments,
VBCSCompiler (1)
src\roslyn\src\Compilers\Shared\BuildServerConnection.cs (1)
624Arguments = serverInfo.commandLineArguments,
23 references to Arguments
Aspire.EndToEnd.Tests (1)
tests\Shared\TemplatesTesting\CommandResult.cs (1)
33StringBuilder message = new StringBuilder($"{messagePrefix} Expected {expectedExitCode} exit code but got {ExitCode}: {StartInfo.FileName} {StartInfo.Arguments}");
Aspire.Templates.Tests (1)
tests\Shared\TemplatesTesting\CommandResult.cs (1)
33StringBuilder message = new StringBuilder($"{messagePrefix} Expected {expectedExitCode} exit code but got {ExitCode}: {StartInfo.FileName} {StartInfo.Arguments}");
dotnet (2)
Commands\Test\MTP\TestApplication.cs (2)
53Logger.LogTrace($"Starting test process with command '{processStartInfo.FileName}' and arguments '{processStartInfo.Arguments}'."); 158processStartInfo.Arguments = $"{processStartInfo.Arguments} {Module.LaunchSettings.CommandLineArgs}";
Infrastructure.Tests (1)
PowerShellScripts\PowerShellCommand.cs (1)
275var message = $"{messagePrefix} Expected {expectedExitCode} exit code but got {ExitCode}: {StartInfo.FileName} {StartInfo.Arguments}";
Microsoft.Arcade.Common (3)
Command.cs (2)
216if (string.IsNullOrWhiteSpace(info.Arguments)) 221return prefix + " " + info.Arguments;
CommandResult.cs (1)
31StringBuilder message = new StringBuilder($"Command failed with exit code {ExitCode}: {StartInfo.FileName} {StartInfo.Arguments}");
Microsoft.DotNet.Cli.Utils (4)
Command.cs (4)
33_process.StartInfo.Arguments)); 189public string CommandArgs => _process.StartInfo.Arguments; 207if (string.IsNullOrWhiteSpace(info.Arguments)) 212return $"{info.FileName} {info.Arguments}";
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\GenerateEFSQLScripts.cs (1)
103Log.LogMessage(MessageImportance.High, string.Format("Executing command: {0} {1}", psi.FileName, psi.Arguments));
Microsoft.TestPlatform.Build (1)
Tasks\VSTestTask.cs (1)
85Tracing.Trace($"VSTest: Arguments: {processInfo.FileName} {processInfo.Arguments}");
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleProcessManager.cs (1)
142EqtTrace.Verbose("VsTestCommandLineWrapper.StartProcess: Process Start Info {0} {1}", info.FileName, info.Arguments);
NuGet.Build.Tasks (1)
StaticGraphRestoreTaskBase.cs (1)
153Log.LogMessageFromResources(MessageImportance.Low, nameof(Strings.Log_RunningStaticGraphRestoreCommand), process.StartInfo.FileName, process.StartInfo.Arguments);
System.Diagnostics.Process (7)
System\Diagnostics\ProcessStartInfo.cs (4)
382return Arguments; 394else if (!string.IsNullOrEmpty(Arguments)) 401stringBuilder.Append(Arguments); 423if (!string.IsNullOrEmpty(Arguments) && HasArgumentList)
System\Diagnostics\ProcessUtils.Unix.cs (3)
295(ignoreArguments || (string.IsNullOrEmpty(psi.Arguments) && !psi.HasArgumentList))) 314if (!string.IsNullOrEmpty(psi.Arguments)) 316ParseArgumentsIntoList(psi.Arguments, argvList);