2 references to GetLaunchProfileValidationError
aspire (2)
Commands\AppHostLauncher.cs (1)
184if (GetLaunchProfileValidationError(project, launchProfile) is { } launchProfileError)
Commands\RunCommand.cs (1)
323if (AppHostLauncher.GetLaunchProfileValidationError(project, launchProfile) is { } launchProfileError)