2 implementations of IBrowserLogsPipeBrowserProcess
Aspire.Hosting.Browsers.Tests (2)
BrowserHostTests.cs (1)
93
private sealed class FakePipeBrowserProcess :
IBrowserLogsPipeBrowserProcess
src\Aspire.Hosting.Browsers\BrowserLogsPipeBrowserProcess.cs (1)
22
IBrowserLogsPipeBrowserProcessLifetime processLifetime) :
IBrowserLogsPipeBrowserProcess
6 references to IBrowserLogsPipeBrowserProcess
Aspire.Hosting.Browsers.Tests (6)
BrowserLogsPipeBrowserProcessLauncherTests.cs (1)
57
await using
var
process = BrowserLogsPipeBrowserProcessLauncher.Start(
src\Aspire.Hosting.Browsers\BrowserHost.cs (4)
83
private readonly
IBrowserLogsPipeBrowserProcess
_process;
92
IBrowserLogsPipeBrowserProcess
process,
149
Func<string, IReadOnlyList<string>,
IBrowserLogsPipeBrowserProcess
>? startPipeBrowserProcess = null)
159
IBrowserLogsPipeBrowserProcess
? process = null;
src\Aspire.Hosting.Browsers\BrowserLogsPipeBrowserProcessLauncher.cs (1)
18
public static
IBrowserLogsPipeBrowserProcess
Start(