Advertisement
Guest User

Omnisharp Log

a guest
Apr 27th, 2017
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.32 KB | None | 0 0
  1. Starting OmniSharp server at 4/27/2017, 9:15:29 AM
  2. Target: /Users/timdturner/Github/covalence-server/covalence-server.sln
  3.  
  4. OmniSharp server started wth Mono
  5. Path: /Users/timdturner/.vscode/extensions/ms-vscode.csharp-1.9.0/bin/run
  6. PID: 53330
  7.  
  8. OmniSharp: -s /Users/timdturner/Github/covalence-server/covalence-server.sln --hostPID 53291 --stdio DotNet:enablePackageRestore=false --encoding utf-8 --loglevel information formattingOptions:useTabs=false formattingOptions:tabSize=4 formattingOptions:indentationSize=4
  9. {"Event":"log","Body":{"LogLevel":"INFORMATION","Name":"OmniSharp.Startup","Message":"Omnisharp server running using Stdio at location '/Users/timdturner/Github/covalence-server' on host 53291."},"Seq":1,"Type":"event"}
  10. [info]: OmniSharp.DotNet.DotNetProjectSystem
  11. Initializing in /Users/timdturner/Github/covalence-server
  12. [info]: OmniSharp.DotNet.DotNetProjectSystem
  13. Auto package restore: False
  14. [info]: OmniSharp.DotNet.DotNetProjectSystem
  15. Update workspace context
  16. [info]: OmniSharp.DotNet.DotNetProjectSystem
  17. Resolving projects references
  18. [info]: OmniSharp.MSBuild.MSBuildProjectSystem
  19. MSBUILD_EXE_PATH environment variable set to /Users/timdturner/.vscode/extensions/ms-vscode.csharp-1.9.0/bin/omnisharp/msbuild/MSBuild.dll
  20. [info]: OmniSharp.MSBuild.MSBuildProjectSystem
  21. MSBuildExtensionsPath environment variable set to /Users/timdturner/.vscode/extensions/ms-vscode.csharp-1.9.0/bin/omnisharp/msbuild
  22. [info]: OmniSharp.MSBuild.MSBuildProjectSystem
  23. MSBuildSDKsPath environment variable set to /Users/timdturner/.vscode/extensions/ms-vscode.csharp-1.9.0/bin/omnisharp/msbuild/Sdks
  24. [info]: OmniSharp.MSBuild.MSBuildProjectSystem
  25. MSBuild will use local OmniSharp installation.
  26. [info]: OmniSharp.MSBuild.MSBuildProjectSystem
  27. Detecting projects in '/Users/timdturner/Github/covalence-server/covalence-server.sln'.
  28. [warn]: OmniSharp.MSBuild.MSBuildProjectSystem
  29. Skipped unsupported project type 'src'
  30. [info]: OmniSharp.MSBuild.MSBuildProjectSystem
  31. Loading project from '/Users/timdturner/Github/covalence-server/src/Covalence.API/Covalence.API.csproj'.
  32. Discovered Mono file path: /Library/Frameworks/Mono.framework/Versions/Current/Commands/mono
  33. Resolved symbolic link for Mono file path: /Library/Frameworks/Mono.framework/Versions/5.0.0/bin/mono-sgen32
  34. [info]: OmniSharp.MSBuild.MSBuildProjectSystem
  35. Add project: /Users/timdturner/Github/covalence-server/src/Covalence.API/Covalence.API.csproj
  36. [info]: OmniSharp.MSBuild.MSBuildProjectSystem
  37. Loading project from '/Users/timdturner/Github/covalence-server/test/test.csproj'.
  38. [info]: OmniSharp.MSBuild.MSBuildProjectSystem
  39. Add project: /Users/timdturner/Github/covalence-server/test/test.csproj
  40. [info]: OmniSharp.MSBuild.MSBuildProjectSystem
  41. Update project: Covalence.API
  42. [info]: OmniSharp.MSBuild.MSBuildProjectSystem
  43. Update project: test
  44. [info]: OmniSharp.Script.ScriptProjectSystem
  45. Detecting CSX files in '/Users/timdturner/Github/covalence-server'.
  46. [info]: OmniSharp.Script.ScriptProjectSystem
  47. Could not find any CSX files
  48. [info]: OmniSharp.Startup
  49. Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpWorkspaceOptionsProvider
  50. [info]: OmniSharp.Startup
  51. Configuration finished.
  52. [warn]: OmniSharp.MSBuild.MSBuildProjectSystem
  53. Failed to process project file '/Users/timdturner/Github/covalence-server/src/Covalence.API/Covalence.API.csproj'.
  54. /Users/timdturner/Github/covalence-server/src/Covalence.API/Covalence.API.csproj(1,1)
  55. System.InvalidOperationException: The operation cannot be completed because a build is already in progress.
  56. at Microsoft.Build.Shared.ErrorUtilities.ThrowInvalidOperation (System.String resourceName, System.Object[] args) [0x00019] in <6a1392588f4a45bdbe07807130f9b3d0>:0
  57. at Microsoft.Build.Shared.ErrorUtilities.VerifyThrowInvalidOperation (System.Boolean condition, System.String resourceName) [0x0000a] in <6a1392588f4a45bdbe07807130f9b3d0>:0
  58. at Microsoft.Build.Execution.BuildManager.RequireState (Microsoft.Build.Execution.BuildManager+BuildManagerState requiredState, System.String exceptionResouorce) [0x00001] in <6a1392588f4a45bdbe07807130f9b3d0>:0
  59. at Microsoft.Build.Execution.BuildManager.BeginBuild (Microsoft.Build.Execution.BuildParameters parameters) [0x00014] in <6a1392588f4a45bdbe07807130f9b3d0>:0
  60. at Microsoft.Build.Execution.BuildManager.Build (Microsoft.Build.Execution.BuildParameters parameters, Microsoft.Build.Execution.BuildRequestData requestData) [0x00001] in <6a1392588f4a45bdbe07807130f9b3d0>:0
  61. at Microsoft.Build.Execution.ProjectInstance.Build (System.String[] targets, System.Collections.Generic.IEnumerable`1[T] loggers, System.Collections.Generic.IEnumerable`1[T] remoteLoggers, Microsoft.Build.BackEnd.Logging.ILoggingService loggingService, System.Int32 maxNodeCount, System.Collections.Generic.IDictionary`2[System.String,Microsoft.Build.Execution.TargetResult]& targetOutputs) [0x000ea] in <6a1392588f4a45bdbe07807130f9b3d0>:0
  62. at Microsoft.Build.Execution.ProjectInstance.Build (System.String[] targets, System.Collections.Generic.IEnumerable`1[T] loggers, System.Collections.Generic.IEnumerable`1[T] remoteLoggers, Microsoft.Build.BackEnd.Logging.ILoggingService loggingService, System.Collections.Generic.IDictionary`2[System.String,Microsoft.Build.Execution.TargetResult]& targetOutputs) [0x00001] in <6a1392588f4a45bdbe07807130f9b3d0>:0
  63. at Microsoft.Build.Execution.ProjectInstance.Build (System.String[] targets, System.Collections.Generic.IEnumerable`1[T] loggers, System.Collections.Generic.IEnumerable`1[T] remoteLoggers, System.Collections.Generic.IDictionary`2[System.String,Microsoft.Build.Execution.TargetResult]& targetOutputs) [0x00001] in <6a1392588f4a45bdbe07807130f9b3d0>:0
  64. at Microsoft.Build.Execution.ProjectInstance.Build (System.String[] targets, System.Collections.Generic.IEnumerable`1[T] loggers, System.Collections.Generic.IEnumerable`1[T] remoteLoggers) [0x00001] in <6a1392588f4a45bdbe07807130f9b3d0>:0
  65. at Microsoft.Build.Execution.ProjectInstance.Build (System.String target, System.Collections.Generic.IEnumerable`1[T] loggers, System.Collections.Generic.IEnumerable`1[T] remoteLoggers) [0x00017] in <6a1392588f4a45bdbe07807130f9b3d0>:0
  66. at Microsoft.Build.Execution.ProjectInstance.Build (System.String target, System.Collections.Generic.IEnumerable`1[T] loggers) [0x00001] in <6a1392588f4a45bdbe07807130f9b3d0>:0
  67. at OmniSharp.MSBuild.ProjectFile.ProjectFileInfo.Create (System.String projectFilePath, System.String solutionDirectory, Microsoft.Extensions.Logging.ILogger logger, OmniSharp.Options.MSBuildOptions options, System.Collections.Generic.ICollection`1[T] diagnostics, System.Boolean isUnityProject) [0x000ca] in <74fa06c2daf047be8db7b6c7713f2dfe>:0
  68. at OmniSharp.MSBuild.MSBuildProjectSystem.CreateProjectFileInfo (System.String projectFilePath, System.Boolean isUnityProject) [0x0001f] in <74fa06c2daf047be8db7b6c7713f2dfe>:0
  69.  
  70. [info]: OmniSharp.MSBuild.MSBuildProjectSystem
  71. Update project: test
  72. [info]: OmniSharp.DotNetTest.VSTestManager
  73. read: {"MessageType":"TestSession.Connected","Payload":null}
  74. [info]: OmniSharp.DotNetTest.VSTestManager
  75. read: {"MessageType":"ProtocolVersion","Payload":1}
  76. [info]: OmniSharp.DotNetTest.DebugSessionManager
  77. Debug session started.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement