Module initializer only running for one assembly
Hi,
I have source generator to generate compiled meta data about classes, to register these for a scripting layer in C++. These are stored as a module initializer, but the module initializer won't run when I load assembly
1 Reply
the runtime can't know a module initializer exists until the assembly is loaded