6 references to AspireStorePathKeyName
Aspire.Hosting (3)
DistributedApplicationBuilder.cs (3)
247[AspireStore.AspireStorePathKeyName] = aspireDir 366var aspireDir = configuration[AspireStore.AspireStorePathKeyName]; 370throw new InvalidOperationException($"Could not determine an appropriate location for local storage. Set the {AspireStore.AspireStorePathKeyName} setting to a folder where the App Host content should be stored.");
Aspire.Hosting.Tests (3)
AspireStoreTests.cs (3)
36builder.Configuration[AspireStore.AspireStorePathKeyName] = Path.GetTempPath(); 60builder.Configuration[AspireStore.AspireStorePathKeyName] = Path.GetTempPath(); 137builder.Configuration[AspireStore.AspireStorePathKeyName] = Path.GetTempPath();