13 writes to CommandLineArgs
Aspire.Hosting.Azure.Tests (9)
AzureContainerAppsTests.cs (1)
1849
CommandLineArgs
= "--port 7071",
AzureDeployerTests.cs (1)
1370
CommandLineArgs
= "--port 7071",
AzureFunctionsTests.cs (6)
438
CommandLineArgs
= "--port 7071",
455
CommandLineArgs
= "--port 70b1",
472
CommandLineArgs
= "--port",
505
CommandLineArgs
= "--port 7072 --port 7071",
522
CommandLineArgs
= "--port 7071 --useHttps",
539
CommandLineArgs
= "--useHttps",
PublicApiTests\FunctionsPublicApiTests.cs (1)
106
CommandLineArgs
= "--port 7071",
Aspire.Hosting.Tests (4)
ProjectResourceTests.cs (4)
980
CommandLineArgs
= "arg1 arg2",
1001
CommandLineArgs
= "arg1 arg2",
1022
CommandLineArgs
= "arg1 arg2",
1093
CommandLineArgs
= "exec app.dll"
3 references to CommandLineArgs
Aspire.Hosting (2)
Dcp\DcpExecutor.cs (2)
1900
if (launchProfile is not null && !string.IsNullOrWhiteSpace(launchProfile.
CommandLineArgs
))
1902
return CommandLineArgsParser.Parse(launchProfile.
CommandLineArgs
);
Aspire.Hosting.Azure.Functions (1)
AzureFunctionsProjectResourceExtensions.cs (1)
264
var commandLineArgs = CommandLineArgsParser.Parse(launchProfile.LaunchProfile.
CommandLineArgs
?? string.Empty);