gluck / il-repack

Open-source alternative to ILMerge
Apache License 2.0
1.16k stars 214 forks source link

Update Cecil submodule to latest #333

Closed KirillOsenkov closed 8 months ago

KirillOsenkov commented 8 months ago

Use cecil from https://github.com/KirillOsenkov/cecil/tree/ilrepack

Read embedded pdbs

Copy debug information for scopes and imports Taken from https://github.com/Alexx999/il-repack/pull/3

Make the output assembly MVID deterministic

Fix test locking dlls Add .ToArray() to flush the Linq expression so that it is not evaluated more than once.

Better error if the pdb doesn't exist