Skip to content
DocsTry Aspire
DocsTry

IFileSystemService

Interfacenet8.0
📦 Aspire.Hosting v13.4.0
Service for managing Aspire directories.
namespace Aspire.Hosting;
public interface IFileSystemService
{
// ...
}
This service provides a centralized way to manage directories used by Aspire, including temporary files, cache, and other storage needs.
TempDirectoryabstractget
Gets the temporary directory service for managing temporary files and directories.
View all properties