1 write to _interactionService
aspire (1)
Commands\ConfigCommand.cs (1)
197
_interactionService
= interactionService;
5 references to _interactionService
aspire (5)
Commands\ConfigCommand.cs (5)
219
_interactionService
.DisplayError(ErrorStrings.ConfigurationKeyRequired);
232
_interactionService
.DisplaySuccess(string.Format(CultureInfo.CurrentCulture, ConfigCommandStrings.ConfigurationKeyDeletedGlobally, key));
236
_interactionService
.DisplaySuccess(string.Format(CultureInfo.CurrentCulture, ConfigCommandStrings.ConfigurationKeyDeletedLocally, key));
243
_interactionService
.DisplayError(string.Format(CultureInfo.CurrentCulture, ErrorStrings.ConfigurationKeyNotFound, key));
249
_interactionService
.DisplayError(string.Format(CultureInfo.CurrentCulture, ErrorStrings.ErrorDeletingConfiguration, ex.Message));