4 references to LegacyAppHostPathCannotBeSetWithConfigCommand
aspire (1)
Commands\ConfigCommand.cs (1)
168
InteractionService.DisplayError(ErrorStrings.
LegacyAppHostPathCannotBeSetWithConfigCommand
);
Aspire.Cli.Tests (3)
Commands\ConfigCommandTests.cs (3)
917
[InlineData("appHostPath", nameof(ErrorStrings.
LegacyAppHostPathCannotBeSetWithConfigCommand
))]
981
nameof(ErrorStrings.
LegacyAppHostPathCannotBeSetWithConfigCommand
) => ErrorStrings.
LegacyAppHostPathCannotBeSetWithConfigCommand
,