tom-englert / ILMerge.Fody

Merges the referenced types of local dependencies as private types into the target assembly, and removes the references to the local dependencies.
MIT License
36 stars 5 forks source link

Merge embedded attributes that are already present in target assembly. #5

Closed tom-englert closed 3 years ago

tom-englert commented 4 years ago

e.g. when using nullable reference types there will be some generated internal types like NullableAttribute or NullableContextAttribute in every assembly.

These must not be added again, but the existing target types must be used.