8 implementations of WriteConsoleLog
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
592
public void
WriteConsoleLog
(string message, int? lineNumber = null, string? type = null, bool isErrorMessage = false)
Interaction\ExtensionInteractionService.cs (1)
543
public void
WriteConsoleLog
(string message, int? lineNumber = null, string? type = null, bool isErrorMessage = false)
Aspire.Cli.Tests (6)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
1258
public void
WriteConsoleLog
(string message, int? lineNumber = null, string? type = null, bool isErrorMessage = false)
Commands\UpdateCommandTests.cs (1)
3549
public void
WriteConsoleLog
(string message, int? lineNumber = null, string? type = null, bool isErrorMessage = false)
Projects\ExtensionGuestLauncherTests.cs (1)
161
public void
WriteConsoleLog
(string message, int? lineNumber = null, string? type = null, bool isErrorMessage = false) => throw new NotImplementedException();
Templating\DotNetTemplateFactoryTests.cs (1)
416
public void
WriteConsoleLog
(string message, int? resourceHashCode, string? resourceName, bool isError) { }
TestServices\TestExtensionInteractionService.cs (1)
190
public void
WriteConsoleLog
(string message, int? lineNumber = null, string? type = null, bool isErrorMessage = false)
TestServices\TestInteractionService.cs (1)
357
public void
WriteConsoleLog
(string message, int? lineNumber = null, string? type = null, bool isErrorMessage = false)
1 reference to WriteConsoleLog
Aspire.Cli.Tests (1)
Commands\UpdateCommandTests.cs (1)
3550
=> _innerService.
WriteConsoleLog
(message, lineNumber, type, isErrorMessage);