12 writes to CommandLineArgs
Aspire.Hosting.Azure.Tests (9)
AzureContainerAppsTests.cs (1)
1717CommandLineArgs = "--port 7071",
AzureDeployerTests.cs (1)
712CommandLineArgs = "--port 7071",
AzureFunctionsTests.cs (6)
431CommandLineArgs = "--port 7071", 448CommandLineArgs = "--port 70b1", 465CommandLineArgs = "--port", 498CommandLineArgs = "--port 7072 --port 7071", 515CommandLineArgs = "--port 7071 --useHttps", 532CommandLineArgs = "--useHttps",
PublicApiTests\FunctionsPublicApiTests.cs (1)
106CommandLineArgs = "--port 7071",
Aspire.Hosting.Tests (3)
ProjectResourceTests.cs (3)
705CommandLineArgs = "arg1 arg2", 726CommandLineArgs = "arg1 arg2", 747CommandLineArgs = "arg1 arg2",
3 references to CommandLineArgs
Aspire.Hosting (2)
Dcp\DcpExecutor.cs (2)
1312if (launchProfile is not null && !string.IsNullOrWhiteSpace(launchProfile.CommandLineArgs)) 1314return CommandLineArgsParser.Parse(launchProfile.CommandLineArgs);
Aspire.Hosting.Azure.Functions (1)
AzureFunctionsProjectResourceExtensions.cs (1)
167var commandLineArgs = CommandLineArgsParser.Parse(launchProfile.LaunchProfile.CommandLineArgs ?? string.Empty);