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