The calls to GetExecutingDLLDirectory fail with the following exception:
System.ArgumentNullException: Value cannot be null. (Parameter 'path')
at System.IO.Directory.GetParent(String path)
when the reloaded.Assembler is loaded with LoadFromStream
I am using LoadFromStream to prevent file locking to allow me to compile new versions and reload them.
Is it possible to rely on the current AssemblyLoadContext to find the given DLL before defaulting to the current method?