ravibpatel / ILRepack.Lib.MSBuild.Task

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

Populate RepackDropAttributes from specified RepackDropAttribute. #56

Closed roguesaloon closed 1 month ago

roguesaloon commented 1 month ago

Fixes ravibpatel/ILRepack.Lib.MSBuild.Task#55. Populates the RepackDropAttributes HashSet, parsed from a colon (;) delimited list of attributes to be dropped. This implementation aligns closely with the implementation in RepackOptions in the main IL Repack repo and how it's parsed from the command line (see https://github.com/gluck/il-repack/blob/master/ILRepack/RepackOptions.cs#L288). RepackDropAttribute is not used independently in the current version of IL Repack.