1 write to AppName
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerInstance.cs (1)
63AppName = appName;
5 references to AppName
Microsoft.AspNetCore.Components.Testing (5)
Infrastructure\ServerInstance.cs (5)
131?? throw new InvalidOperationException($"Failed to start process for '{AppName}'."); 133_ = DrainStreamAsync(_process.StandardOutput, $"[{AppName}:{Id}] ", _stdoutBuffer); 134_ = DrainStreamAsync(_process.StandardError, $"[{AppName}:{Id} ERR] ", _stderrBuffer); 148$"App '{AppName}' process exited with code {_process.ExitCode} before signaling readiness. " + 157$"App '{AppName}' did not signal readiness within {options.ReadinessTimeoutMs}ms. " +