1 instantiation of AspireStore
Aspire.Hosting (1)
ApplicationModel\AspireStoreExtensions.cs (1)
37
return new
AspireStore
(Path.Combine(aspireDir, ".aspire"));
2 references to AspireStore
Aspire.Hosting (2)
ApplicationModel\AspireStore.cs (2)
13
/// Initializes a new instance of the <see cref="
AspireStore
"/> class with the specified base path.
16
/// <returns>A new instance of <see cref="
AspireStore
"/>.</returns>