You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given two modules with each a ModuleInitializer defined, one assembly will win, the other ModuleInitializer will be ignored.
The static constructor of the root <Module> class should never be ignored, but appended to each other (i.e. truncate the trailing ret instruction, then append the other modules <Module> class static constructor).
The text was updated successfully, but these errors were encountered:
Given two modules with each a ModuleInitializer defined, one assembly will win, the other ModuleInitializer will be ignored.
The static constructor of the root
<Module>
class should never be ignored, but appended to each other (i.e. truncate the trailing ret instruction, then append the other modules<Module>
class static constructor).The text was updated successfully, but these errors were encountered: