IFileSystemService Properties
InterfaceProperties1 member
Service for managing Aspire directories.
Gets the temporary directory service for managing temporary files and directories.
public abstract ITempFileSystemService TempDirectory { get; }Remarks
Use this instead of calling Directory.CreateTempSubdirectory directly to ensure consistent temp file management and enable testability.