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.
.slnx
1 parent 7669b5e commit 5565c15Copy full SHA for 5565c15
1 file changed
src/Testcontainers/Builders/CommonDirectoryPath.cs
@@ -76,7 +76,7 @@ public static CommonDirectoryPath GetGitDirectory([CallerFilePath, NotNull] stri
76
[PublicAPI]
77
public static CommonDirectoryPath GetSolutionDirectory([CallerFilePath, NotNull] string filePath = "")
78
{
79
- return new CommonDirectoryPath(GetDirectoryPath(Path.GetDirectoryName(filePath), "*.sln"));
+ return new CommonDirectoryPath(GetDirectoryPath(Path.GetDirectoryName(filePath), "*.sln", "*.slnx"));
80
}
81
82
/// <summary>
0 commit comments