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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: