Skip to content

Instantly share code, notes, and snippets.

@shiftkey
Last active December 15, 2015 00:19
Show Gist options
  • Save shiftkey/5171813 to your computer and use it in GitHub Desktop.
Save shiftkey/5171813 to your computer and use it in GitHub Desktop.
Investigating a scriptcs issue with the latest dev build (SHA 3325398)
D:\Code\github\scriptcs\scriptcs-samples\nancy [master +1 ~0 -0 !]> scriptcs sta
rt.csx
Found assembly reference: D:\Code\github\scriptcs\scriptcs-samples\nancy\package
s\Nancy.0.16.1\lib\net40\Nancy.dll
Found assembly reference: D:\Code\github\scriptcs\scriptcs-samples\nancy\package
s\Nancy.Hosting.Self.0.16.1\lib\net40\Nancy.Hosting.Self.dll
Found assembly reference: D:\Code\github\scriptcs\scriptcs-samples\nancy\package
s\Nancy.Bootstrappers.Autofac.0.16.1\lib\net40\Nancy.Bootstrappers.Autofac.dll
Found assembly reference: D:\Code\github\scriptcs\scriptcs-samples\nancy\package
s\Autofac.2.6.3.862\lib\NET40\Autofac.Configuration.dll
Found assembly reference: D:\Code\github\scriptcs\scriptcs-samples\nancy\package
s\Autofac.2.6.3.862\lib\NET40\Autofac.dll
Access is denied
D:\Code\github\scriptcs\scriptcs-samples\signalr-livereload [master]> scriptcs -
s .\signalr.livereload.csx
Found assembly reference: D:\Code\github\scriptcs\scriptcs-samples\signalr-liver
eload\packages\Microsoft.AspNet.SignalR.Client.1.0.1\lib\net45\Microsoft.AspNet.
SignalR.Client.dll
Found assembly reference: D:\Code\github\scriptcs\scriptcs-samples\signalr-liver
eload\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll
Missing config.json. One has been created for your convenience.
No thank you necessary...
D:\Code\github\scriptcs\scriptcs-samples\fluentautomation [master]> scriptcs -s
TestKnockoutJS.csx
Found assembly reference: D:\Code\github\scriptcs\scriptcs-samples\fluentautomat
ion\packages\FluentAutomation.Core.2.0.0.2\lib\net40\FluentAutomation.Core.dll
Found assembly reference: D:\Code\github\scriptcs\scriptcs-samples\fluentautomat
ion\packages\FluentAutomation.SeleniumWebDriver.2.0.0.2\lib\net40\FluentAutomati
on.SeleniumWebDriver.dll
Found assembly reference: D:\Code\github\scriptcs\scriptcs-samples\fluentautomat
ion\packages\Selenium.Support.2.31.2\lib\net40\WebDriver.Support.dll
Found assembly reference: D:\Code\github\scriptcs\scriptcs-samples\fluentautomat
ion\packages\Selenium.WebDriver.2.31.2\lib\net40\WebDriver.dll
Found assembly reference: D:\Code\github\scriptcs\scriptcs-samples\fluentautomat
ion\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll
Started InternetExplorerDriver server (32-bit)
2.25.3.0
Listening on port 51250
Unable to find element with selector [.liveExample tr select:eq(2)]
D:\Code\github\scriptcs\scriptcs-samples\webapihost [master]> scriptcs server.cs
x -debug
Found assembly reference: D:\Code\github\scriptcs\scriptcs-samples\webapihost\pa
ckages\Microsoft.AspNet.WebApi.Client.4.0.20710.0\lib\net40\System.Net.Http.Form
atting.dll
Found assembly reference: D:\Code\github\scriptcs\scriptcs-samples\webapihost\pa
ckages\Microsoft.AspNet.WebApi.Core.4.0.20710.0\lib\net40\System.Web.Http.dll
Found assembly reference: D:\Code\github\scriptcs\scriptcs-samples\webapihost\pa
ckages\Microsoft.AspNet.WebApi.SelfHost.4.0.20918.0\lib\net40\System.Web.Http.Se
lfHost.dll
Found assembly reference: D:\Code\github\scriptcs\scriptcs-samples\webapihost\pa
ckages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.dll
Found assembly reference: D:\Code\github\scriptcs\scriptcs-samples\webapihost\pa
ckages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.WebRequest.dll
Found assembly reference: D:\Code\github\scriptcs\scriptcs-samples\webapihost\pa
ckages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll
R*b900a04a-a135-4f05-a0e2-cf3935c199f6-#10, Version=0.0.0.0, Culture=neutral, Pu
blicKeyToken=null
False
Exception Message: One or more errors occurred.
Stack Trace: at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, Ca
ncellationToken cancellationToken)
at System.Threading.Tasks.Task.Wait()
at Submission#0..ctor(Session session, Object& submissionResult) in D:\Code\g
ithub\scriptcs\scriptcs-samples\webapihost\server.csx:line 42
at Submission#0.<Factory>(Session session)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment