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
rightDependencies.Should().Contain(leftDependency,$"Component dependency {leftDependency} for component {leftComponent} was not in the {rightGraphName} dependency graph.");
152
152
}
153
153
154
-
leftDependencies.Should().BeEquivalentTo(rightDependencies,$"{rightGraphName} has the following components that were not found in {leftGraphName}, please verify this is expected behavior. {JsonSerializer.Serialize(rightDependencies.Except(leftDependencies))}");
154
+
leftDependencies.Should().BeEquivalentTo(rightDependencies,$"{rightGraphName} has the following components that were not found in {leftGraphName}, please verify this is expected behavior. {System.Text.Json.JsonSerializer.Serialize(rightDependencies.Except(leftDependencies))}");
0 commit comments