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
{{ message }}
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.
the CSharpScriptEngine class is loading the compilation data directly into the appDomaion, which causes there to be multiple "CSharpScriptEngine_Compiler" assemblies the scripts pull from the first assembly they find with that name, changing it to LastOrDefault, should fix this, but it can cause the program collects a lot of garbage
the CSharpScriptEngine class is loading the compilation data directly into the appDomaion, which causes there to be multiple "CSharpScriptEngine_Compiler" assemblies the scripts pull from the first assembly they find with that name, changing it to LastOrDefault, should fix this, but it can cause the program collects a lot of garbage
Issue introduced in commit #1398
The text was updated successfully, but these errors were encountered: