Closed koculu closed 6 months ago
Describe the bug AddNamespace method is poorly designed and it doesn't work well on sub namespaces.
To Reproduce
script.AddNamespace("System", null, true);
script.AddNamespace("System.Text", null, true);
script.AddNamespace("System.Text", null, false);
Expected behavior All combinations of sub namespaces should work.
Created issue from the following discussion: https://github.com/koculu/Topaz/discussions/29#discussioncomment-9203444
Describe the bug AddNamespace method is poorly designed and it doesn't work well on sub namespaces.
To Reproduce
script.AddNamespace("System", null, true);
script.AddNamespace("System.Text", null, true);
script.AddNamespace("System.Text", null, false);
Expected behavior All combinations of sub namespaces should work.
Created issue from the following discussion: https://github.com/koculu/Topaz/discussions/29#discussioncomment-9203444