Skip to content

Instantly share code, notes, and snippets.

@thinca
Last active October 15, 2015 15:55
Show Gist options
  • Save thinca/1434b8cdc9f61f1d7dcf to your computer and use it in GitHub Desktop.
Save thinca/1434b8cdc9f61f1d7dcf to your computer and use it in GitHub Desktop.
root@a6f8855c1ce0:~/omnisharp-roslyn# scripts/Omnisharp -s OmniSharp.sln
info : [OmniSharp.Startup] Omnisharp server running on port '2000' at location '/root/omnisharp-roslyn' on host -1.
info : [OmniSharp.Dnx.DnxPaths] Looking for sdk version in '/root/omnisharp-roslyn/global.json'.
info : [OmniSharp.Dnx.DnxPaths] Using runtime '/root/.dnx/runtimes/dnx-mono.1.0.0-beta4'.
info : [OmniSharp.Dnx.DnxProjectSystem] Scanning '/root/omnisharp-roslyn' for DNX projects
info : [OmniSharp.Dnx.DnxProjectSystem] Found project '/root/omnisharp-roslyn/src/OmniSharp/project.json'.
info : [OmniSharp.Dnx.DnxProjectSystem] Found project '/root/omnisharp-roslyn/src/OmniSharp.Stdio/project.json'.
info : [OmniSharp.Dnx.DnxProjectSystem] Found project '/root/omnisharp-roslyn/tests/OmniSharp.Stdio.Tests/project.json'.
info : [OmniSharp.Dnx.DnxProjectSystem] Found project '/root/omnisharp-roslyn/tests/OmniSharp.Tests/project.json'.
Listening on port 38597
info : [OmniSharp.Dnx.DesignTimeHostManager] Running DesignTimeHost on port 38597, with PID 1515
info : [OmniSharp.Dnx.DnxProjectSystem] Connected
Client accepted 127.0.0.1:38597
Client accepted 127.0.0.1:38597
info : [OmniSharp.MSBuild.MSBuildProjectSystem] Detecting projects in '/root/omnisharp-roslyn/OmniSharp.sln'.
warning : [OmniSharp.MSBuild.MSBuildProjectSystem] Skipped unsupported project type 'src'
warning : [OmniSharp.MSBuild.MSBuildProjectSystem] Skipped unsupported project type 'src\OmniSharp\OmniSharp.xproj'
warning : [OmniSharp.MSBuild.MSBuildProjectSystem] Skipped unsupported project type 'Solution Items'
warning : [OmniSharp.MSBuild.MSBuildProjectSystem] Skipped unsupported project type 'tests'
warning : [OmniSharp.MSBuild.MSBuildProjectSystem] Skipped unsupported project type 'tests\OmniSharp.Tests\OmniSharp.Tests.xproj'
warning : [OmniSharp.MSBuild.MSBuildProjectSystem] Skipped unsupported project type 'src\OmniSharp.Stdio\OmniSharp.Stdio.xproj'
warning : [OmniSharp.MSBuild.MSBuildProjectSystem] Skipped unsupported project type 'tests\OmniSharp.Stdio.Tests\OmniSharp.Stdio.Tests.xproj'
info : [OmniSharp.ScriptCs.ScriptCsProjectSystem] Detecting CSX files in '/root/omnisharp-roslyn'.
info : [OmniSharp.ScriptCs.ScriptCsProjectSystem] Could not find any CSX files
info : [OmniSharp.Startup] Solution has finished loading
System.DllNotFoundException: libdl
at (wrapper managed-to-native) Microsoft.AspNet.Server.Kestrel.Networking.PlatformApis/LinuxApis:dlopen (string,int)
at Microsoft.AspNet.Server.Kestrel.Networking.PlatformApis+LinuxApis.LoadLibrary (System.String dllToLoad) [0x00000] in <filename unknown>:0
at Microsoft.AspNet.Server.Kestrel.Networking.Libuv.Load (System.String dllToLoad) [0x00000] in <filename unknown>:0
at Microsoft.AspNet.Server.Kestrel.KestrelEngine..ctor (ILibraryManager libraryManager) [0x00000] in <filename unknown>:0
at Kestrel.ServerFactory.Start (IServerInformation serverInformation, System.Func`2 application) [0x00000] in <filename unknown>:0
at Microsoft.AspNet.Hosting.HostingEngine.Start (Microsoft.AspNet.Hosting.HostingContext context) [0x00000] in <filename unknown>:0
at OmniSharp.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment