7 writes to CommandLineArgs
Aspire.Hosting.Azure.Tests (4)
AzureFunctionsTests.cs (4)
174
CommandLineArgs
= "--port 7071",
191
CommandLineArgs
= "--port 70b1",
208
CommandLineArgs
= "--port",
241
CommandLineArgs
= "--port 7072 --port 7071",
Aspire.Hosting.Tests (3)
ProjectResourceTests.cs (3)
685
CommandLineArgs
= "arg1 arg2",
706
CommandLineArgs
= "arg1 arg2",
727
CommandLineArgs
= "arg1 arg2",
3 references to CommandLineArgs
Aspire.Hosting (2)
Dcp\ApplicationExecutor.cs (2)
1154
if (launchProfile is not null && !string.IsNullOrWhiteSpace(launchProfile.
CommandLineArgs
))
1156
var cmdArgs = CommandLineArgsParser.Parse(launchProfile.
CommandLineArgs
);
Aspire.Hosting.Azure.Functions (1)
AzureFunctionsProjectResourceExtensions.cs (1)
167
var commandLineArgs = CommandLineArgsParser.Parse(launchProfile.LaunchProfile.
CommandLineArgs
?? string.Empty);