10 writes to CommandLineArgs
Aspire.Hosting.Azure.Tests (7)
AzureFunctionsTests.cs (6)
265CommandLineArgs = "--port 7071", 282CommandLineArgs = "--port 70b1", 299CommandLineArgs = "--port", 332CommandLineArgs = "--port 7072 --port 7071", 349CommandLineArgs = "--port 7071 --useHttps", 366CommandLineArgs = "--useHttps",
PublicApiTests\FunctionsPublicApiTests.cs (1)
107CommandLineArgs = "--port 7071",
Aspire.Hosting.Tests (3)
ProjectResourceTests.cs (3)
686CommandLineArgs = "arg1 arg2", 707CommandLineArgs = "arg1 arg2", 728CommandLineArgs = "arg1 arg2",
1 reference to CommandLineArgs
Aspire.Hosting.Azure.Functions (1)
AzureFunctionsProjectResourceExtensions.cs (1)
161var commandLineArgs = CommandLineArgsParser.Parse(launchProfile.LaunchProfile.CommandLineArgs ?? string.Empty);