6 references to AspireStorePathKeyName
Aspire.Hosting (3)
DistributedApplicationBuilder.cs (3)
205[AspireStore.AspireStorePathKeyName] = aspireDir 263var aspireDir = configuration[AspireStore.AspireStorePathKeyName]; 267throw 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)
34builder.Configuration[AspireStore.AspireStorePathKeyName] = Path.GetTempPath(); 58builder.Configuration[AspireStore.AspireStorePathKeyName] = Path.GetTempPath(); 132builder.Configuration[AspireStore.AspireStorePathKeyName] = Path.GetTempPath();