Browse Source

report unknown connection id in xaml when can't find event

pull/2281/head
文煌 5 years ago
parent
commit
940bd7d64c
  1. 4
      ILSpy.BamlDecompiler/Rewrite/ConnectionIdRewritePass.cs

4
ILSpy.BamlDecompiler/Rewrite/ConnectionIdRewritePass.cs

@ -72,6 +72,10 @@ namespace ILSpy.BamlDecompiler.Rewrite @@ -72,6 +72,10 @@ namespace ILSpy.BamlDecompiler.Rewrite
}
}
}
else
{
element.Add(new XComment($"Unknown connection ID: {annotation.Id}"));
}
}
}

Loading…
Cancel
Save