5 references to RunCommandWarningRunJsonNotUsed
dotnet (2)
Commands\Run\RunCommand.cs (1)
281
Reporter.Output.WriteLine(string.Format(CliCommandStrings.
RunCommandWarningRunJsonNotUsed
, runJsonPath, launchSettingsPath).Yellow());
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
383
Reporter.Output.WriteLine(string.Format(CliCommandStrings.
RunCommandWarningRunJsonNotUsed
, runJsonPath, launchSettingsPath).Yellow());
dotnet.Tests (2)
CommandTests\Run\RunFileTests.cs (2)
1926
{string.Format(CliCommandStrings.
RunCommandWarningRunJsonNotUsed
, runJson, launchSettings)}
1936
{string.Format(CliCommandStrings.
RunCommandWarningRunJsonNotUsed
, runJson, launchSettings)}
dotnet-watch (1)
Process\LaunchSettingsProfile.cs (1)
45
logger.LogWarning(CliCommandStrings.
RunCommandWarningRunJsonNotUsed
, runJsonPath, launchSettingsPath);