I have solution in Visual Studio, so this solution contains a few projects, also I have public only interfaces and internal classes, I’ll use ILMerge for build one dll from all projects in this solution, Attention 🙂 question, How can I show all internal classes to all projects in solution?
Thanks.
I have solution in Visual Studio, so this solution contains a few projects, also
Share
I believe you are looking for the InternalsVisibleToAttribute?