3 implementations of WriteDebugSessionMessage
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
565
public void
WriteDebugSessionMessage
(string message, bool stdout, string? textStyle)
Aspire.Cli.Tests (2)
Projects\ExtensionGuestLauncherTests.cs (1)
158
public void
WriteDebugSessionMessage
(string message, bool stdout, string? textStyle) => throw new NotImplementedException();
TestServices\TestExtensionInteractionService.cs (1)
148
public void
WriteDebugSessionMessage
(string message, bool stdout, string? textStyle)
1 reference to WriteDebugSessionMessage
aspire (1)
Commands\RunCommand.cs (1)
1290
extensionInteractionService.
WriteDebugSessionMessage
(entry.Message, entry.LogLevel is not LogLevel.Error and not LogLevel.Critical, "\x1b[2m");