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