1 write to _interactionService
aspire (1)
Packaging\NuGetConfigPrompter.cs (1)
19
_interactionService
= interactionService;
5 references to _interactionService
aspire (5)
Packaging\NuGetConfigPrompter.cs (5)
50
var shouldCreate = await
_interactionService
.PromptConfirmAsync(
58
_interactionService
.DisplayMessage(KnownEmojis.Package, TemplatingStrings.NuGetConfigCreatedConfirmationMessage);
63
var shouldUpdate = await
_interactionService
.PromptConfirmAsync(
71
_interactionService
.DisplayMessage(KnownEmojis.Package, TemplatingStrings.NuGetConfigUpdatedConfirmationMessage);
100
_interactionService
.DisplayMessage(KnownEmojis.Package, TemplatingStrings.NuGetConfigCreatedOrUpdatedConfirmationMessage);