4 references to PolyglotIntegrationsHidden
aspire (2)
Commands\AddCommand.cs (1)
241
InteractionService.DisplaySubtleMessage(string.Format(CultureInfo.CurrentCulture, AddCommandStrings.
PolyglotIntegrationsHidden
, hiddenIntegrationCount));
Commands\IntegrationSearchCommand.cs (1)
127
InteractionService.DisplaySubtleMessage(string.Format(CultureInfo.CurrentCulture, AddCommandStrings.
PolyglotIntegrationsHidden
, hiddenIntegrationCount));
Aspire.Cli.Tests (2)
Commands\AddCommandTests.cs (2)
3244
Assert.Equal(string.Format(AddCommandStrings.
PolyglotIntegrationsHidden
, 1), displayedSubtleMessage);
3342
Assert.Equal(string.Format(AddCommandStrings.
PolyglotIntegrationsHidden
, 1), displayedSubtleMessage);