1 implementation of IRuntimeProcessLauncher
Microsoft.DotNet.HotReload.Watch (1)
Aspire\AspireServiceFactory.cs (1)
16
internal sealed class SessionManager : IAspireServerEvents,
IRuntimeProcessLauncher
5 references to IRuntimeProcessLauncher
Microsoft.DotNet.HotReload.Watch (5)
Aspire\AspireServiceFactory.cs (1)
296
public
IRuntimeProcessLauncher
Create(ProjectLauncher projectLauncher)
HotReload\HotReloadDotNetWatcher.cs (2)
93
IRuntimeProcessLauncher
? runtimeProcessLauncher = null;
513
private async Task<bool> RestartPrompt(IEnumerable<string> projectNames,
IRuntimeProcessLauncher
? runtimeProcessLauncher, CancellationToken cancellationToken)
Process\IRuntimeProcessLauncherFactory.cs (2)
7
/// Creates <see cref="
IRuntimeProcessLauncher
"/> for a given root project.
13
public
IRuntimeProcessLauncher
Create(ProjectLauncher projectLauncher);