You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After cloning and running "scriptcs -install" in nunit-runners folder. I then run "scriptcs start.csx" and receive the following error...
ERROR: Assembly not found. - nunit.core.dll
I see nunit.core.dll in the /packages/NUnit.Runners.2.6.2/tools/lib folder. I just installed and started messing around with scriptcs, so I have no idea how it finds libraries.
The text was updated successfully, but these errors were encountered:
I have developed scripts in C#-Selenium Webdriver. Whenever I am executing through NUNIT Runner I am getting below error:
System.ArgumentOutOfRangeException : Length cannot be less than zero.
Parameter name: length
If I change the relative path with Absolute path then it is working fine. I am wondering why this is happening? What is the issue with relative path?
@GitHubCTS that sounds like a separate problem to the one that @filipw has reported. Can you please open a separate issue and include full instructions for how to reproduce the problem.
From: scriptcs/scriptcs#754
After cloning and running "scriptcs -install" in nunit-runners folder. I then run "scriptcs start.csx" and receive the following error...
ERROR: Assembly not found. - nunit.core.dll
I see nunit.core.dll in the /packages/NUnit.Runners.2.6.2/tools/lib folder. I just installed and started messing around with scriptcs, so I have no idea how it finds libraries.
The text was updated successfully, but these errors were encountered: