5 references to LaunchCommand
Microsoft.AspNetCore.SpaProxy (5)
SpaProxyLaunchManager.cs (5)
153_logger.LogError($"Couldn't start the SPA development server with command '{_options.LaunchCommand}'."); 175var space = _options.LaunchCommand.IndexOf(' '); 176var command = _options.LaunchCommand[0..space]; 177var arguments = _options.LaunchCommand[++space..]; 214_logger.LogError(exception, $"Failed to launch the SPA development server '{_options.LaunchCommand}'.");