DSC
DSC copied to clipboard
Perf optimization in adapter lookup table
PR Summary
Previously adapter lookup table was serialized and saved every time;
With over 1000 entries for adapters shipped with dsc.exe this is performance expensive.
This change makes saving only when necessary - when the lookup table is actually updated.