4 writes to RunCommand
aspire (1)
Projects\AppHostInfoResolver.cs (1)
176RunCommand = info.RunCommand,
Aspire.Cli.Tests (3)
Caching\AppHostInfoDiskCacheTests.cs (2)
48RunCommand = "/repo/bin/AppHost", 95await cache.SetAsync(projectFile, cache.GetCacheKey(projectFile), SampleEntry() with { RunCommand = null }, CancellationToken.None).DefaultTimeout();
Projects\AppHostInfoResolverTests.cs (1)
32RunCommand = "/repo/bin/AppHost",
3 references to RunCommand
aspire (2)
Caching\AppHostInfoDiskCache.cs (1)
155if (entry.ExitCode == 0 && entry.IsAspireHost && string.IsNullOrWhiteSpace(entry.RunCommand))
Projects\AppHostInfoResolver.cs (1)
107RunCommand: diskEntry.RunCommand,
Aspire.Cli.Tests (1)
Caching\AppHostInfoDiskCacheTests.cs (1)
81Assert.Equal("/repo/bin/AppHost", hit.RunCommand);