0

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)

see screenshot

Is there a way to disable that the code map 'creates' these direct references from the source class?

Thanks for your help

magicandre1981
  • 27,895
  • 5
  • 86
  • 127
tt_python
  • 1
  • 1
  • Resharper finally did the trick for me. Looks like there is no way inside "Standard Visual Studio 19". Anyway - Resharper doesn't do these references from the source class. So problem solved in my case – tt_python Apr 03 '19 at 08:12
  • tt_python, I'd greatly appreciate if you give a little pointer on where/how Resharper did the trick. – EoRaptor013 May 03 '19 at 02:38

0 Answers0