Purview-ADB-Lineage-Solution-Accelerator
Purview-ADB-Lineage-Solution-Accelerator copied to clipboard
Checking if inputs and outputs are equal
The method InOutEqual
in Function.Doman > Helpers > OlProcessing > ValidateOlEvent.cs compares only the names (rather than names and namespaces).
Should be updated to return Enumerable.SequenceEqual(nms, nms2) && Enumerable.SequenceEqual(nmspc, nmspc2);