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