1 write to _bundleDirectory
Aspire.Cli.Tests (1)
TestServices\FakePlaywrightServices.cs (1)
63_bundleDirectory = new DirectoryInfo(Path.Combine(executionContext.WorkingDirectory.FullName, ".fake-aspire-skills-bundle"));
5 references to _bundleDirectory
Aspire.Cli.Tests (5)
TestServices\FakePlaywrightServices.cs (5)
75var bundle = await new AspireSkillsBundleProvider().LoadAsync(_bundleDirectory, cancellationToken); 81if (_bundleDirectory.Exists) 149var path = Path.Combine(_bundleDirectory.FullName, "skills", skillName, relativePath); 174await File.WriteAllTextAsync(Path.Combine(_bundleDirectory.FullName, "skill-manifest.json"), manifestJson, cancellationToken); 189Sha512 = ComputeSha512(Path.Combine(_bundleDirectory.FullName, "skills", skillName, entry.Key.RelativePath))