FabianTerhorst/coreclr-module

New Host initialization strategy

zziger opened this issue · 0 comments

New Host initialization strategy should initialize base AltV APIs before accessing Resource and IModule classes.
This should prevent a lot of cryptic errors related to usage of AltV API before OnStart call (e.g. in some ctor).
This would also allow to use executable projects in the future (calling Main)