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 126351e commit 4407bcbCopy full SHA for 4407bcb
LibGit2Sharp.Tests/TestHelpers/BaseFixture.cs
@@ -56,7 +56,7 @@ private static void SetUpTestEnvironment()
56
{
57
IsFileSystemCaseSensitive = IsFileSystemCaseSensitiveInternal();
58
59
- string initialAssemblyParentFolder = Directory.GetParent(new Uri(Assembly.GetExecutingAssembly().EscapedCodeBase).LocalPath).FullName;
+ string initialAssemblyParentFolder = Directory.GetParent(new Uri(typeof(BaseFixture).Assembly.EscapedCodeBase).LocalPath).FullName;
60
61
const string sourceRelativePath = @"../../Resources";
62
ResourcesDirectory = new DirectoryInfo(Path.Combine(initialAssemblyParentFolder, sourceRelativePath));
0 commit comments