3 writes to ErrorMessage
aspire (3)
Backchannel\AppHostConnectionResolver.cs (3)
109return new AppHostConnectionResult { ErrorMessage = notFoundMessage }; 125return new AppHostConnectionResult { ErrorMessage = notFoundMessage }; 161return new AppHostConnectionResult { ErrorMessage = notFoundMessage };
7 references to ErrorMessage
aspire (7)
Backchannel\AppHostConnectionResolver.cs (1)
22[MemberNotNullWhen(false, nameof(ErrorMessage))]
Commands\DescribeCommand.cs (1)
132_interactionService.DisplayMessage(KnownEmojis.Information, result.ErrorMessage);
Commands\LogsCommand.cs (1)
158_interactionService.DisplayMessage(KnownEmojis.Information, result.ErrorMessage);
Commands\ResourceCommand.cs (1)
81_interactionService.DisplayError(result.ErrorMessage);
Commands\StopCommand.cs (1)
137_interactionService.DisplayMessage(KnownEmojis.Information, result.ErrorMessage);
Commands\TelemetryCommandHelpers.cs (1)
120interactionService.DisplayMessage(KnownEmojis.Information, result.ErrorMessage);
Commands\WaitCommand.cs (1)
99_interactionService.DisplayError(result.ErrorMessage);