Esempio n. 1
0
 public NuObjContents(Hasher hasher)
 {
     this._hasher = hasher;
     theCache     = new Dictionary <BuildObject, NuObjValue>();
 }
Esempio n. 2
0
 public BuildEngine()
 {
     this.pathNormalizer = new PathNormalizer();
     this.hasher         = new Hasher();
 }
Esempio n. 3
0
 public BuildEngine()
 {
     this.pathNormalizer = new PathNormalizer();
     this.hasher = new Hasher();
 }