oleg-shilo / cs-script

C# scripting platform
http://www.cs-script.net
MIT License
1.57k stars 234 forks source link

Avoid adding the same path multiple times #339

Closed alfish2000 closed 12 months ago

alfish2000 commented 12 months ago

This occurs when using e.g.

//css_dir Common

in multiple imported files:

script_0.cs: //css_dir Common ...

script_1.cs: //css_dir Common ...

script.cs: //css_imp script_0 //css_imp script_1 ...