1 write to _workspace
Infrastructure.Tests (1)
PowerShellScripts\AspireSkillsBundleHashTests.cs (1)
40
_workspace
= TemporaryWorkspace.Create(output);
3 references to _workspace
Infrastructure.Tests (3)
PowerShellScripts\AspireSkillsBundleHashTests.cs (3)
44
public void Dispose() =>
_workspace
.Dispose();
54
var inputPath = Path.Combine(
_workspace
.Path, $"input-{lineEndings}.bin");
150
var path = Path.Combine(
_workspace
.Path, fileName);