8 references to DotDefaultPathCorrector
dotnet (1)
Program.cs (1)
414DotDefaultPathCorrector.Correct();
Microsoft.DotNet.Cli.Utils.Tests (7)
DotDefaultPathCorrectorTests.cs (7)
12DotDefaultPathCorrector.NeedCorrection(existingPath, out string correctPath).Should().BeTrue(); 20DotDefaultPathCorrector.NeedCorrection(existingPath, out string _).Should().BeFalse(); 27DotDefaultPathCorrector.NeedCorrection(existingPath, out string _).Should().BeFalse(); 35DotDefaultPathCorrector.NeedCorrection(existingPath, out string correctPath).Should().BeTrue(); 44DotDefaultPathCorrector.NeedCorrection(existingPath, out string correctPath).Should().BeTrue(); 52DotDefaultPathCorrector.NeedCorrection(existingPath, out string _).Should().BeFalse(); 59DotDefaultPathCorrector.NeedCorrection(existingPath, out string correctPath).Should().BeTrue();