2 references to AspireStorePathKeyName
Aspire.Hosting (2)
ApplicationModel\AspireStoreExtensions.cs (2)
24
var aspireDir = builder.Configuration[
AspireStorePathKeyName
];
33
throw new InvalidOperationException($"Could not determine an appropriate location for local storage. Set the {
AspireStorePathKeyName
} setting to a folder where the App Host content should be stored.");