gluck / il-repack

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

Adds an option to skip merging config files #291

Closed wmjordan closed 1 year ago

wmjordan commented 3 years ago

This PR, as a workaround, addresses #283 , #255, #242

BatmanPriddy commented 1 year ago

Hello everyone, really REALLY need this feature merged into your master branch if possible. There is no current way to skip config files, and when trying to use the utility, it throws this error:

EXEC : error : Failed to merge configuration files: System.Data.DataException: The same table 'add' cannot be the child table in two nested relations.

What is needed to get this merged back into the master branch, and a new version of the NuGet released?

Thanks!

BatmanPriddy commented 1 year ago

This PR, as a workaround, addresses #283 , #255, #242

@wmjordan would LOVE to have this merged in if possible, and get an update NuGet package for this. Thanks!

wmjordan commented 1 year ago

@BatmanPriddy I don't have access to this repository. Currently I compile the source code for my own use and have no idea of publishing an NuGet thing.

You can take a look at the last commit of this PR. It just requires three modifications. You can do it and create your own NuGet if needed.

timotei commented 1 year ago

@wmjordan thank you for the contribution. Will do a release shortly.