CCob / dnMerge

A lightweight .NET assembly dependency merger that uses dnLib and 7zip's LZMA SDK for compressing dependant assemblies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency persists

aalmada opened this issue · comments

Hello! I'm trying out dnMerge for the first time as I've been encountering problems with ILRepack.

The build process doesn't report any errors. However, when I inspect the resulting assembly using dotPeek, I notice that the dependency is still present. I've followed the instructions provided in the README. Here's the project link for reference: NetFabric.Hyperlinq.Analyzer PR #77.

Am I overlooking something? Thanks in advance for your assistance.