I have created a nuget package with some basic logic and uploded into nuget site. Later i created a test project and then used the newly created nuget package in the test project.
When i click on 'Go to Definition' on the method, then it is navigating to the installed package and showing the entire code rather than just the definitions. Also it shows [decomplied] beside the class name.
How to make sure to not show the entire code of a Class?