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
}'.");
175
var space = _options.
LaunchCommand
.IndexOf(' ');
176
var command = _options.
LaunchCommand
[0..space];
177
var arguments = _options.
LaunchCommand
[++space..];
214
_logger.LogError(exception, $"Failed to launch the SPA development server '{_options.
LaunchCommand
}'.");