3 references to DisplayedErrors
Aspire.Cli.Tests (3)
Commands\BaseCommandTests.cs (2)
340
Assert.Empty(interactionService.
DisplayedErrors
);
369
Assert.Single(interactionService.
DisplayedErrors
);
TestServices\TestExtensionInteractionService.cs (1)
126
DisplayedErrors
.Add(errorMessage);