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