mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
Strip extra information from assembly imports
This commit is contained in:
@@ -40,6 +40,9 @@ public class Disassembler
|
||||
{
|
||||
// Assume the URI represents a C# namespace
|
||||
name = uri.Split('.', '/', '\\')[^1];
|
||||
|
||||
// Remove the extra assembly info
|
||||
uri = uri.Split(',')[0];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user