9 references to ClearDirectoryContents
aspire (5)
Commands\CacheCommand.cs (5)
39
filesDeleted +=
ClearDirectoryContents
(ExecutionContext.CacheDirectory);
40
filesDeleted +=
ClearDirectoryContents
(ExecutionContext.SdksDirectory);
41
filesDeleted +=
ClearDirectoryContents
(ExecutionContext.PackagesDirectory);
48
filesDeleted +=
ClearDirectoryContents
(
50
filesDeleted +=
ClearDirectoryContents
(
Aspire.Cli.Tests (4)
Commands\CacheCommandTests.cs (4)
174
var deleted = CacheCommand.ClearCommand.
ClearDirectoryContents
(tempDir);
201
var deleted = CacheCommand.ClearCommand.
ClearDirectoryContents
(
223
var deleted = CacheCommand.ClearCommand.
ClearDirectoryContents
(nonExistent);
231
var deleted = CacheCommand.ClearCommand.
ClearDirectoryContents
(null);