7 references to Rev
Microsoft.DotNet.HotReload.Utils.Generator (7)
DeltaNaming.cs (5)
16
public string Dmeta => _baseAssemblyPath + "." +
Rev
+ ".dmeta";
17
public string Dil => _baseAssemblyPath + "." +
Rev
+ ".dil";
18
public string Dpdb => _baseAssemblyPath + "." +
Rev
+ ".dpdb";
20
public string UpdateHandlerInfo => _baseAssemblyPath + "." +
Rev
+ ".handler.json";
25
return new DeltaNaming(_baseAssemblyPath,
Rev
+1);
DeltaProject.cs (2)
66
Console.WriteLine ($"parsing patch #{dinfo.
Rev
} from {change.Update} and creating delta");
91
throw new DiffyException ($"no changes in revision {dinfo.
Rev
}", exitStatus: 5);