3 writes to ErrorMessage
aspire (3)
Backchannel\AppHostConnectionResolver.cs (3)
78return new AppHostConnectionResult { ErrorMessage = notFoundMessage }; 94return new AppHostConnectionResult { ErrorMessage = notFoundMessage }; 157return new AppHostConnectionResult { ErrorMessage = notFoundMessage };
1 reference to ErrorMessage
aspire (1)
Commands\StopCommand.cs (1)
65_interactionService.DisplayError(result.ErrorMessage ?? StopCommandStrings.NoRunningAppHostsFound);