2 writes to AppHostPath
aspire (2)
Commands\PsCommand.cs (2)
310AppHostPath = appHost.AppHostPath, 383AppHostPath = appHostPath ?? PsCommandStrings.UnknownPath,
8 references to AppHostPath
aspire (4)
Commands\PsCommand.cs (4)
296return string.Concat(appHost.AppHostPath, "\0", appHost.AppHostPid.ToString(CultureInfo.InvariantCulture)); 310AppHostPath = appHost.AppHostPath, 414var shortPaths = FileSystemHelper.ShortenPaths(appHosts.Select(a => a.AppHostPath).ToList(), _environment); 426var shortPath = shortPaths[appHost.AppHostPath];
Aspire.Cli.Tests (4)
Commands\PsCommandTests.cs (4)
171Assert.EndsWith("App1.AppHost.csproj", first.AppHostPath); 178Assert.EndsWith("App2.AppHost.csproj", second.AppHostPath); 632Assert.Equal(initialAppHost.AppHostPath, stoppedAppHost.AppHostPath);