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 Enumeration Helper to avoid potential runtime errors with NET 7 #640

Closed
utpilla opened this issue Sep 14, 2022 · 0 comments · Fixed by #641
Closed

Fix Enumeration Helper to avoid potential runtime errors with NET 7 #640

utpilla opened this issue Sep 14, 2022 · 0 comments · Fixed by #641
Assignees

Comments

@utpilla
Copy link
Contributor

utpilla commented Sep 14, 2022

Fix the reflection logic in EnumerationHelper to avoid potential runtime errors with NET 7.

The issue is with the enumerating over tags of ActivityLinks and ActivityEvents as the name of the internal type that the reflection code relies on is changed in NET 7. Currently, none of the projects in the contrib repo are affected as none of them enumerate over tags of ActivityLinks and ActivityEvents.

Refer to the issue and the fix in the main repo for the same:

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 a pull request may close this issue.

2 participants