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

[pack] [EMG] fixing infinite loop issue with typeforwarders #8772

Merged
merged 4 commits into from
Sep 26, 2022

Conversation

brettsam
Copy link
Member

It is rare, but some customers can hit an infinite loop with circular TypeForwarders. The issue in Cecil is here: jbevain/cecil#706

This fix short-circuits our search for extensions if we hit a TPA as there's no need to go further. This breaks that circular logic as we don't keep searching for base types and assemblies once we make it this far.

@brettsam brettsam changed the title [EMG] fixing infinite loop issue with typeforwarders [pack] [EMG] fixing infinite loop issue with typeforwarders Sep 22, 2022
@brettsam
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

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.

None yet

6 participants