2 references to UsingLaunchSettingsFromMessage
dotnet (2)
Commands\Run\CommonRunHelpers.cs (1)
159
report(string.Format(CliCommandStrings.
UsingLaunchSettingsFromMessage
, launchSettingsPath), true);
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
748
Reporter.Error.WriteLine(string.Format(CliCommandStrings.
UsingLaunchSettingsFromMessage
, launchSettingsPath));