ravibpatel / ILRepack.Lib.MSBuild.Task

MSBuild task for ILRepack which is an open-source alternative to ILMerge.
Other
107 stars 30 forks source link

Support regex in InternalizeExclude #39

Closed jeiea closed 8 months ago

jeiea commented 1 year ago

It appears that ILRepack offers support for using regular expressions within the /internalize option, as indicated in the official documentation. However it seems that the project is using an older version of ILRepack which lacks this capability.

Would you be able to assist in updating the project to a version of ILRepack that supports the use of regular expressions in the InternalizeExclude parameter?

KirillOsenkov commented 8 months ago

The recent version has this support: https://www.nuget.org/packages/ILRepack.Lib.MSBuild.Task/2.0.22