4 references to CommandLineArgsParser
Aspire.Hosting (3)
Dcp\DcpExecutor.cs (1)
1283return CommandLineArgsParser.Parse(launchProfile.CommandLineArgs);
Exec\ExecResourceManager.cs (2)
239return CommandLineArgsParser.ParseCommand(commandUnwrapped); 268return CommandLineArgsParser.ParseCommand(commandUnwrapped);
Aspire.Hosting.Tests (1)
Utils\CommandLineArgsParserTests.cs (1)
4using static Aspire.Hosting.Utils.CommandLineArgsParser;