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

[analyzer] Break infinite loops #1659

Merged
merged 1 commit into from
Nov 30, 2020

Conversation

radekdoulik
Copy link
Member

Avoid getting caught in infinite loops. I think these are related to
new DynamicDependency attributes. So stop graph traversal and report
the loop as warning.

Avoid getting caught in infinite loops. I think these are related to
new DynamicDependency attributes. So stop graph traversal and report
the loop as warning.
@marek-safar marek-safar merged commit 4f7f661 into dotnet:master Nov 30, 2020
agocke pushed a commit to dotnet/runtime that referenced this pull request Nov 16, 2022
Avoid getting caught in infinite loops. I think these are related to
new DynamicDependency attributes. So stop graph traversal and report
the loop as warning.

Commit migrated from dotnet/linker@4f7f661
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.

2 participants