10 writes to CommandLineArgs
Aspire.Hosting.Azure.Tests (7)
AzureFunctionsTests.cs (6)
671CommandLineArgs = "--port 7071", 688CommandLineArgs = "--port 70b1", 705CommandLineArgs = "--port", 738CommandLineArgs = "--port 7072 --port 7071", 755CommandLineArgs = "--port 7071 --useHttps", 772CommandLineArgs = "--useHttps",
PublicApiTests\FunctionsPublicApiTests.cs (1)
107CommandLineArgs = "--port 7071",
Aspire.Hosting.Tests (3)
ProjectResourceTests.cs (3)
691CommandLineArgs = "arg1 arg2", 712CommandLineArgs = "arg1 arg2", 733CommandLineArgs = "arg1 arg2",
1 reference to CommandLineArgs
Aspire.Hosting.Azure.Functions (1)
AzureFunctionsProjectResourceExtensions.cs (1)
149var commandLineArgs = CommandLineArgsParser.Parse(launchProfile.LaunchProfile.CommandLineArgs ?? string.Empty);