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