2 implementations of IRuntimeProcessLauncherFactory
dotnet-watch.Tests (1)
TestUtilities\TestRuntimeProcessLauncher.cs (1)
10public class Factory(Action<TestRuntimeProcessLauncher>? initialize = null) : IRuntimeProcessLauncherFactory
Microsoft.DotNet.HotReload.Watch (1)
Aspire\AspireServiceFactory.cs (1)
14internal class AspireServiceFactory : IRuntimeProcessLauncherFactory
3 references to IRuntimeProcessLauncherFactory
Microsoft.DotNet.HotReload.Watch (3)
HotReload\HotReloadDotNetWatcher.cs (3)
19private readonly IRuntimeProcessLauncherFactory? _runtimeProcessLauncherFactory; 27public HotReloadDotNetWatcher(DotNetWatchContext context, IConsole console, IRuntimeProcessLauncherFactory? runtimeProcessLauncherFactory) 107var runtimeProcessLauncherFactory = _runtimeProcessLauncherFactory;