Assembly.LoadFrom is still required
description
I've just updated to the version 54d64b40c923 and the problem with GrammarLoader failing to find and load dependent assemblies is still there (it throws a ReflectionTypeLoadException when you call GetTypes()).
Changing GrammarLoader.LoadAssembly() from Load(byte[]) to LoadFrom(filename) is still a workaround but it naturally destroys the reloading logic.