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