IAspireStore
Interface net10.0
Represents a store for managing files in the Aspire hosting environment that can be reused across runs.
namespace Aspire.Hosting.ApplicationModel;
public interface IAspireStore{ // ...}Remarks
Section titled Remarks The store is created in the ./obj folder of the Application Host. If the ASPIRE__STORE__PATH environment variable is set this will be used instead. The store is specific to a
IDistributedApplicationBuilder instance such that each application can't conflict with others. A .aspire prefix is also used to ensure that the folder can be deleted without impacting unrelated files.