Ejemplo n.º 1
0
 public static Stream OpenMigrationXslStream(this VersionedElementInfo elementInfo)
 {
     return(OpenResource(elementInfo.GetMigrationResourcePath()));
 }
Ejemplo n.º 2
0
 private static string GetMigrationResourcePath(this VersionedElementInfo elementInfo) =>
 string.Format(
     CultureInfo.InvariantCulture,
     XslTransformResourceFormat,
     elementInfo.Element,
     elementInfo.Version.FilepathString);