Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: LuaType.LookupReferencedAssemblies setter always sets the member…
… to true (#7)
- Loading branch information
8be507f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As I said, this is no complete fix because the value is already used in the static constructor - which is run before you can set this property. Idea: Make the start value "false", then at the end of the static constructor set it to "true".