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