ravibpatel / ILRepack.Lib.MSBuild.Task

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

InternalizeExcludes are patterns #10

Closed pinkfloydx33 closed 6 years ago

pinkfloydx33 commented 6 years ago

Fixes #9 - Internalize Excludes are patterns and do not correlate directly to an assembly. As such they shouldn't be compared by array index with the assembly list. Causes Index out of range issues and doesn't actually exclude what we need.