3 references to InitCommand_ConfigurationComplete
aspire (1)
Commands\AgentInitCommand.cs (1)
440
InteractionService.DisplaySuccess(McpCommandStrings.
InitCommand_ConfigurationComplete
);
Aspire.Cli.Tests (2)
Commands\AgentInitCommandTests.cs (2)
708
Assert.Contains(McpCommandStrings.
InitCommand_ConfigurationComplete
, interactionService.DisplayedSuccess);
743
Assert.Contains(McpCommandStrings.
InitCommand_ConfigurationComplete
, interactionService.DisplayedSuccess);