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
Hello,
I want to cache the assembly file for CompileMethod(string code) method. So that when the application restart, the dynamic code can launch faster if code not changed.
Will you consider add CompileInfo pararmeter to CompileMethod(string code) method, or if I can do this in other method?