8 implementations of DisplayRawText
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
220
public void
DisplayRawText
(string text)
Interaction\ExtensionInteractionService.cs (1)
302
public void
DisplayRawText
(string text)
Aspire.Cli.Tests (6)
Commands\NewCommandTests.cs (1)
953
public void
DisplayRawText
(string text) { }
Commands\PublishCommandPromptingIntegrationTests.cs (1)
949
public void
DisplayRawText
(string text) { }
Commands\UpdateCommandTests.cs (1)
966
public void
DisplayRawText
(string text) => _innerService.DisplayRawText(text);
Templating\DotNetTemplateFactoryTests.cs (1)
440
public void
DisplayRawText
(string text) { }
TestServices\TestConsoleInteractionService.cs (1)
116
public void
DisplayRawText
(string text)
TestServices\TestExtensionInteractionService.cs (1)
129
public void
DisplayRawText
(string text)
19 references to DisplayRawText
aspire (18)
Commands\DocsGetCommand.cs (2)
84
InteractionService.
DisplayRawText
(json);
90
InteractionService.
DisplayRawText
(formatted);
Commands\DocsListCommand.cs (1)
71
InteractionService.
DisplayRawText
(json);
Commands\DocsSearchCommand.cs (1)
85
InteractionService.
DisplayRawText
(json);
Commands\DoctorCommand.cs (1)
86
InteractionService.
DisplayRawText
(json);
Commands\ExtensionInternalCommand.cs (1)
51
InteractionService.
DisplayRawText
(json);
Commands\LogsCommand.cs (2)
223
_interactionService.
DisplayRawText
(json);
330
_interactionService.
DisplayRawText
(output);
Commands\PsCommand.cs (1)
121
_interactionService.
DisplayRawText
(json);
Commands\ResourcesCommand.cs (2)
179
_interactionService.
DisplayRawText
(json);
216
_interactionService.
DisplayRawText
(json);
Commands\RunCommand.cs (1)
895
_interactionService.
DisplayRawText
(json);
Commands\TelemetryLogsCommand.cs (2)
174
_interactionService.
DisplayRawText
(json);
202
_interactionService.
DisplayRawText
(line);
Commands\TelemetrySpansCommand.cs (2)
175
_interactionService.
DisplayRawText
(json);
204
_interactionService.
DisplayRawText
(line);
Commands\TelemetryTracesCommand.cs (2)
134
_interactionService.
DisplayRawText
(json);
202
_interactionService.
DisplayRawText
(json);
Aspire.Cli.Tests (1)
Commands\UpdateCommandTests.cs (1)
966
public void DisplayRawText(string text) => _innerService.
DisplayRawText
(text);