mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-25 09:35:37 -05:00
Removing circular references from Plan Comparison (#1498)
This commit is contained in:
@@ -34,7 +34,7 @@ namespace Microsoft.SqlTools.ServiceLayer.ExecutionPlan.Contracts
|
||||
/// <summary>
|
||||
/// List of matching nodes for the ExecutionGraphComparisonResult.
|
||||
/// </summary>
|
||||
public List<ExecutionGraphComparisonResult> MatchingNodes { get; set; } = new List<ExecutionGraphComparisonResult>();
|
||||
public List<int> MatchingNodesId { get; set; } = new List<int>();
|
||||
/// <summary>
|
||||
/// The parent of the ExecutionGraphComparisonResult.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user