4 writes to DisplayErrorCallback
Aspire.Cli.Tests (4)
Commands\AddCommandTests.cs (1)
418
testInteractionService.
DisplayErrorCallback
= (message) =>
Commands\NewCommandTests.cs (1)
370
testInteractionService.
DisplayErrorCallback
= (message) => {
Commands\RunCommandTests.cs (1)
389
interactionService.
DisplayErrorCallback
= errorMessages.Add;
Commands\UpdateCommandTests.cs (1)
512
DisplayErrorCallback
= (message) =>
1 reference to DisplayErrorCallback
Aspire.Cli.Tests (1)
TestServices\TestConsoleInteractionService.cs (1)
79
DisplayErrorCallback
?.Invoke(errorMessage);