#load *.linq, #load *.* dont work in latest beta
Hello all!
This one works well:
load "C:\Work*.cs"
these two don't work (not pulling classes defined in the files):
load "C:\Work*.linq"
load "C:\Work*.*"
What am I doing wrong?
Hello all!
This one works well:
load "C:\Work*.cs"
these two don't work (not pulling classes defined in the files):
load "C:\Work*.linq"
load "C:\Work*.*"
What am I doing wrong?
Comments
Btw is there a way to let nested #load work? For now I have to put them all (tens) into the root script to make all nested classes work...
Nested #load is not supported.
why . and *.linq don't work?
This isn't supported yet.