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

multiple internal classes with the same name #9

Closed libla closed 3 years ago

libla commented 3 years ago

If there are internal classes with the same name in the referenced library, multiple internal classes with the same name will be generated in the final compiled result, and throw a BadImageFormatException when loading. For example, if you refer to MySqlConnector, its related references will lead to three System.SR classes.

tom-englert commented 3 years ago

@libla can u try V 1.19?