1 write to _interactionService
aspire (1)
Commands\ResourcesCommand.cs (1)
102
_interactionService
= interactionService;
5 references to _interactionService
aspire (5)
Commands\ResourcesCommand.cs (5)
167
_interactionService
.DisplayError(string.Format(CultureInfo.CurrentCulture, ResourcesCommandStrings.ResourceNotFound, resourceName));
179
_interactionService
.DisplayRawText(json);
216
_interactionService
.DisplayRawText(json);
232
_interactionService
.DisplayPlainText("No resources found.");
294
_interactionService
.DisplayPlainText($"[{displayName}] {snapshot.State ?? "Unknown"}{health}{endpointsStr}");