We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use GetExportedTypes() instead of GetTypes()
GetExportedTypes()
GetTypes()
Reasons:
The text was updated successfully, but these errors were encountered:
@andreharv I will now fork NExt2 and do this. should I create a PR? do you need the dll as well?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Use
GetExportedTypes()
instead ofGetTypes()
Reasons:
GetExportedTypes()
every time it loads an assembly so usingGetExportedTypes()
is harmlessGetTypes()
makes NExt2 incompatible with mods that have direct references to other mods (not only harmony)The text was updated successfully, but these errors were encountered: