You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
The text was updated successfully, but these errors were encountered: