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