1 write to _interactionService
aspire (1)
Commands\ConfigCommand.cs (1)
206
_interactionService
= interactionService;
5 references to _interactionService
aspire (5)
Commands\ConfigCommand.cs (5)
230
_interactionService
.DisplayError(ErrorStrings.ConfigurationKeyRequired);
243
_interactionService
.DisplaySuccess(string.Format(CultureInfo.CurrentCulture, ConfigCommandStrings.ConfigurationKeyDeletedGlobally, key));
247
_interactionService
.DisplaySuccess(string.Format(CultureInfo.CurrentCulture, ConfigCommandStrings.ConfigurationKeyDeletedLocally, key));
254
_interactionService
.DisplayError(string.Format(CultureInfo.CurrentCulture, ErrorStrings.ConfigurationKeyNotFound, key));
260
_interactionService
.DisplayError(string.Format(CultureInfo.CurrentCulture, ErrorStrings.ErrorDeletingConfiguration, ex.Message));