We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d21cf2e commit 64c052eCopy full SHA for 64c052e
LibGit2Sharp/Core/NativeMethods.cs
@@ -17,7 +17,7 @@ static NativeMethods()
17
{
18
if (!IsRunningOnLinux())
19
20
- string originalAssemblypath = new Uri(Assembly.GetExecutingAssembly().CodeBase).LocalPath;
+ string originalAssemblypath = new Uri(Assembly.GetExecutingAssembly().EscapedCodeBase).LocalPath;
21
22
string currentArchSubPath = "NativeBinaries/" + ProcessorArchitecture;
23
0 commit comments