1 override of Path
Aspire.Hosting (1)
Utils\FileSystemService.cs (1)
186
public override string
Path
=> _path;
24 references to Path
Aspire.Hosting (2)
Dcp\Locations.cs (1)
29
_dcpSessionDir = _directoryService.TempDirectory.CreateTempSubdirectory("aspire-dcp").
Path
;
Pipelines\PipelineOutputService.cs (1)
33
_tempDirectory = directoryService.TempDirectory.CreateTempSubdirectory("aspire-pipelines").
Path
;
Aspire.Hosting.Azure (2)
AzurePublishingContext.cs (1)
125
var tempDirectory = fileSystemService.TempDirectory.CreateTempSubdirectory("aspire-bicep").
Path
;
Provisioning\Provisioners\BicepProvisioner.cs (1)
142
var tempDirectory = fileSystemService.TempDirectory.CreateTempSubdirectory("aspire-bicep").
Path
;
Aspire.Hosting.Maui (2)
Utilities\MauiEnvironmentHelper.cs (2)
69
var tempDirectory = fileSystemService.TempDirectory.CreateTempSubdirectory("aspire-maui-android-env").
Path
;
240
var tempDirectory = fileSystemService.TempDirectory.CreateTempSubdirectory("aspire-maui-mlaunch-env").
Path
;
Aspire.Hosting.Tests (18)
FileSystemServiceTests.cs (18)
32
Assert.NotNull(tempDir.
Path
);
33
Assert.True(Directory.Exists(tempDir.
Path
));
43
Assert.NotNull(tempDir.
Path
);
44
Assert.True(Directory.Exists(tempDir.
Path
));
45
Assert.Contains("test-prefix", tempDir.
Path
);
53
var path = tempDir.
Path
;
127
extractedPath = tempDir.
Path
;
179
Assert.NotEqual(tempDir1.
Path
, tempDir2.
Path
);
180
Assert.True(Directory.Exists(tempDir1.
Path
));
181
Assert.True(Directory.Exists(tempDir2.
Path
));
221
var dirPath = tempDir.
Path
;
241
var dirPath = tempDir.
Path
;
265
var dirPath = tempDir.
Path
;
310
var dir1Path = tempDir1.
Path
;
311
var dir2Path = tempDir2.
Path
;
351
var dirPath = tempDir.
Path
;
420
Assert.True(Directory.Exists(tempDir.
Path
));