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