1 write to AppHostPath
aspire (1)
Commands\PsCommand.cs (1)
189
AppHostPath
= info.AppHostPath ?? PsCommandStrings.UnknownPath,
3 references to AppHostPath
aspire (1)
Commands\PsCommand.cs (1)
215
var shortPath = ShortenPath(appHost.
AppHostPath
);
Aspire.Cli.Tests (2)
Commands\PsCommandTests.cs (2)
155
Assert.EndsWith("App1.AppHost.csproj", first.
AppHostPath
);
162
Assert.EndsWith("App2.AppHost.csproj", second.
AppHostPath
);