Implemented interface member:
property
TempDirectory
Aspire.Hosting.IFileSystemService.TempDirectory
4 references to TempDirectory
Aspire.Hosting.Blazor.Tests (4)
BlazorHostedExtensionsTests.cs (4)
157using var tempDirectory = fileSystemService.TempDirectory.CreateTempSubdirectory("blazor-hosted"); 196using var tempDirectory = fileSystemService.TempDirectory.CreateTempSubdirectory("blazor-hosted"); 225using var tempDirectory = fileSystemService.TempDirectory.CreateTempSubdirectory("blazor-hosted"); 264using var tempDirectory = fileSystemService.TempDirectory.CreateTempSubdirectory("blazor-hosted");