gluck/il-repack

Possible Internalize regression

Aragas opened this issue · 5 comments

Good day!
It seems that there's a regression in v2.0.29 with internalize. Simply setting the --internalize flag triggers an error "Input file not found: --internalize"
Based on the recent commits, I believe the idea was to add an optional list of files with the flags, but it might not work now when no files are provided at all

Not sure if this is related, but the Mono.Cecil types are no longer internal/hidden. They are now conflicting with my Mono.Cecil package reference.

Seems they are public from 2.0.24. At least that is the version I tested. 2.0.18 was still internal.

OK will look into internalizing Cecil, sorry about all the regressions

Filed #358 to track it separately