2 references to DuplicateCaseInsensitiveLaunchProfileNames
dotnet (1)
Commands\Run\LaunchSettings\LaunchSettingsManager.cs (1)
61throw new GracefulException(CliCommandStrings.DuplicateCaseInsensitiveLaunchProfileNames,
dotnet.Tests (1)
CommandTests\Run\GivenDotnetRunBuildsVbProj.cs (1)
48string expectedError = string.Format(CliCommandStrings.DuplicateCaseInsensitiveLaunchProfileNames, "\tfirst," + (OperatingSystem.IsWindows() ? "\r" : "") + "\n\tFIRST");