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