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 f58e574 commit 1761cb0Copy full SHA for 1761cb0
netfx_loader/ClrLoader.cs
@@ -26,6 +26,8 @@ private static string AssemblyDirectory
26
{
27
get
28
29
+ // This is needed in case the DLL was shadow-copied
30
+ // (Otherwise .Location would work)
31
string codeBase = Assembly.GetExecutingAssembly().CodeBase;
32
UriBuilder uri = new UriBuilder(codeBase);
33
string path = Uri.UnescapeDataString(uri.Path);
0 commit comments