gluck / il-repack

Open-source alternative to ILMerge
Apache License 2.0
1.19k stars 217 forks source link

1、Distinguish between normal and error output logs, which is convenient for packaging scripts to analyze the reasons #313

Closed lingsg closed 11 months ago

lingsg commented 2 years ago

2、Compatible with ilmerge's allowDup parameter handling (without the class name after it)

KirillOsenkov commented 11 months ago

I applied the Console.Error changes here: https://github.com/gluck/il-repack/commit/ec6ea0570e171dc74dd94173391ad60ffce84160

KirillOsenkov commented 11 months ago

I applied the -allowdup modifier logic here: https://github.com/gluck/il-repack/commit/2dbf68f53655b024d2802b1e1e8078c3190fa48b

The rest of the changes look accidental and are not useful.

Thanks!