blipson89 / Leprechaun

A template code generation framework for Rainbow
MIT License
42 stars 22 forks source link

Add the global scope to system namespaces that are hidden when buildi… #22

Closed lcjordan closed 5 years ago

lcjordan commented 6 years ago

…ng items with System in the path

When building items that have a folder named System in the path it is hiding the system namespaces. Ran into this issue specifically with creating objects for Media item templates.

Resolved the issue by adding the global namespace to the two system using statements.

blipson89 commented 5 years ago

Thanks @lcjordan!