Downloaded the adapt-memory-reading branch along with the master branch.
Compiles without errors but gets a Stack-Overflow exception
inside a debug file Common.cs at or around
public static Assembly ReadFromEmbeddedResources(Dictionary<string, string> assemblyNames, Dictionary<string, string> symbolNames, AssemblyName requestedAssemblyName)
var name = requestedAssemblyName.Name.ToLowerInvariant();
where requestedAssemblyName.Name is System.Reflection.AssemblyName
Has anyone else solved this or am I the only one getting this error.
Thank you.