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