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}".
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}".