Purview-ADB-Lineage-Solution-Accelerator icon indicating copy to clipboard operation
Purview-ADB-Lineage-Solution-Accelerator copied to clipboard

Checking if inputs and outputs are equal

Open hmoazam opened this issue 2 years ago • 0 comments

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);

hmoazam avatar Jan 28 '23 20:01 hmoazam