3 instantiations of SessionNotStartedException
aspire (3)
Projects\AppHostServerSession.cs (3)
264
return (_completion ?? throw new
SessionNotStartedException
()).Task;
301
var socketPath = _socketPath ?? throw new
SessionNotStartedException
();
304
var serverExitTask = (_completion ?? throw new
SessionNotStartedException
()).Task;