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