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
Currently we do an explicit graph traversal to find if there are any references to the given member and remove it if there aren't. This could lead to an incorrect removal if the traversal is triggered by a convention invoked while a reference to the given member is being added.
The current method also doesn't recalculate the ConfigurationSource if a reference is removed (e.g. if an explicit relationship to a conventional entity type is removed the entity type will remain marked as added explicitly). This could lead to some orphan members not being removed.
The text was updated successfully, but these errors were encountered:
Currently we do an explicit graph traversal to find if there are any references to the given member and remove it if there aren't. This could lead to an incorrect removal if the traversal is triggered by a convention invoked while a reference to the given member is being added.
The current method also doesn't recalculate the ConfigurationSource if a reference is removed (e.g. if an explicit relationship to a conventional entity type is removed the entity type will remain marked as added explicitly). This could lead to some orphan members not being removed.
The text was updated successfully, but these errors were encountered: