4 references to LaunchProfileNotSupported
aspire (1)
Commands\AppHostLauncher.cs (1)
261
return string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.
LaunchProfileNotSupported
, project.DisplayName);
Aspire.Cli.Tests (3)
Commands\RunCommandTests.cs (2)
106
string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.
LaunchProfileNotSupported
, projectFactory.DisplayName),
150
string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.
LaunchProfileNotSupported
, projectFactory.DisplayName),
Commands\StartCommandTests.cs (1)
162
string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.
LaunchProfileNotSupported
, projectFactory.DisplayName),