Implemented interface member:
method
GetCacheKey
Aspire.Cli.Caching.IAppHostInfoDiskCache.GetCacheKey(System.IO.FileInfo)
23 references to GetCacheKey
Aspire.Cli.Tests (23)
Caching\AppHostInfoDiskCacheTests.cs (23)
72
await cache.SetAsync(projectFile, cache.
GetCacheKey
(projectFile), SampleEntry(), CancellationToken.None).DefaultTimeout();
95
await cache.SetAsync(projectFile, cache.
GetCacheKey
(projectFile), SampleEntry() with { RunCommand = null }, CancellationToken.None).DefaultTimeout();
111
cache.
GetCacheKey
(projectFile),
148
await cache.SetAsync(projectFile, cache.
GetCacheKey
(projectFile), SampleEntry(), CancellationToken.None).DefaultTimeout();
167
await cache.SetAsync(projectFile, cache.
GetCacheKey
(projectFile), SampleEntry(), CancellationToken.None).DefaultTimeout();
185
await cache.SetAsync(projectFile, cache.
GetCacheKey
(projectFile), SampleEntry(), CancellationToken.None).DefaultTimeout();
207
await cache.SetAsync(projectFile, cache.
GetCacheKey
(projectFile), SampleEntry(), CancellationToken.None).DefaultTimeout();
226
await cache.SetAsync(projectFile, cache.
GetCacheKey
(projectFile), SampleEntry(), CancellationToken.None).DefaultTimeout();
246
return cache.SetAsync(projectFile, cache.
GetCacheKey
(projectFile), entry, CancellationToken.None);
264
var expectedKey = cache.
GetCacheKey
(projectFile);
299
await cache.SetAsync(projectFile, cache.
GetCacheKey
(projectFile), SampleEntry() with { IsAspireHost = false }, CancellationToken.None).DefaultTimeout();
331
await cache.SetAsync(new FileInfo(projectFile.FullName), cache.
GetCacheKey
(projectFile), SampleEntry(), CancellationToken.None).DefaultTimeout();
368
await cache.SetAsync(projectFile, cache.
GetCacheKey
(projectFile), SampleEntry() with { IsAspireHost = false }, CancellationToken.None).DefaultTimeout();
402
await cache.SetAsync(projectFile, cache.
GetCacheKey
(projectFile), SampleEntry() with { IsAspireHost = false }, CancellationToken.None).DefaultTimeout();
431
await cache.SetAsync(projectFile, cache.
GetCacheKey
(projectFile), SampleEntry(), CancellationToken.None).DefaultTimeout();
459
await cache.SetAsync(projectFile, cache.
GetCacheKey
(projectFile), SampleEntry(), CancellationToken.None).DefaultTimeout();
488
await cache.SetAsync(projectFile, cache.
GetCacheKey
(projectFile), SampleEntry() with { IsAspireHost = false }, CancellationToken.None).DefaultTimeout();
519
await cache.SetAsync(new FileInfo(projectFile.FullName), cache.
GetCacheKey
(projectFile), SampleEntry(), CancellationToken.None).DefaultTimeout();
538
await cache.SetAsync(projectFile, cache.
GetCacheKey
(projectFile), SampleEntry(), CancellationToken.None).DefaultTimeout();
575
await cache.SetAsync(projectFile, cache.
GetCacheKey
(projectFile), SampleEntry(), CancellationToken.None).DefaultTimeout();
604
await cache.SetAsync(projectFile, cache.
GetCacheKey
(projectFile), SampleEntry() with { IsAspireHost = false }, CancellationToken.None).DefaultTimeout();
636
await cache.SetAsync(new FileInfo(projectFile.FullName), cache.
GetCacheKey
(projectFile), SampleEntry(), CancellationToken.None).DefaultTimeout();
660
await cache.SetAsync(new FileInfo(projectFile.FullName), cache.
GetCacheKey
(projectFile), SampleEntry(), CancellationToken.None).DefaultTimeout();