3 writes to ErrorMessage
aspire (3)
Backchannel\AppHostConnectionResolver.cs (3)
80return new AppHostConnectionResult { ErrorMessage = notFoundMessage }; 96return new AppHostConnectionResult { ErrorMessage = notFoundMessage }; 159return 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)
94InteractionService.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);