Burst compiler with Assembly Builder?

Hey!
I have written simple modding with Assembly builder which basically converts c# into DLL in runtime (into memory or hdd).

Now, i successfully managed to make it work with job system, because scripts do execute properly.

The problem is, while the job system works, the [BurstCompile] does not.

Error log:

Anyone had this problem before? Has anyone solved it?

compiling for burst requires all sorts of stuff which isn’t available at runtime, it’s not possible

Damn, that’s sad to hear. Thanks!