Closed
Description
with the old version CSScriptLibrary.v3.5 i load file with this line CSScriptLibrary.CSScript.Load(csScript,dllFile, debugBuild: false);
If the file in csScript don't have change since the last compilation, the dllFile was load without recompilation( very fast)
I now user the last version 4.8.21
I try to use the options CSScript.IsOutOfDateAlgorithm = CSScript.CachProbing.Advanced (or Simplified) and there is no effect on the recompilation (dependending on changes or not on the scritps files)
Is it a way to compile my file only if there is a change since the last loading?
Thanks
Jc laborde