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
We have code (AllTypesHelper.Types() and AddExportedTypes()) that call GetEnumerator() but don't dispose of the enumerators. At the moment this isn't a problem since those implementations don't do anything special but we should still dispose of them in case the implementation changes in the future.
The text was updated successfully, but these errors were encountered:
We have code (
AllTypesHelper.Types()
andAddExportedTypes()
) that callGetEnumerator()
but don't dispose of the enumerators. At the moment this isn't a problem since those implementations don't do anything special but we should still dispose of them in case the implementation changes in the future.The text was updated successfully, but these errors were encountered: