2 references to GetExpectedWindowsCommandShimRunArguments
Aspire.Hosting.Sdk.Tests (2)
AppHostSdkTargetsTests.cs (2)
315
Assert.Equal(
GetExpectedWindowsCommandShimRunArguments
(project, aspireCliPath, "--custom foo"), properties["RunArguments"]);
1737
Assert.Equal(
GetExpectedWindowsCommandShimRunArguments
(project, cliPath, expectedArguments), properties["RunArguments"]);