4 references to _dir
Aspire.Hosting.Radius.Tests (4)
Publishing\SealedSecretPublishTests.cs (4)
21
public void Dispose() => Directory.Delete(
_dir
, recursive: true);
25
var path = Path.Combine(
_dir
, $"{name}.sealed.yaml");
88
var missing = Path.Combine(
_dir
, "does-not-exist.sealed.yaml");
103
var manifest = Path.Combine(
_dir
, "no-payload.sealed.yaml");