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