8 references to NeedCorrection
Microsoft.DotNet.Cli.Utils (1)
DotDefaultPathCorrector.cs (1)
19
if (
NeedCorrection
(dotDefaultPath, out var correctedPath))
Microsoft.DotNet.Cli.Utils.Tests (7)
DotDefaultPathCorrectorTests.cs (7)
12
DotDefaultPathCorrector.
NeedCorrection
(existingPath, out string correctPath).Should().BeTrue();
20
DotDefaultPathCorrector.
NeedCorrection
(existingPath, out string _).Should().BeFalse();
27
DotDefaultPathCorrector.
NeedCorrection
(existingPath, out string _).Should().BeFalse();
35
DotDefaultPathCorrector.
NeedCorrection
(existingPath, out string correctPath).Should().BeTrue();
44
DotDefaultPathCorrector.
NeedCorrection
(existingPath, out string correctPath).Should().BeTrue();
52
DotDefaultPathCorrector.
NeedCorrection
(existingPath, out string _).Should().BeFalse();
59
DotDefaultPathCorrector.
NeedCorrection
(existingPath, out string correctPath).Should().BeTrue();