3 writes to ErrorMessage
aspire (3)
Backchannel\AppHostConnectionResolver.cs (3)
80
return new AppHostConnectionResult {
ErrorMessage
= notFoundMessage };
96
return new AppHostConnectionResult {
ErrorMessage
= notFoundMessage };
159
return new AppHostConnectionResult {
ErrorMessage
= notFoundMessage };
4 references to ErrorMessage
aspire (4)
Commands\ResourceCommand.cs (1)
71
_interactionService.DisplayError(result.
ErrorMessage
?? ResourceCommandStrings.NoRunningAppHostsFound);
Commands\ResourceCommandBase.cs (1)
94
InteractionService.DisplayError(result.
ErrorMessage
?? ResourceCommandStrings.NoRunningAppHostsFound);
Commands\StopCommand.cs (1)
71
_interactionService.DisplayError(result.
ErrorMessage
?? StopCommandStrings.NoRunningAppHostsFound);
Commands\WaitCommand.cs (1)
101
_interactionService.DisplayError(result.
ErrorMessage
?? WaitCommandStrings.NoRunningAppHostsFound);