2 instantiations of RecordingBundleService
Aspire.Cli.Tests (2)
Utils\DcpConnectionHealthCheckTests.cs (2)
78
var bundleService = new
RecordingBundleService
(dcpDirectory.FullName);
111
var bundleService = new
RecordingBundleService
(extractedDcpDirectory.FullName);
2 references to RecordingBundleService
Aspire.Cli.Tests (2)
Utils\DcpConnectionHealthCheckTests.cs (2)
78
var
bundleService = new RecordingBundleService(dcpDirectory.FullName);
111
var
bundleService = new RecordingBundleService(extractedDcpDirectory.FullName);