CSharpScriptExecution.DisableAssemblyCaching

If disabled, assemblies will not be cached through hashes Instead for each execution a new unique assembly will get generated and loaded This combined with an alternate AssemblyLoadContext can lower the memory pressure of long running programs executing a lot of different code

public bool DisableAssemblyCaching