5 references to GlobalAppHostPathCannotBeSetWithConfigCommand
aspire (1)
Commands\ConfigCommand.cs (1)
174InteractionService.DisplayError(ErrorStrings.GlobalAppHostPathCannotBeSetWithConfigCommand);
Aspire.Cli.Tests (4)
Commands\ConfigCommandTests.cs (4)
915[InlineData("appHost.path", nameof(ErrorStrings.GlobalAppHostPathCannotBeSetWithConfigCommand))] 916[InlineData("appHost:path", nameof(ErrorStrings.GlobalAppHostPathCannotBeSetWithConfigCommand))] 980nameof(ErrorStrings.GlobalAppHostPathCannotBeSetWithConfigCommand) => ErrorStrings.GlobalAppHostPathCannotBeSetWithConfigCommand,