5 references to CreateArguments
Aspire.Hosting.Tests (2)
Dcp\ProcessUtilTests.cs (1)
146ArgumentList = DotnetFileAppProcess.CreateArguments(appPath),
DistributedApplicationTests.cs (1)
2145builder.AddExecutable(executableResourceName, DotnetFileAppProcess.ExecutablePath, executableDir.FullName, DotnetFileAppProcess.CreateArguments(executableAppPath))
Aspire.Hosting.TestUtilities (3)
Utils\DotnetFileAppProcess.cs (3)
33Arguments = CreateArguments(appPath, arguments), 52Arguments = CreateArguments(appPath, arguments) 70ArgumentList = CreateArguments(appPath, arguments),