5 references to GlobalAppHostPathCannotBeSetWithConfigCommand
aspire (1)
Commands\ConfigCommand.cs (1)
174
InteractionService.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
))]
980
nameof(ErrorStrings.
GlobalAppHostPathCannotBeSetWithConfigCommand
) => ErrorStrings.
GlobalAppHostPathCannotBeSetWithConfigCommand
,