1 write to Path
aspire (1)
Commands\LsCommand.cs (1)
266Path = appHost.AppHostFile.FullName,
4 references to Path
aspire (1)
Commands\LsCommand.cs (1)
282MarkupHelpers.SafeFileLink(supportsLinks, appHost.Path),
Aspire.Cli.Tests (3)
Commands\LsCommandTests.cs (3)
125Assert.Equal(appHostPath1, first.Path); 131Assert.Equal(appHostPath2, second.Path); 203Assert.Equal(configuredAppHost.FullName, candidate.Path);