I am trying to create C# library, but when I import the library to another visual studio project I can see the dll source code. I know that you can decompile DLL with some reverse engineering methods, but I hope that visual studio would not show the library source code in reference manager.
Am I doing something wrong in building process of my library?
Thank you for your help.