Git Product home page Git Product logo

Comments (5)

nickspoons avatar nickspoons commented on June 8, 2024 1

Omnisharp-vim and coc-omnisharp are both doing the same thing - running the omnisharp-roslyn language server. So you should drop one or the other. If you choose to keep OmniSharp-vim and drop coc-omnisharp, you can still use coc as the autocompletion engine, omnisharp-vim integrates with coc (but not coc-omnisharp).

Do you have any omnisharp-vim config? Unity still uses .NET Framework, not dotnet, so you'll need to run it with mono. And from your log it looks like you might need to install msbuild: pacman -S mono-msbuild.

I think you'll want this config:

let g:OmniSharp_server_use_mono = 1
let g:OmniSharp_server_use_net6 = 0
let g:OmniSharp_loglevel = 'DEBUG'  " Can be helpful to see a bit more info about what is getting launched

from omnisharp-vim.

yigitkalan avatar yigitkalan commented on June 8, 2024 1

Okay problem was about the project probably because of the regeneration of files. It works flawlessly in a new project. Thanks a lot for helping.

from omnisharp-vim.

yigitkalan avatar yigitkalan commented on June 8, 2024

Omnisharp-vim and coc-omnisharp are both doing the same thing - running the omnisharp-roslyn language server. So you should drop one or the other. If you choose to keep OmniSharp-vim and drop coc-omnisharp, you can still use coc as the autocompletion engine, omnisharp-vim integrates with coc (but not coc-omnisharp).

Do you have any omnisharp-vim config? Unity still uses .NET Framework, not dotnet, so you'll need to run it with mono. And from your log it looks like you might need to install msbuild: pacman -S mono-msbuild.

I think you'll want this config:

let g:OmniSharp_server_use_mono = 1
let g:OmniSharp_server_use_net6 = 0
let g:OmniSharp_loglevel = 'DEBUG'  " Can be helpful to see a bit more info about what is getting launched

Okay i get it so they collide with each other, i choose to use Omnisharp-vim. I installed mono-msbuild. I use omnisharp options in my options.lua file like this:

vim.cmd[[let g:OmniSharp_server_use_net6 = 0]]
vim.cmd[[let g:OmniSharp_server_use_mono = 1]]
vim.cmd[[let g:OmniSharp_loglevel = 'DEBUG' ]]

So this is how my code looks like :
Thu Apr  6 02:31:05 +03 2023

So these error messages and diognastics are from ale, without ale it looks like :

Thu Apr  6 02:40:00 +03 2023
But still i dont get any auto completion

This is the new log :

OmniSharpOpenLog
NVIM v0.9.0-dev

OmniSharp server started.
  Path: /home/sy/.cache/omnisharp-vim/omnisharp-roslyn/OmniSharp.exe
  Target: /home/sy/repos/game/Floopy-Footie-Frenzy/Floopy-Footie-Frenzy.sln
  PID: 34956
  Command: mono --assembly-loader=strict /home/sy/.cache/omnisharp-vim/omnisharp-roslyn/OmniSharp.exe -s /home/sy/repos/game/Floopy-Footie-Frenzy/Floopy-Footie-Frenzy.sln -l DEBUG -e utf-8

Request: /updatebuffer
[dbug]: OmniSharp.CompositionHostBuilder
      Loaded OmniSharp.Cake, Version=1.39.0.0, Culture=neutral, PublicKeyToken=7e5bf7b3b470b509
[dbug]: OmniSharp.CompositionHostBuilder
      Loaded OmniSharp.DotNetTest, Version=1.39.0.0, Culture=neutral, PublicKeyToken=7e5bf7b3b470b509
[dbug]: OmniSharp.CompositionHostBuilder
      Loaded OmniSharp.Host, Version=1.39.0.0, Culture=neutral, PublicKeyToken=7e5bf7b3b470b509
[dbug]: OmniSharp.CompositionHostBuilder
      Loaded OmniSharp.MSBuild, Version=1.39.0.0, Culture=neutral, PublicKeyToken=7e5bf7b3b470b509
[dbug]: OmniSharp.CompositionHostBuilder
      Loaded OmniSharp.Roslyn, Version=1.39.0.0, Culture=neutral, PublicKeyToken=7e5bf7b3b470b509
[dbug]: OmniSharp.CompositionHostBuilder
      Loaded OmniSharp.Roslyn.CSharp, Version=1.39.0.0, Culture=neutral, PublicKeyToken=7e5bf7b3b470b509
[dbug]: OmniSharp.CompositionHostBuilder
      Loaded OmniSharp.Script, Version=1.39.0.0, Culture=neutral, PublicKeyToken=7e5bf7b3b470b509
[dbug]: OmniSharp.CompositionHostBuilder
      Loaded OmniSharp.Shared, Version=1.39.0.0, Culture=neutral, PublicKeyToken=7e5bf7b3b470b509
[info]: OmniSharp.Stdio.Host
      Starting OmniSharp on arch 0.0 (x64)
[info]: OmniSharp.Services.DotNetCliService
      Checking the 'DOTNET_ROOT' environment variable to find a .NET SDK
[info]: OmniSharp.Services.DotNetCliService
      DotNetPath set to /usr/share/dotnet/dotnet
[dbug]: OmniSharp.CompositionHostBuilder
      .NET SDK requires MSBuild instances version 17.0.0 or higher
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
      Located 1 MSBuild instance(s)
          1: Mono 16.10.1 - "/usr/lib/mono/msbuild/Current/bin"
[dbug]: OmniSharp.CompositionHostBuilder
      MSBuild instance Mono 16.10.1 scored at -2147483648
[warn]: OmniSharp.CompositionHostBuilder
      It looks like you have Mono installed which contains a MSBuild lower than 17.0.0 which is the minimum supported by the configured .NET Core Sdk.
Try updating Mono to the latest stable or preview version to enable better .NET Core Sdk support.
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
      Registered MSBuild instance: Mono 16.10.1 - "/usr/lib/mono/msbuild/Current/bin"
[dbug]: OmniSharp.WorkspaceInitializer
      Starting with OmniSharp options: {"RoslynExtensionsOptions":{"EnableDecompilationSupport":false,"EnableAnalyzersSupport":false,"EnableImportCompletion":false,"EnableAsyncCompletion":false,"DocumentAnalysisTimeoutMs":30000,"DiagnosticWorkersThreadCount":9,"AnalyzeOpenDocumentsOnly":false,"InlayHintsOptions":{"EnableForParameters":false,"ForLiteralParameters":false,"ForIndexerParameters":false,"ForObjectCreationParameters":false,"ForOtherParameters":false,"SuppressForParametersThatDifferOnlyBySuffix":false,"SuppressForParametersThatMatchMethodIntent":false,"SuppressForParametersThatMatchArgumentName":false,"EnableForTypes":false,"ForImplicitVariableTypes":false,"ForLambdaParameterTypes":false,"ForImplicitObjectCreation":false},"LocationPaths":null},"FormattingOptions":{"OrganizeImports":false,"EnableEditorConfigSupport":false,"NewLine":"\n","UseTabs":false,"TabSize":4,"IndentationSize":4,"SpacingAfterMethodDeclarationName":false,"SeparateImportDirectiveGroups":false,"SpaceWithinMethodDeclarationParenthesis":false,"SpaceBetweenEmptyMethodDeclarationParentheses":false,"SpaceAfterMethodCallName":false,"SpaceWithinMethodCallParentheses":false,"SpaceBetweenEmptyMethodCallParentheses":false,"SpaceAfterControlFlowStatementKeyword":true,"SpaceWithinExpressionParentheses":false,"SpaceWithinCastParentheses":false,"SpaceWithinOtherParentheses":false,"SpaceAfterCast":false,"SpaceBeforeOpenSquareBracket":false,"SpaceBetweenEmptySquareBrackets":false,"SpaceWithinSquareBrackets":false,"SpaceAfterColonInBaseTypeDeclaration":true,"SpaceAfterComma":true,"SpaceAfterDot":false,"SpaceAfterSemicolonsInForStatement":true,"SpaceBeforeColonInBaseTypeDeclaration":true,"SpaceBeforeComma":false,"SpaceBeforeDot":false,"SpaceBeforeSemicolonsInForStatement":false,"SpacingAroundBinaryOperator":"single","IndentBraces":false,"IndentBlock":true,"IndentSwitchSection":true,"IndentSwitchCaseSection":true,"IndentSwitchCaseSectionWhenBlock":true,"LabelPositioning":"oneLess","WrappingPreserveSingleLine":true,"WrappingKeepStatementsOnSingleLine":true,"NewLinesForBracesInTypes":true,"NewLinesForBracesInMethods":true,"NewLinesForBracesInProperties":true,"NewLinesForBracesInAccessors":true,"NewLinesForBracesInAnonymousMethods":true,"NewLinesForBracesInControlBlocks":true,"NewLinesForBracesInAnonymousTypes":true,"NewLinesForBracesInObjectCollectionArrayInitializers":true,"NewLinesForBracesInLambdaExpressionBody":true,"NewLineForElse":true,"NewLineForCatch":true,"NewLineForFinally":true,"NewLineForMembersInObjectInit":true,"NewLineForMembersInAnonymousTypes":true,"NewLineForClausesInQuery":true},"FileOptions":{"SystemExcludeSearchPatterns":["**/node_modules/**/*","**/bin/**/*","**/obj/**/*","**/.git/**/*"],"ExcludeSearchPatterns":[]},"RenameOptions":{"RenameOverloads":false,"RenameInStrings":false,"RenameInComments":false},"ImplementTypeOptions":{"InsertionBehavior":0,"PropertyGenerationBehavior":0},"DotNetCliOptions":{"LocationPaths":null},"Plugins":{"LocationPaths":null}}
[info]: OmniSharp.WorkspaceInitializer
      Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpFormattingWorkspaceOptionsProvider, Order: 0
[info]: OmniSharp.Cake.CakeProjectSystem
      Detecting Cake files in '/home/sy/repos/game/Floopy-Footie-Frenzy'.
[info]: OmniSharp.Cake.CakeProjectSystem
      Did not find any Cake files
[dbug]: OmniSharp.MSBuild.ProjectSystem
      MSBuild environment: 
Mode: Standalone
RunningTests: False
RunningInVisualStudio: False
MSBuildToolsDirectory32: /usr/lib/mono/msbuild/Current/bin
MSBuildToolsDirectory64: /usr/lib/mono/msbuild/Current/bin
MSBuildSDKsPath: /usr/lib/mono/msbuild/Current/bin/Sdks
CurrentMSBuildConfigurationFile: /usr/lib/mono/msbuild/Current/bin/MSBuild.dll.config
CurrentMSBuildExePath: /usr/lib/mono/msbuild/Current/bin/MSBuild.dll
CurrentMSBuildToolsDirectory: /usr/lib/mono/msbuild/Current/bin
VisualStudioInstallRootDirectory: 
MSBuildExtensionsPath: /usr/lib/mono/msbuild/Current/bin

[info]: OmniSharp.MSBuild.ProjectSystem
      Detecting projects in '/home/sy/repos/game/Floopy-Footie-Frenzy/Floopy-Footie-Frenzy.sln'.
[dbug]: OmniSharp.MSBuild.ProjectSystem
      Parsing ProjectConfigurationPlatforms of '/home/sy/repos/game/Floopy-Footie-Frenzy/Floopy-Footie-Frenzy.sln'.
[info]: OmniSharp.MSBuild.ProjectManager
      Queue project update for '/home/sy/repos/game/Floopy-Footie-Frenzy/Assembly-CSharp.csproj'
[info]: OmniSharp.Script.ScriptProjectSystem
      Detecting CSX files in '/home/sy/repos/game/Floopy-Footie-Frenzy'.
[info]: OmniSharp.Script.ScriptProjectSystem
      Did not find any CSX files
[info]: OmniSharp.WorkspaceInitializer
      Configuration finished.
[info]: OmniSharp.Stdio.Host
      Omnisharp server running using Stdio at location '/home/sy/repos/game/Floopy-Footie-Frenzy' on host -1.
Request: /projects
[info]: OmniSharp.MSBuild.ProjectManager
      Loading project: /home/sy/repos/game/Floopy-Footie-Frenzy/Assembly-CSharp.csproj
Server Request: /projects (5 lines)
Server Request: /updatebuffer (11 lines)
[dbug]: OmniSharp.Roslyn.BufferManager
      Adding transient file for /home/sy/repos/game/Floopy-Footie-Frenzy/Assets/Scripts/Goal.cs
[info]: OmniSharp.OmniSharpWorkspace
      Miscellaneous file: /home/sy/repos/game/Floopy-Footie-Frenzy/Assets/Scripts/Goal.cs added to workspace
Server Response: /updatebuffer (10 lines)
Response: /updatebuffer after 1.652
Replaying requests for buffer 1
Request: /codecheck
Request: /updatebuffer
Request: /v2/highlight
Server Request: /codecheck (10 lines)
Server Request: /updatebuffer (11 lines)
Server Request: /v2/highlight (10 lines)
[dbug]: OmniSharp.Roslyn.BufferManager
      Updating file /home/sy/repos/game/Floopy-Footie-Frenzy/Assets/Scripts/Goal.cs with new text
Server Response: /updatebuffer (10 lines)
Response: /updatebuffer after 0.044
Server Response: /codecheck (12 lines)
Response: /codecheck after 0.149
Server Response: /v2/highlight (845 lines)
Response: /v2/highlight after 0.769
[info]: OmniSharp.MSBuild.ProjectManager
      Successfully loaded project file '/home/sy/repos/game/Floopy-Footie-Frenzy/Assembly-CSharp.csproj'.
All projects loaded
[info]: OmniSharp.MSBuild.ProjectManager
      Adding project '/home/sy/repos/game/Floopy-Footie-Frenzy/Assembly-CSharp.csproj'
[dbug]: OmniSharp.OmniSharpWorkspace
      Miscellaneous file: /home/sy/repos/game/Floopy-Footie-Frenzy/Assets/Scripts/Goal.cs removed from workspace
[info]: OmniSharp.MSBuild.ProjectManager
      Update project: Assembly-CSharp
[dbug]: OmniSharp.MSBuild.ProjectManager
      .editorconfig files were configured by the project Assembly-CSharp but will not be respected because the feature is switched off in OmniSharp. Enable .editorconfig support in OmniSharp to take advantage of them.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/Microsoft.Win32.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/Microsoft.Win32.Primitives.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/mscorlib.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/mscorlib.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/netstandard.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/netstandard.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /home/sy/repos/game/Floopy-Footie-Frenzy/Library/PackageCache/[email protected]/lib/ReportGenerator/ReportGeneratorMerged.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/home/sy/repos/game/Floopy-Footie-Frenzy/Library/PackageCache/[email protected]/lib/ReportGenerator/ReportGeneratorMerged.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.AppContext.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.AppContext.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Collections.Concurrent.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Collections.Concurrent.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Collections.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Collections.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Collections.NonGeneric.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Collections.NonGeneric.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Collections.Specialized.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Collections.Specialized.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/System.ComponentModel.Composition.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/System.ComponentModel.Composition.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.ComponentModel.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.ComponentModel.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.ComponentModel.EventBasedAsync.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.ComponentModel.EventBasedAsync.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.ComponentModel.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.ComponentModel.Primitives.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.ComponentModel.TypeConverter.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.ComponentModel.TypeConverter.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Console.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Console.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/System.Core.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/System.Core.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Data.Common.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Data.Common.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/System.Data.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/System.Data.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Diagnostics.Contracts.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Diagnostics.Contracts.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Diagnostics.Debug.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Diagnostics.Debug.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Diagnostics.FileVersionInfo.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Diagnostics.FileVersionInfo.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Diagnostics.Process.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Diagnostics.Process.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Diagnostics.StackTrace.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Diagnostics.StackTrace.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Diagnostics.TextWriterTraceListener.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Diagnostics.TextWriterTraceListener.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Diagnostics.Tools.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Diagnostics.Tools.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Diagnostics.TraceSource.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Diagnostics.TraceSource.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/System.Diagnostics.Tracing.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/System.Diagnostics.Tracing.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/System.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/System.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/System.Drawing.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/System.Drawing.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Drawing.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Drawing.Primitives.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Dynamic.Runtime.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Dynamic.Runtime.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Globalization.Calendars.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Globalization.Calendars.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Globalization.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Globalization.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Globalization.Extensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Globalization.Extensions.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/System.IO.Compression.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/System.IO.Compression.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/System.IO.Compression.FileSystem.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/System.IO.Compression.FileSystem.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.IO.Compression.ZipFile.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.IO.Compression.ZipFile.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.IO.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.IO.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.DriveInfo.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.DriveInfo.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Primitives.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Watcher.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Watcher.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.IO.IsolatedStorage.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.IO.IsolatedStorage.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.IO.MemoryMappedFiles.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.IO.MemoryMappedFiles.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.IO.Pipes.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.IO.Pipes.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.IO.UnmanagedMemoryStream.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.IO.UnmanagedMemoryStream.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Linq.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Linq.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Linq.Expressions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Linq.Expressions.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Linq.Parallel.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Linq.Parallel.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Linq.Queryable.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Linq.Queryable.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/System.Net.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/System.Net.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/System.Net.Http.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/System.Net.Http.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Net.NameResolution.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Net.NameResolution.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Net.NetworkInformation.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Net.NetworkInformation.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Net.Ping.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Net.Ping.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Net.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Net.Primitives.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Net.Requests.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Net.Requests.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Net.Security.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Net.Security.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Net.Sockets.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Net.Sockets.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Net.WebHeaderCollection.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Net.WebHeaderCollection.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.Client.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.Client.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/System.Numerics.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/System.Numerics.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/System.Numerics.Vectors.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/System.Numerics.Vectors.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.ObjectModel.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.ObjectModel.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Reflection.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Reflection.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.ILGeneration.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.ILGeneration.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.Lightweight.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.Lightweight.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Reflection.Extensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Reflection.Extensions.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Reflection.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Reflection.Primitives.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Resources.Reader.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Resources.Reader.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Resources.ResourceManager.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Resources.ResourceManager.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Resources.Writer.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Resources.Writer.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Runtime.CompilerServices.VisualC.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Runtime.CompilerServices.VisualC.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Runtime.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Runtime.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Runtime.Extensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Runtime.Extensions.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Runtime.Handles.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Runtime.Handles.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Runtime.Numerics.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Runtime.Numerics.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/System.Runtime.Serialization.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/System.Runtime.Serialization.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Formatters.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Formatters.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Json.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Json.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Primitives.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Xml.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Xml.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Security.Claims.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Security.Claims.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Algorithms.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Algorithms.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Csp.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Csp.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Encoding.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Encoding.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Primitives.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.X509Certificates.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.X509Certificates.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Security.Principal.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Security.Principal.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Security.SecureString.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Security.SecureString.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/System.ServiceModel.Web.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/System.ServiceModel.Web.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Text.Encoding.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Text.Encoding.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Text.Encoding.Extensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Text.Encoding.Extensions.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Text.RegularExpressions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Text.RegularExpressions.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Threading.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Threading.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Threading.Overlapped.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Threading.Overlapped.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.Parallel.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.Parallel.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Threading.Thread.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Threading.Thread.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Threading.ThreadPool.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Threading.ThreadPool.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Threading.Timer.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Threading.Timer.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/System.Transactions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/System.Transactions.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.ValueTuple.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.ValueTuple.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/System.Web.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/System.Web.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/System.Windows.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/System.Windows.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/System.Xml.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/System.Xml.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/System.Xml.Linq.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/System.Xml.Linq.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Xml.ReaderWriter.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Xml.ReaderWriter.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/System.Xml.Serialization.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/System.Xml.Serialization.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Xml.XDocument.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Xml.XDocument.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Xml.XmlDocument.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Xml.XmlDocument.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Xml.XmlSerializer.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Xml.XmlSerializer.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Xml.XPath.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Xml.XPath.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /usr/lib/mono/4.7.1-api/Facades/System.Xml.XPath.XDocument.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/usr/lib/mono/4.7.1-api/Facades/System.Xml.XPath.XDocument.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.EditorCoroutines.Editor.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.EditorCoroutines.Editor.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.Performance.Profile-Analyzer.Editor.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.Performance.Profile-Analyzer.Editor.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.PlasticSCM.Editor.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.PlasticSCM.Editor.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.Rider.Editor.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.Rider.Editor.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.Sysroot.Linux_x86_64.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.Sysroot.Linux_x86_64.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.SysrootPackage.Editor.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.SysrootPackage.Editor.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.TestTools.CodeCoverage.Editor.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.TestTools.CodeCoverage.Editor.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.TestTools.CodeCoverage.Editor.OpenCover.Model.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.TestTools.CodeCoverage.Editor.OpenCover.Model.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.TestTools.CodeCoverage.Editor.OpenCover.Mono.Reflection.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.TestTools.CodeCoverage.Editor.OpenCover.Mono.Reflection.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.TextMeshPro.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.TextMeshPro.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.Timeline.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.Timeline.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.Timeline.Editor.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.Timeline.Editor.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.Toolchain.Linux-x86_64.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.Toolchain.Linux-x86_64.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /home/sy/repos/game/Floopy-Footie-Frenzy/Library/PackageCache/[email protected]/Runtime/VisualScripting.Flow/Dependencies/NCalc/Unity.VisualScripting.Antlr3.Runtime.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/home/sy/repos/game/Floopy-Footie-Frenzy/Library/PackageCache/[email protected]/Runtime/VisualScripting.Flow/Dependencies/NCalc/Unity.VisualScripting.Antlr3.Runtime.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.VisualScripting.Core.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.VisualScripting.Core.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.VisualScripting.Core.Editor.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.VisualScripting.Core.Editor.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.VisualScripting.Flow.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.VisualScripting.Flow.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.VisualScripting.Flow.Editor.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.VisualScripting.Flow.Editor.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.VisualScripting.SettingsProvider.Editor.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.VisualScripting.SettingsProvider.Editor.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.VisualScripting.Shared.Editor.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.VisualScripting.Shared.Editor.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.VisualScripting.State.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.VisualScripting.State.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.VisualScripting.State.Editor.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.VisualScripting.State.Editor.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.VisualStudio.Editor.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.VisualStudio.Editor.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.VSCode.Editor.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/Unity.VSCode.Editor.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/UnityEditor.UI.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/UnityEditor.UI.dll' to 'Assembly-CSharp'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
      Cache miss /home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/UnityEngine.UI.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
      Adding reference '/home/sy/repos/game/Floopy-Footie-Frenzy/Library/ScriptAssemblies/UnityEngine.UI.dll' to 'Assembly-CSharp'.
Server Response: /projects (47 lines)
Response: /projects after 1.204
Workspace complete: 1 project(s)
Replaying on-load requests
Request: /codecheck
Request: /v2/highlight
Server Request: /codecheck (10 lines)
Server Request: /v2/highlight (10 lines)
Server Response: /v2/highlight (845 lines)
Response: /v2/highlight after 0.130
Server Response: /codecheck (111 lines)
Response: /codecheck after 0.293

It looks like the omnisharp server is working but i dont get any autocompletion, figured out ale shows the errors because of the selected linter @nickspoons

from omnisharp-vim.

nickspoons avatar nickspoons commented on June 8, 2024

Oh great, I was just writing an answer about trying to build the project outside vim, seems like a unity dependency issue.

from omnisharp-vim.

yigitkalan avatar yigitkalan commented on June 8, 2024

Oh great, I was just writing an answer about trying to build the project outside vim, seems like a unity dependency issue.

Yes thats how i figured out, installed vs code and tried in that, the same errors. Than it hit me. Thanks again for the quick response.

from omnisharp-vim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.