3 writes to ErrorMessage
aspire (3)
Backchannel\AppHostConnectionResolver.cs (3)
109
return new AppHostConnectionResult {
ErrorMessage
= notFoundMessage };
125
return new AppHostConnectionResult {
ErrorMessage
= notFoundMessage };
161
return 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)
120
interactionService.DisplayMessage(KnownEmojis.Information, result.
ErrorMessage
);
Commands\WaitCommand.cs (1)
99
_interactionService.DisplayError(result.
ErrorMessage
);