Reputation: 1
I generated a code map for a .net core based project in VS 2019 (v16.0.0 Preview 4.0).
the problem: the code map 'creates' direct references to the source class
Class 'A' forwards a reference for field1 to class 'B', B forwards it to C. In the map it looks like C directly accesses the information from B AND A directly (second doesn't happen in the code)
Is there a way to disable that the code map 'creates' these direct references from the source class?
Thanks for your help
Upvotes: 0
Views: 264