2 writes to DisplayErrorCallback
Aspire.Cli.Tests (2)
Commands\AddCommandTests.cs (1)
561
testInteractionService.
DisplayErrorCallback
= (message) => {
Commands\NewCommandTests.cs (1)
495
testInteractionService.
DisplayErrorCallback
= (message) => {
1 reference to DisplayErrorCallback
Aspire.Cli.Tests (1)
TestServices\TestConsoleInteractionService.cs (1)
46
DisplayErrorCallback
?.Invoke(errorMessage);