10 writes to CommandLineArgs
Aspire.Hosting.Azure.Tests (7)
AzureFunctionsTests.cs (6)
429CommandLineArgs = "--port 7071", 446CommandLineArgs = "--port 70b1", 463CommandLineArgs = "--port", 496CommandLineArgs = "--port 7072 --port 7071", 513CommandLineArgs = "--port 7071 --useHttps", 530CommandLineArgs = "--useHttps",
PublicApiTests\FunctionsPublicApiTests.cs (1)
106CommandLineArgs = "--port 7071",
Aspire.Hosting.Tests (3)
ProjectResourceTests.cs (3)
694CommandLineArgs = "arg1 arg2", 715CommandLineArgs = "arg1 arg2", 736CommandLineArgs = "arg1 arg2",
3 references to CommandLineArgs
Aspire.Hosting (2)
Dcp\DcpExecutor.cs (2)
1101if (launchProfile is not null && !string.IsNullOrWhiteSpace(launchProfile.CommandLineArgs)) 1103return CommandLineArgsParser.Parse(launchProfile.CommandLineArgs);
Aspire.Hosting.Azure.Functions (1)
AzureFunctionsProjectResourceExtensions.cs (1)
155var commandLineArgs = CommandLineArgsParser.Parse(launchProfile.LaunchProfile.CommandLineArgs ?? string.Empty);