0 votes
by (140 points)

can we do ILMerging of all dll into signle dll and use class and methods of Rebex? or what is best way to call methods of Rebex in our projects?

1 Answer

0 votes
by (144k points)
edited by

Unfortunately, ILMerged Rebex DLLs have been reported not to fully work and this is not a supported configuration. Some clients have succeeded in using alternative commercial tools for this (many obfuscators support DLL merging and some of these reportedly handle Rebex DLLs without issues).

I'm not sure I understand the second question. Just reference Rebex DLLs (use NuGet if you prefer) and call Rebex methods the way that best suits your project.

...