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