4 references to LaunchProfileNotSupported
aspire (1)
Commands\AppHostLauncher.cs (1)
277return string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.LaunchProfileNotSupported, project.DisplayName);
Aspire.Cli.Tests (3)
Commands\RunCommandTests.cs (2)
104string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.LaunchProfileNotSupported, projectFactory.DisplayName), 148string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.LaunchProfileNotSupported, projectFactory.DisplayName),
Commands\StartCommandTests.cs (1)
161string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.LaunchProfileNotSupported, projectFactory.DisplayName),