This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Description
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