Skip to content

CSScript.CachProbing #398

Closed
Closed
@jclaborde

Description

@jclaborde

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions