8 implementations of DisplayRawText
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
220public void DisplayRawText(string text)
Interaction\ExtensionInteractionService.cs (1)
302public void DisplayRawText(string text)
Aspire.Cli.Tests (6)
Commands\NewCommandTests.cs (1)
953public void DisplayRawText(string text) { }
Commands\PublishCommandPromptingIntegrationTests.cs (1)
949public void DisplayRawText(string text) { }
Commands\UpdateCommandTests.cs (1)
966public void DisplayRawText(string text) => _innerService.DisplayRawText(text);
Templating\DotNetTemplateFactoryTests.cs (1)
440public void DisplayRawText(string text) { }
TestServices\TestConsoleInteractionService.cs (1)
116public void DisplayRawText(string text)
TestServices\TestExtensionInteractionService.cs (1)
129public void DisplayRawText(string text)
19 references to DisplayRawText
aspire (18)
Commands\DocsGetCommand.cs (2)
84InteractionService.DisplayRawText(json); 90InteractionService.DisplayRawText(formatted);
Commands\DocsListCommand.cs (1)
71InteractionService.DisplayRawText(json);
Commands\DocsSearchCommand.cs (1)
85InteractionService.DisplayRawText(json);
Commands\DoctorCommand.cs (1)
86InteractionService.DisplayRawText(json);
Commands\ExtensionInternalCommand.cs (1)
51InteractionService.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)
966public void DisplayRawText(string text) => _innerService.DisplayRawText(text);