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
thrownewInvalidOperationException("Should not be reachable. Earlier code should have sorted topologically or failed.");
This indicates that it was migrating a merge changeset, and that it was unable to find a previously-migrated commit corresponding to a parent changeset of the merge. The question is why it was migrating a merge changeset before migrating one of its parents.
To know why this happened is tricky without a crash dump. One possibility is a bug in TopologicalSortExtensions.cs.