IAspireStore
Interfacenet10.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. Properties1
Section titled PropertiesView all properties
Methods1
Section titled Methodsstring Gets a deterministic file path that is a copy of the content from the provided stream. The resulting file name will depend on the content of the stream.