We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aac241 commit c534b0fCopy full SHA for c534b0f
src/Testing/src/TestPathUtilities.cs
@@ -40,6 +40,6 @@ public static string GetSolutionRootDirectory(string solution)
40
}
41
while (directoryInfo.Parent != null);
42
43
- throw new Exception($"Solution file {solution}.slnf could not be found in {applicationBasePath} or its parent directories.");
+ throw new Exception($"Solution file {solution}.slnx could not be found in {applicationBasePath} or its parent directories.");
44
45
0 commit comments