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