scriptcs-contrib / edge-scs

scriptcs for edge!
Apache License 2.0
12 stars 2 forks source link

#r cannot find assemblies in /bin, must specify path "./bin/{assembly}" #1

Open chris-ray opened 10 years ago

chris-ray commented 10 years ago

In scriptcs I can use #r "{assembly}" and it will resolve assemblies in the ./bin directory relative to the executing script. However in edge-scs this is not true. The #r directive in the scripts imported via #load must specify a path such as #r "./bin/{assembly}".

glennblock commented 10 years ago

OK, thanks for filing this and checking out edge-scs.

glennblock commented 9 years ago

@chris-ray just realized how long ago you filed this. I am giving it some love this weekend, and upgrading to the latest bits. It should solve all your issues.