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