Exclude URI of current file from imports

This commit is contained in:
Yoshi Askharoun
2024-01-31 19:44:11 -06:00
parent bd31001a4f
commit 45475c5934
+1
View File
@@ -27,6 +27,7 @@ public class Disassembler
if (uri == "http://schemas.microsoft.com/2007/uix")
continue;
// Skip self
string name = uri;
var schemeLength = uri.IndexOf("://");
if (schemeLength > 0)