Skip to content
New issue

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

Fix circular references in assemblies that ran CodeGen #172

Merged
merged 1 commit into from
Mar 30, 2021

Conversation

hadashiA
Copy link
Owner

In Mono.Cecil, when a module does an ImportReference of its own type, it seems to add its own reference to the assembly.

Here is a hot fix to remove the self-reference

Refs: #167

@vercel
Copy link

vercel bot commented Mar 29, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/hadashia/vcontainer/3FRUTCtzcRx8yF9AHEr7tzfLceAP
✅ Preview: https://vcontainer-git-ku-fix-codegen-circular-reference-hadashia.vercel.app

@hadashiA hadashiA merged commit 91fba7a into master Mar 30, 2021
@hadashiA hadashiA deleted the ku/fix-codegen-circular-reference branch March 30, 2021 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant