2 references to AppHostInfoDiskCache
Aspire.Cli.Tests (2)
Caching\AppHostInfoDiskCacheTests.cs (2)
20
return new
AppHostInfoDiskCache
(NullLogger<AppHostInfoDiskCache>.Instance, ctx, configurationService ?? new TestConfigurationService(), new TestEnvironment());
31
return new
AppHostInfoDiskCache
(NullLogger<AppHostInfoDiskCache>.Instance, ctx, configurationService, new TestEnvironment());