2 references to UsableLaunchProfileCannotBeLocated
dotnet (2)
Commands\Run\LaunchSettings\LaunchSettingsManager.cs (2)
99
return new LaunchSettingsApplyResult(false, CliCommandStrings.
UsableLaunchProfileCannotBeLocated
);
105
return new LaunchSettingsApplyResult(false, CliCommandStrings.
UsableLaunchProfileCannotBeLocated
);