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.
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.