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