dotnet / vscode-csharp

Official C# support for Visual Studio Code
MIT License
2.85k stars 670 forks source link

Intellisense not working in C# extension of VS Code #4220

Closed o8ruza8o closed 3 years ago

o8ruza8o commented 3 years ago

OmniSharp does not load correctly. The error message is not helpful on Linux. Please, see log:

OmniSharp log

Starting OmniSharp server at 11/19/2020, 10:40:55 AM Target: /home/....sln OmniSharp server started. Path: /home/ruza/.vscode/extensions/ms-dotnettools.csharp-1.23.6/.omnisharp/1.37.4-beta.46/run PID: 18896 [info]: OmniSharp.Stdio.Host Starting OmniSharp on ubuntu 20.4 (x64) [info]: OmniSharp.Services.DotNetCliService DotNetPath set to dotnet [info]: OmniSharp.MSBuild.Discovery.MSBuildLocator Located 1 MSBuild instance(s) 1: StandAlone 16.8.0 - "/home/ruza/.vscode/extensions/ms-dotnettools.csharp-1.23.6/.omnisharp/1.37.4-beta.46/omnisharp/.msbuild/Current/Bin" [info]: OmniSharp.MSBuild.Discovery.MSBuildLocator MSBUILD_EXE_PATH environment variable set to '/home/ruza/.vscode/extensions/ms-dotnettools.csharp-1.23.6/.omnisharp/1.37.4-beta.46/omnisharp/.msbuild/Current/Bin/MSBuild.exe' [info]: OmniSharp.MSBuild.Discovery.MSBuildLocator Registered MSBuild instance: StandAlone 16.8.0 - "/home/ruza/.vscode/extensions/ms-dotnettools.csharp-1.23.6/.omnisharp/1.37.4-beta.46/omnisharp/.msbuild/Current/Bin" CscToolExe = csc.exe MSBuildToolsPath = /home/ruza/.vscode/extensions/ms-dotnettools.csharp-1.23.6/.omnisharp/1.37.4-beta.46/omnisharp/.msbuild/Current/Bin CscToolPath = /home/ruza/.vscode/extensions/ms-dotnettools.csharp-1.23.6/.omnisharp/1.37.4-beta.46/omnisharp/.msbuild/Current/Bin/Roslyn BypassFrameworkInstallChecks = true MSBuildExtensionsPath = /home/ruza/.vscode/extensions/ms-dotnettools.csharp-1.23.6/.omnisharp/1.37.4-beta.46/omnisharp/.msbuild [info]: OmniSharp.Cake.CakeProjectSystem Detecting Cake files in '/home/ruza/RemeshTest'. [info]: OmniSharp.Cake.CakeProjectSystem Could not find any Cake files [info]: OmniSharp.MSBuild.ProjectSystem Detecting projects in '/home/ruza/RemeshTest/RemeshTest.sln'. [info]: OmniSharp.MSBuild.ProjectManager Queue project update for '/home/ruza/RemeshTest/Assembly-CSharp.csproj' [info]: OmniSharp.MSBuild.ProjectManager Queue project update for '/home/ruza/RemeshTest/Assembly-CSharp-Editor.csproj' [info]: OmniSharp.Script.ScriptProjectSystem Detecting CSX files in '/home/ruza/RemeshTest'. [info]: OmniSharp.Script.ScriptProjectSystem Could not find any CSX files [info]: OmniSharp.WorkspaceInitializer Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpFormattingWorkspaceOptionsProvider, Order: 0 [info]: OmniSharp.MSBuild.ProjectManager Loading project: /home/ruza/RemeshTest/Assembly-CSharp.csproj [info]: OmniSharp.WorkspaceInitializer Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.Completion.CompletionOptionsProvider, Order: 0 [info]: OmniSharp.WorkspaceInitializer Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.RenameWorkspaceOptionsProvider, Order: 100 [info]: OmniSharp.WorkspaceInitializer Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.ImplementTypeWorkspaceOptionsProvider, Order: 110 [info]: OmniSharp.WorkspaceInitializer Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.BlockStructureWorkspaceOptionsProvider, Order: 140 [info]: OmniSharp.WorkspaceInitializer Configuration finished. [info]: OmniSharp.Stdio.Host Omnisharp server running using Stdio at location '/home/ruza/RemeshTest' on host 18709. [fail]: OmniSharp.MSBuild.ProjectLoader The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks [warn]: OmniSharp.MSBuild.ProjectManager Failed to load project file '/home/ruza/RemeshTest/Assembly-CSharp.csproj'. /home/ruza/RemeshTest/Assembly-CSharp.csproj /home/ruza/.vscode/extensions/ms-dotnettools.csharp-1.23.6/.omnisharp/1.37.4-beta.46/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets(1180,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks [info]: OmniSharp.MSBuild.ProjectManager Loading project: /home/ruza/RemeshTest/Assembly-CSharp-Editor.csproj [fail]: OmniSharp.MSBuild.ProjectLoader The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks [warn]: OmniSharp.MSBuild.ProjectManager Failed to load project file '/home/ruza/RemeshTest/Assembly-CSharp-Editor.csproj'. /home/ruza/RemeshTest/Assembly-CSharp-Editor.csproj /home/ruza/.vscode/extensions/ms-dotnettools.csharp-1.23.6/.omnisharp/1.37.4-beta.46/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets(1180,5): Error: The reference assemblies for .NETFramework,Version=v4.7.1 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks [fail]: OmniSharp.MSBuild.ProjectManager Attempted to update project that is not loaded: /home/ruza/RemeshTest/Assembly-CSharp.csproj [fail]: OmniSharp.MSBuild.ProjectManager Attempted to update project that is not loaded: /home/ruza/RemeshTest/Assembly-CSharp-Editor.csproj

Environment information

mono version: 6.12.0.90 VSCode version: 1.51.1 C# Extension: 1.23.6

Mono Information OmniSharp using built-in mono
Dotnet Information .NET Core SDK (reflecting any global.json): Version: 3.1.404 Commit: 470f6754b3 Runtime Environment: OS Name: ubuntu OS Version: 20.04 OS Platform: Linux RID: ubuntu.20.04-x64 Base Path: /usr/share/dotnet/sdk/3.1.404/ Host (useful for support): Version: 3.1.10 Commit: 1721e39439 .NET Core SDKs installed: 3.1.404 [/usr/share/dotnet/sdk] .NET Core runtimes installed: Microsoft.AspNetCore.App 3.1.10 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.NETCore.App 3.1.10 [/usr/share/dotnet/shared/Microsoft.NETCore.App] To install additional .NET Core runtimes or SDKs: https://aka.ms/dotnet-download
Visual Studio Code Extensions |Extension|Author|Version| |---|---|---| |csharp|ms-dotnettools|1.23.6| |emacs|vscodeemacs|0.1.3| |remote-containers|ms-vscode-remote|0.148.1| |unity-debug|Unity|3.0.2| |unity-tools|Tobiah|1.2.12| |vscode-docker|ms-azuretools|1.8.0|;

Guess

The problem is most probably coming from OmniSharp using built-in mono instead of the system mono 6.12.0.90 [/usr/bin/mono]. How do I redirect it?

filipw commented 3 years ago

you should set "omnisharp.useGlobalMono": "always" in VS Code settings

o8ruza8o commented 3 years ago

Thank you, that did prevent the output I showed in the omnisharp log. However, "Go to Definition" still gives "No definition found" for everything (including things defined in the same file): IntelliSense still does not work.

It seems that my guess was wrong. Could you please help?

filipw commented 3 years ago

can you set the "omnisharp.loggingLevel":"debug" and capture the log output again?

filipw commented 3 years ago

also, if this is a Unity project please make sure you have updated your VSCode Editor package in Unity to version 1.2.3. The earlier version generates an invalid csproj file. See the comments in this issue for more details - https://github.com/OmniSharp/omnisharp-vscode/issues/4113#issuecomment-718006809

o8ruza8o commented 3 years ago

VSCode version: 2.9 (with automatic updates) Unity version: 2020.1.8f1 (my project requires some preview packages that need 2020.1)

New OminSharp log

Starting OmniSharp server at 11/19/2020, 1:39:58 PM Target: /home/ruza/RemeshTest/RemeshTest.sln OmniSharp server started with Mono 6.12.0. Path: /home/ruza/.vscode/extensions/ms-dotnettools.csharp-1.23.6/.omnisharp/1.37.4-beta.46/omnisharp/OmniSharp.exe PID: 33355 [dbug]: OmniSharp.CompositionHostBuilder Loaded OmniSharp.Cake, Version=1.37.0.0, Culture=neutral, PublicKeyToken=null [dbug]: OmniSharp.CompositionHostBuilder Loaded OmniSharp.DotNetTest, Version=1.37.0.0, Culture=neutral, PublicKeyToken=null [dbug]: OmniSharp.CompositionHostBuilder Loaded OmniSharp.Host, Version=1.37.0.0, Culture=neutral, PublicKeyToken=null [dbug]: OmniSharp.CompositionHostBuilder Loaded OmniSharp.MSBuild, Version=1.37.0.0, Culture=neutral, PublicKeyToken=null [dbug]: OmniSharp.CompositionHostBuilder Loaded OmniSharp.Roslyn, Version=1.37.0.0, Culture=neutral, PublicKeyToken=null [dbug]: OmniSharp.CompositionHostBuilder Loaded OmniSharp.Roslyn.CSharp, Version=1.37.0.0, Culture=neutral, PublicKeyToken=null [dbug]: OmniSharp.CompositionHostBuilder Loaded OmniSharp.Script, Version=1.37.0.0, Culture=neutral, PublicKeyToken=null [dbug]: OmniSharp.CompositionHostBuilder Loaded OmniSharp.Shared, Version=1.37.0.0, Culture=neutral, PublicKeyToken=null [info]: OmniSharp.Stdio.Host Starting OmniSharp on ubuntu 20.4 (x64) [info]: OmniSharp.Services.DotNetCliService DotNetPath set to dotnet [dbug]: OmniSharp.CompositionHostBuilder .NET SDK requires MSBuild instances version 16.7.0 or higher [info]: OmniSharp.MSBuild.Discovery.MSBuildLocator Located 2 MSBuild instance(s) 1: Mono 16.6.0 - "/usr/lib/mono/msbuild/Current/bin" 2: StandAlone 16.8.0 - "/home/ruza/.vscode/extensions/ms-dotnettools.csharp-1.23.6/.omnisharp/1.37.4-beta.46/omnisharp/.msbuild/Current/Bin" [dbug]: OmniSharp.CompositionHostBuilder MSBuild instance Mono 16.6.0 scored at 2 [dbug]: OmniSharp.CompositionHostBuilder MSBuild instance StandAlone 16.8.0 scored at 1 [warn]: OmniSharp.CompositionHostBuilder It looks like you have Mono installed which contains a MSBuild lower than 16.7.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. [dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator SUCCESS: Resolved to '/usr/lib/mono/msbuild/Current/bin/Microsoft.Build.dll' (name-only). [dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator SUCCESS: Resolved to '/usr/lib/mono/msbuild/Current/bin/Microsoft.Build.Utilities.Core.dll' (name-only). [dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator SUCCESS: Resolved to '/usr/lib/mono/msbuild/Current/bin/Microsoft.Build.Framework.dll' (name-only). [dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator SUCCESS: Resolved to '/usr/lib/mono/msbuild/Current/bin/Microsoft.Build.Tasks.Core.dll' (name-only). [info]: OmniSharp.MSBuild.Discovery.MSBuildLocator Registered MSBuild instance: Mono 16.6.0 - "/usr/lib/mono/msbuild/Current/bin" CscToolExe = csc.exe CscToolPath = /home/ruza/.vscode/extensions/ms-dotnettools.csharp-1.23.6/.omnisharp/1.37.4-beta.46/omnisharp/.msbuild/Current/Bin/Roslyn [dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator Attempting to resolve 'Microsoft.CodeAnalysis.VisualBasic.Workspaces, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' [dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator FAILURE: Could not locate '/usr/lib/mono/msbuild/Current/bin/Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll'. [dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator Attempting to resolve 'Microsoft.CodeAnalysis.VisualBasic.Features, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' [dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator FAILURE: Could not locate '/usr/lib/mono/msbuild/Current/bin/Microsoft.CodeAnalysis.VisualBasic.Features.dll'. [info]: OmniSharp.Cake.CakeProjectSystem Detecting Cake files in '/home/ruza/RemeshTest'. [info]: OmniSharp.Cake.CakeProjectSystem Could 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 [dbug]: OmniSharp.MSBuild.ProjectLoader 'CscToolPath' set to '/home/ruza/.vscode/extensions/ms-dotnettools.csharp-1.23.6/.omnisharp/1.37.4-beta.46/omnisharp/.msbuild/Current/Bin/Roslyn' [dbug]: OmniSharp.MSBuild.ProjectLoader 'CscToolExe' set to 'csc.exe' [info]: OmniSharp.MSBuild.ProjectSystem Detecting projects in '/home/ruza/RemeshTest/RemeshTest.sln'. [dbug]: OmniSharp.MSBuild.ProjectSystem Parsing ProjectConfigurationPlatforms of '/home/ruza/RemeshTest/RemeshTest.sln'. [info]: OmniSharp.MSBuild.ProjectManager Queue project update for '/home/ruza/RemeshTest/Assembly-CSharp.csproj' [info]: OmniSharp.MSBuild.ProjectManager Queue project update for '/home/ruza/RemeshTest/Assembly-CSharp-Editor.csproj' [info]: OmniSharp.Script.ScriptProjectSystem Detecting CSX files in '/home/ruza/RemeshTest'. [info]: OmniSharp.Script.ScriptProjectSystem Could not find any CSX files [dbug]: OmniSharp.WorkspaceInitializer Starting with OmniSharp options: {"RoslynExtensionsOptions":{"EnableDecompilationSupport":false,"EnableAnalyzersSupport":false,"EnableImportCompletion":false,"DocumentAnalysisTimeoutMs":10000,"LocationPaths":null},"FormattingOptions":{"OrganizeImports":false,"EnableEditorConfigSupport":false,"NewLine":"\n","UseTabs":false,"TabSize":4,"IndentationSize":4,"SpacingAfterMethodDeclarationName":false,"SpaceWithinMethodDeclarationParenthesis":false,"SpaceBetweenEmptyMethodDeclarationParentheses":false,"SpaceAfterMethodCallName":false,"SpaceWithinMethodCallParentheses":false,"SpaceBetweenEmptyMethodCallParentheses":false,"SpaceAfterControlFlowStatementKeyword":true,"SpaceWithinExpressionParentheses":false,"SpaceWithinCastParentheses":false,"SpaceWithinOtherParentheses":false,"SpaceAfterCast":false,"SpacesIgnoreAroundVariableDeclaration":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/**/*","**/.git","**/.svn","**/.hg","**/CVS","**/.DS_Store","**/.gitignore","**/.gitattributes","**/.gitmodules","**/*.zip","**/*.gz","**/*.7z","**/*.booproj","**/*.pidb","**/*.suo","**/*.user","**/*.userprefs","**/*.unityproj","**/*.dll","**/*.exe","**/*.pdf","**/*.mp4","**/*.mid","**/*.midi","**/*.wav","**/*.mp3","**/*.ogg","**/*.gif","**/*.ico","**/*.jpg","**/*.jpeg","**/*.png","**/*.psd","**/*.tga","**/*.tif","**/*.tiff","**/*.hdr","**/*.exr","**/*.3ds","**/*.3DS","**/*.fbx","**/*.FBX","**/*.lxo","**/*.LXO","**/*.ma","**/*.MA","**/*.obj","**/*.OBJ","**/*.asset","**/*.cubemap","**/*.flare","**/*.mat","**/*.meta","**/*.prefab","**/*.unity","**/*.anim","**/*.controller","build/","Build/","Library/","library/","obj/","Obj/","ProjectSettings/","temp/","Temp/"],"ExcludeSearchPatterns":[]},"RenameOptions":{"RenameOverloads":false,"RenameInStrings":false,"RenameInComments":false},"ImplementTypeOptions":{"InsertionBehavior":null,"PropertyGenerationBehavior":null},"Plugins":{"LocationPaths":null}} [info]: OmniSharp.WorkspaceInitializer Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpFormattingWorkspaceOptionsProvider, Order: 0 [info]: OmniSharp.MSBuild.ProjectManager Loading project: /home/ruza/RemeshTest/Assembly-CSharp.csproj [info]: OmniSharp.WorkspaceInitializer Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.Completion.CompletionOptionsProvider, Order: 0 [info]: OmniSharp.WorkspaceInitializer Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.RenameWorkspaceOptionsProvider, Order: 100 [info]: OmniSharp.WorkspaceInitializer Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.ImplementTypeWorkspaceOptionsProvider, Order: 110 [info]: OmniSharp.WorkspaceInitializer Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.BlockStructureWorkspaceOptionsProvider, Order: 140 [info]: OmniSharp.WorkspaceInitializer Configuration finished. [info]: OmniSharp.Stdio.Host Omnisharp server running using Stdio at location '/home/ruza/RemeshTest' on host 33169. [dbug]: OmniSharp.Stdio.Host ************ Request ************ { "Type": "request", "Seq": 1, "Command": "/projects" } [dbug]: OmniSharp.Stdio.Host ************ Request ************ { "Type": "request", "Seq": 2, "Command": "/projects" } [dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator Attempting to resolve 'Microsoft.Build.resources, Version=15.1.0.0, Culture=en-US, PublicKeyToken=b03f5f7f11d50a3a' [dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator FAILURE: Could not locate '/usr/lib/mono/msbuild/Current/bin/Microsoft.Build.resources.dll'. [dbug]: OmniSharp.Stdio.Host ************ Request ************ { "Type": "request", "Seq": 6, "Command": "/filesChanged", "Arguments": [ { "FileName": "/home/ruza/.config/Code/logs/20201119T133956/renderer1.log", "changeType": "Change" } ] } [dbug]: OmniSharp.Stdio.Host ************ Request ************ { "Type": "request", "Seq": 5, "Command": "/filesChanged", "Arguments": [ { "FileName": "/home/ruza/.config/Code/logs/20201119T133956/userDataSync.log", "changeType": "Create" } ] } [dbug]: OmniSharp.Stdio.Host ************ Request ************ { "Type": "request", "Seq": 4, "Command": "/filesChanged", "Arguments": [ { "FileName": "/home/ruza/.config/Code/logs/20201119T133956/telemetry.log", "changeType": "Create" } ] } [dbug]: OmniSharp.Stdio.Host ************ Request ************ { "Type": "request", "Seq": 3, "Command": "/filesChanged", "Arguments": [ { "FileName": "/home/ruza/.config/Code/logs/20201119T133956/sharedprocess.log", "changeType": "Create" } ] } [dbug]: OmniSharp.Stdio.Host ************ Response ************ { "Request_seq": 4, "Command": "/filesChanged", "Running": true, "Success": true, "Message": null, "Body": {}, "Seq": 59, "Type": "response" } [dbug]: OmniSharp.Stdio.Host ************ Response ************ { "Request_seq": 6, "Command": "/filesChanged", "Running": true, "Success": true, "Message": null, "Body": {}, "Seq": 56, "Type": "response" } [dbug]: OmniSharp.Stdio.Host ************ Response ************ { "Request_seq": 3, "Command": "/filesChanged", "Running": true, "Success": true, "Message": null, "Body": {}, "Seq": 57, "Type": "response" } [dbug]: OmniSharp.Stdio.Host ************ Response ************ { "Request_seq": 5, "Command": "/filesChanged", "Running": true, "Success": true, "Message": null, "Body": {}, "Seq": 58, "Type": "response" } [dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator Attempting to resolve 'Microsoft.Build.Tasks.Core.resources, Version=15.1.0.0, Culture=en-US, PublicKeyToken=b03f5f7f11d50a3a' [dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator FAILURE: Could not locate '/usr/lib/mono/msbuild/Current/bin/Microsoft.Build.Tasks.Core.resources.dll'. [dbug]: OmniSharp.Stdio.Host ************ Request ************ { "Type": "request", "Seq": 7, "Command": "/filesChanged", "Arguments": [ { "FileName": "/home/ruza/RemeshTest/obj/Debug/Assembly-CSharp.csprojAssemblyReference.cache", "changeType": "Change" } ] } [dbug]: OmniSharp.Stdio.Host ************ Response ************ { "Request_seq": 7, "Command": "/filesChanged", "Running": true, "Success": true, "Message": null, "Body": {}, "Seq": 66, "Type": "response" } [dbug]: OmniSharp.Stdio.Host ************ Request ************ { "Type": "request", "Seq": 8, "Command": "/filesChanged", "Arguments": [ { "FileName": "/home/ruza/RemeshTest/obj/Debug/Assembly-CSharp.csprojAssemblyReference.cache", "changeType": "Change" } ] } [dbug]: OmniSharp.Stdio.Host ************ Response ************ { "Request_seq": 8, "Command": "/filesChanged", "Running": true, "Success": true, "Message": null, "Body": {}, "Seq": 69, "Type": "response" } [info]: OmniSharp.MSBuild.ProjectManager Successfully loaded project file '/home/ruza/RemeshTest/Assembly-CSharp.csproj'. [info]: OmniSharp.MSBuild.ProjectManager Adding project '/home/ruza/RemeshTest/Assembly-CSharp.csproj' [info]: OmniSharp.MSBuild.ProjectManager Loading project: /home/ruza/RemeshTest/Assembly-CSharp-Editor.csproj [info]: OmniSharp.MSBuild.ProjectManager Successfully loaded project file '/home/ruza/RemeshTest/Assembly-CSharp-Editor.csproj'. [info]: OmniSharp.MSBuild.ProjectManager Adding project '/home/ruza/RemeshTest/Assembly-CSharp-Editor.csproj' [info]: OmniSharp.MSBuild.ProjectManager Update project: Assembly-CSharp [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/RemeshTest/Library/ScriptAssemblies/geometry3Sharp.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/geometry3Sharp.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/RemeshTest/Library/PackageCache/com.unity.barracuda@1.1.1-preview/Barracuda/Runtime/Plugins/ProtoBuffer/Google.Protobuf.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/PackageCache/com.unity.barracuda@1.1.1-preview/Barracuda/Runtime/Plugins/ProtoBuffer/Google.Protobuf.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Microsoft.CSharp.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Microsoft.CSharp.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/Microsoft.Win32.Primitives.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/Microsoft.Win32.Primitives.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/netstandard.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/netstandard.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.AppContext.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.AppContext.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Concurrent.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Concurrent.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.NonGeneric.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.NonGeneric.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Specialized.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Specialized.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Annotations.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Annotations.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.EventBasedAsync.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.EventBasedAsync.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Primitives.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Primitives.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.TypeConverter.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.TypeConverter.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Console.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Console.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Core.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Core.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Data.Common.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Data.Common.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Data.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Data.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Contracts.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Contracts.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Debug.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Debug.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.FileVersionInfo.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.FileVersionInfo.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Process.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Process.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.StackTrace.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.StackTrace.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TextWriterTraceListener.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TextWriterTraceListener.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Tools.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Tools.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TraceSource.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TraceSource.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Drawing.Primitives.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Drawing.Primitives.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Dynamic.Runtime.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Dynamic.Runtime.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Calendars.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Calendars.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Extensions.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Extensions.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Compression.ZipFile.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Compression.ZipFile.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.DriveInfo.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.DriveInfo.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Primitives.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Primitives.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Watcher.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Watcher.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.IsolatedStorage.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.IsolatedStorage.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.MemoryMappedFiles.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.MemoryMappedFiles.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Pipes.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Pipes.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.UnmanagedMemoryStream.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.UnmanagedMemoryStream.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Expressions.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Expressions.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Parallel.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Parallel.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Queryable.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Queryable.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Net.Http.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Net.Http.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Http.Rtc.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Http.Rtc.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NameResolution.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NameResolution.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NetworkInformation.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NetworkInformation.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Ping.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Ping.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Primitives.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Primitives.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Requests.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Requests.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Security.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Security.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Sockets.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Sockets.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebHeaderCollection.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebHeaderCollection.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.Client.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.Client.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.Vectors.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.Vectors.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ObjectModel.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ObjectModel.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.ILGeneration.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.ILGeneration.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.Lightweight.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.Lightweight.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Extensions.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Extensions.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Primitives.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Primitives.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Reader.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Reader.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.ResourceManager.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.ResourceManager.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Writer.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Writer.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.CompilerServices.VisualC.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.CompilerServices.VisualC.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Extensions.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Extensions.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Handles.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Handles.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Numerics.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Numerics.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Runtime.Serialization.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Runtime.Serialization.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Formatters.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Formatters.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Json.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Json.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Primitives.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Primitives.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Xml.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Xml.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Claims.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Claims.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Algorithms.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Algorithms.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Csp.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Csp.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Encoding.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Encoding.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Primitives.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Primitives.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.X509Certificates.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.X509Certificates.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Principal.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Principal.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.SecureString.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.SecureString.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Duplex.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Duplex.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Http.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Http.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.NetTcp.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.NetTcp.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Primitives.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Primitives.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Security.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Security.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.Extensions.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.Extensions.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.RegularExpressions.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.RegularExpressions.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Overlapped.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Overlapped.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.Parallel.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.Parallel.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Thread.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Thread.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.ThreadPool.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.ThreadPool.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Timer.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Timer.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ValueTuple.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ValueTuple.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.Linq.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.Linq.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.ReaderWriter.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.ReaderWriter.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XDocument.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XDocument.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlDocument.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlDocument.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlSerializer.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlSerializer.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.XDocument.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.XDocument.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Barracuda.BurstBLAS.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Barracuda.BurstBLAS.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Barracuda.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Barracuda.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Barracuda.Editor.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Barracuda.Editor.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Barracuda.iOSBLAS.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Barracuda.iOSBLAS.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Barracuda.MacBLAS.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Barracuda.MacBLAS.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Barracuda.ONNX.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Barracuda.ONNX.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Burst.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Burst.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Burst.Editor.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Burst.Editor.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/RemeshTest/Library/PackageCache/com.unity.burst@1.3.4/Unity.Burst.Unsafe.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/PackageCache/com.unity.burst@1.3.4/Unity.Burst.Unsafe.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Mathematics.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Mathematics.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Mathematics.Editor.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Mathematics.Editor.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.QuickSilver.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.QuickSilver.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.QuickSilver.Editor.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.QuickSilver.Editor.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Rider.Editor.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Rider.Editor.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.TextMeshPro.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.TextMeshPro.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Timeline.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Timeline.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Timeline.Editor.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Timeline.Editor.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.VisualStudio.Editor.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.VisualStudio.Editor.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.VSCode.Editor.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.VSCode.Editor.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEditor.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEditor.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Common.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Common.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Xcode.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Xcode.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/RemeshTest/Library/ScriptAssemblies/UnityEditor.UI.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/UnityEditor.UI.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/RemeshTest/Library/ScriptAssemblies/UnityEngine.UI.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/UnityEngine.UI.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsNativeModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsNativeModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll' to 'Assembly-CSharp'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll' to 'Assembly-CSharp'. [info]: OmniSharp.MSBuild.ProjectManager Update project: Assembly-CSharp-Editor [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/geometry3Sharp.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/PackageCache/com.unity.barracuda@1.1.1-preview/Barracuda/Runtime/Plugins/ProtoBuffer/Google.Protobuf.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Microsoft.CSharp.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/Microsoft.Win32.Primitives.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/netstandard.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/RemeshTest/Library/PackageCache/com.unity.ext.nunit@1.0.0/net35/unity-custom/nunit.framework.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/PackageCache/com.unity.ext.nunit@1.0.0/net35/unity-custom/nunit.framework.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.AppContext.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Concurrent.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.NonGeneric.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Specialized.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Annotations.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.EventBasedAsync.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Primitives.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.TypeConverter.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Console.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Core.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Data.Common.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Data.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Contracts.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Debug.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.FileVersionInfo.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Process.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.StackTrace.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TextWriterTraceListener.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Tools.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TraceSource.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Drawing.Primitives.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Dynamic.Runtime.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Calendars.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Extensions.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Compression.ZipFile.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.DriveInfo.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Primitives.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Watcher.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.IsolatedStorage.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.MemoryMappedFiles.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Pipes.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.UnmanagedMemoryStream.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Expressions.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Parallel.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Queryable.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Net.Http.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Http.Rtc.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NameResolution.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NetworkInformation.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Ping.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Primitives.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Requests.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Security.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Sockets.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebHeaderCollection.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.Client.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.Vectors.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ObjectModel.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.ILGeneration.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.Lightweight.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Extensions.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Primitives.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Reader.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.ResourceManager.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Writer.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.CompilerServices.VisualC.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Extensions.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Handles.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Numerics.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Runtime.Serialization.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Formatters.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Json.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Primitives.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Xml.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Claims.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Algorithms.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Csp.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Encoding.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Primitives.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.X509Certificates.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Principal.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.SecureString.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Duplex.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Http.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.NetTcp.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Primitives.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Security.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.Extensions.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.RegularExpressions.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Overlapped.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.Parallel.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Thread.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.ThreadPool.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Timer.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ValueTuple.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.Linq.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.ReaderWriter.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XDocument.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlDocument.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlSerializer.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.XDocument.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Barracuda.BurstBLAS.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Barracuda.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Barracuda.Editor.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Barracuda.iOSBLAS.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Barracuda.MacBLAS.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Barracuda.ONNX.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Burst.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Burst.Editor.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/PackageCache/com.unity.burst@1.3.4/Unity.Burst.Unsafe.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Mathematics.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Mathematics.Editor.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.QuickSilver.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.QuickSilver.Editor.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Rider.Editor.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.TextMeshPro.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Timeline.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.Timeline.Editor.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.VisualStudio.Editor.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/Unity.VSCode.Editor.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEditor.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEditor.Graphs.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEditor.Graphs.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Common.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Xcode.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/PlaybackEngines/LinuxStandaloneSupport/UnityEditor.LinuxStandalone.Extensions.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/PlaybackEngines/LinuxStandaloneSupport/UnityEditor.LinuxStandalone.Extensions.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/PlaybackEngines/MacStandaloneSupport/UnityEditor.OSXStandalone.Extensions.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/PlaybackEngines/MacStandaloneSupport/UnityEditor.OSXStandalone.Extensions.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/RemeshTest/Library/ScriptAssemblies/UnityEditor.TestRunner.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/UnityEditor.TestRunner.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/UnityEditor.UI.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/RemeshTest/Library/ScriptAssemblies/UnityEngine.TestRunner.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/UnityEngine.TestRunner.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/RemeshTest/Library/ScriptAssemblies/UnityEngine.UI.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsNativeModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.Services.MetadataFileReferenceCache Cache miss /home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.VirtualTexturingModule.dll [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.VirtualTexturingModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.MSBuild.ProjectManager Adding reference '/home/ruza/Unity/Hub/Editor/2020.1.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll' to 'Assembly-CSharp-Editor'. [dbug]: OmniSharp.Stdio.Host ************ Response ************ { "Request_seq": 2, "Command": "/projects", "Running": true, "Success": true, "Message": null, "Body": { "MsBuild": { "SolutionPath": "/home/ruza/RemeshTest/RemeshTest.sln", "Projects": [ { "ProjectGuid": "aa6cb1b4-4d1e-82d9-0088-4a02ca2b8531", "Path": "/home/ruza/RemeshTest/Assembly-CSharp.csproj", "AssemblyName": "Assembly-CSharp", "TargetPath": "/home/ruza/RemeshTest/Temp/bin/Debug/Assembly-CSharp.dll", "TargetFramework": ".NETFramework,Version=v4.7.1", "SourceFiles": [ "/home/ruza/RemeshTest/Assets/VSCode.cs", "/home/ruza/RemeshTest/Assets/Scripts/GPUInstancingTest.cs", "/home/ruza/RemeshTest/Assets/Scripts/EmissiveOscillator.cs", "/home/ruza/RemeshTest/Assets/Scripts/DeferredFogEffect.cs", "/home/ruza/RemeshTest/Assets/Scripts/TangentSpaceVisualizer.cs", "/home/ruza/RemeshTest/obj/Debug/.NETFramework,Version=v4.7.1.AssemblyAttributes.cs" ], "TargetFrameworks": [], "OutputPath": "Temp/bin/Debug/", "IntermediateOutputPath": "obj/Debug/", "Configuration": "Debug", "Platform": "AnyCPU", "IsExe": false, "IsUnityProject": true }, { "ProjectGuid": "af86a5fe-2012-2b91-6577-a0ee77a1b9e9", "Path": "/home/ruza/RemeshTest/Assembly-CSharp-Editor.csproj", "AssemblyName": "Assembly-CSharp-Editor", "TargetPath": "/home/ruza/RemeshTest/Temp/bin/Debug/Assembly-CSharp-Editor.dll", "TargetFramework": ".NETFramework,Version=v4.7.1", "SourceFiles": [ "/home/ruza/RemeshTest/Assets/Scripts/Editor/MyLightingShaderGUI.cs", "/home/ruza/RemeshTest/obj/Debug/.NETFramework,Version=v4.7.1.AssemblyAttributes.cs" ], "TargetFrameworks": [], "OutputPath": "Temp/bin/Debug/", "IntermediateOutputPath": "obj/Debug/", "Configuration": "Debug", "Platform": "AnyCPU", "IsExe": false, "IsUnityProject": true } ] }, "Script": { "Projects": [] } }, "Seq": 49, "Type": "response" } [dbug]: OmniSharp.Stdio.Host ************ Response ************ { "Request_seq": 1, "Command": "/projects", "Running": true, "Success": true, "Message": null, "Body": { "MsBuild": { "SolutionPath": "/home/ruza/RemeshTest/RemeshTest.sln", "Projects": [ { "ProjectGuid": "aa6cb1b4-4d1e-82d9-0088-4a02ca2b8531", "Path": "/home/ruza/RemeshTest/Assembly-CSharp.csproj", "AssemblyName": "Assembly-CSharp", "TargetPath": "/home/ruza/RemeshTest/Temp/bin/Debug/Assembly-CSharp.dll", "TargetFramework": ".NETFramework,Version=v4.7.1", "SourceFiles": [ "/home/ruza/RemeshTest/Assets/VSCode.cs", "/home/ruza/RemeshTest/Assets/Scripts/GPUInstancingTest.cs", "/home/ruza/RemeshTest/Assets/Scripts/EmissiveOscillator.cs", "/home/ruza/RemeshTest/Assets/Scripts/DeferredFogEffect.cs", "/home/ruza/RemeshTest/Assets/Scripts/TangentSpaceVisualizer.cs", "/home/ruza/RemeshTest/obj/Debug/.NETFramework,Version=v4.7.1.AssemblyAttributes.cs" ], "TargetFrameworks": [], "OutputPath": "Temp/bin/Debug/", "IntermediateOutputPath": "obj/Debug/", "Configuration": "Debug", "Platform": "AnyCPU", "IsExe": false, "IsUnityProject": true }, { "ProjectGuid": "af86a5fe-2012-2b91-6577-a0ee77a1b9e9", "Path": "/home/ruza/RemeshTest/Assembly-CSharp-Editor.csproj", "AssemblyName": "Assembly-CSharp-Editor", "TargetPath": "/home/ruza/RemeshTest/Temp/bin/Debug/Assembly-CSharp-Editor.dll", "TargetFramework": ".NETFramework,Version=v4.7.1", "SourceFiles": [ "/home/ruza/RemeshTest/Assets/Scripts/Editor/MyLightingShaderGUI.cs", "/home/ruza/RemeshTest/obj/Debug/.NETFramework,Version=v4.7.1.AssemblyAttributes.cs" ], "TargetFrameworks": [], "OutputPath": "Temp/bin/Debug/", "IntermediateOutputPath": "obj/Debug/", "Configuration": "Debug", "Platform": "AnyCPU", "IsExe": false, "IsUnityProject": true } ] }, "Script": { "Projects": [] } }, "Seq": 48, "Type": "response" } [dbug]: OmniSharp.Stdio.Host ************ Request ************ { "Type": "request", "Seq": 9, "Command": "/projects" } [dbug]: OmniSharp.Stdio.Host ************ Request ************ { "Type": "request", "Seq": 10, "Command": "/v2/codestructure", "Arguments": { "FileName": "/home/ruza/quicksilver/Unity.QuickSilver/Operators/Decimate.cs" } } [dbug]: OmniSharp.Stdio.Host ************ Response ************ { "Request_seq": 9, "Command": "/projects", "Running": true, "Success": true, "Message": null, "Body": { "MsBuild": { "SolutionPath": "/home/ruza/RemeshTest/RemeshTest.sln", "Projects": [ { "ProjectGuid": "aa6cb1b4-4d1e-82d9-0088-4a02ca2b8531", "Path": "/home/ruza/RemeshTest/Assembly-CSharp.csproj", "AssemblyName": "Assembly-CSharp", "TargetPath": "/home/ruza/RemeshTest/Temp/bin/Debug/Assembly-CSharp.dll", "TargetFramework": ".NETFramework,Version=v4.7.1", "SourceFiles": [ "/home/ruza/RemeshTest/Assets/VSCode.cs", "/home/ruza/RemeshTest/Assets/Scripts/GPUInstancingTest.cs", "/home/ruza/RemeshTest/Assets/Scripts/EmissiveOscillator.cs", "/home/ruza/RemeshTest/Assets/Scripts/DeferredFogEffect.cs", "/home/ruza/RemeshTest/Assets/Scripts/TangentSpaceVisualizer.cs", "/home/ruza/RemeshTest/obj/Debug/.NETFramework,Version=v4.7.1.AssemblyAttributes.cs" ], "TargetFrameworks": [], "OutputPath": "Temp/bin/Debug/", "IntermediateOutputPath": "obj/Debug/", "Configuration": "Debug", "Platform": "AnyCPU", "IsExe": false, "IsUnityProject": true }, { "ProjectGuid": "af86a5fe-2012-2b91-6577-a0ee77a1b9e9", "Path": "/home/ruza/RemeshTest/Assembly-CSharp-Editor.csproj", "AssemblyName": "Assembly-CSharp-Editor", "TargetPath": "/home/ruza/RemeshTest/Temp/bin/Debug/Assembly-CSharp-Editor.dll", "TargetFramework": ".NETFramework,Version=v4.7.1", "SourceFiles": [ "/home/ruza/RemeshTest/Assets/Scripts/Editor/MyLightingShaderGUI.cs", "/home/ruza/RemeshTest/obj/Debug/.NETFramework,Version=v4.7.1.AssemblyAttributes.cs" ], "TargetFrameworks": [], "OutputPath": "Temp/bin/Debug/", "IntermediateOutputPath": "obj/Debug/", "Configuration": "Debug", "Platform": "AnyCPU", "IsExe": false, "IsUnityProject": true } ] }, "Script": { "Projects": [] } }, "Seq": 719, "Type": "response" } [dbug]: OmniSharp.Stdio.Host ************ Request ************ { "Type": "request", "Seq": 11, "Command": "/v2/getcodeactions", "Arguments": { "FileName": "/home/ruza/quicksilver/Unity.QuickSilver/Operators/Decimate.cs", "Line": 1, "Column": 1 } } [dbug]: OmniSharp.Stdio.Host ************ Response ************ { "Request_seq": 10, "Command": "/v2/codestructure", "Running": true, "Success": true, "Message": null, "Body": null, "Seq": 721, "Type": "response" } [dbug]: OmniSharp.Stdio.Host ************ Request ************ { "Type": "request", "Seq": 12, "Command": "/v2/blockstructure", "Arguments": { "FileName": "/home/ruza/quicksilver/Unity.QuickSilver/Operators/Decimate.cs" } } [dbug]: OmniSharp.Stdio.Host ************ Response ************ { "Request_seq": 12, "Command": "/v2/blockstructure", "Running": true, "Success": true, "Message": null, "Body": null, "Seq": 727, "Type": "response" } [dbug]: OmniSharp.Stdio.Host ************ Request ************ { "Type": "request", "Seq": 13, "Command": "/v2/codestructure", "Arguments": { "FileName": "/home/ruza/quicksilver/Unity.QuickSilver/Operators/Decimate.cs" } } [dbug]: OmniSharp.Stdio.Host ************ Response ************ { "Request_seq": 13, "Command": "/v2/codestructure", "Running": true, "Success": true, "Message": null, "Body": null, "Seq": 730, "Type": "response" } [dbug]: OmniSharp.Stdio.Host ************ Request ************ { "Type": "request", "Seq": 14, "Command": "/projects" } [dbug]: OmniSharp.Stdio.Host ************ Response ************ { "Request_seq": 14, "Command": "/projects", "Running": true, "Success": true, "Message": null, "Body": { "MsBuild": { "SolutionPath": "/home/ruza/RemeshTest/RemeshTest.sln", "Projects": [ { "ProjectGuid": "aa6cb1b4-4d1e-82d9-0088-4a02ca2b8531", "Path": "/home/ruza/RemeshTest/Assembly-CSharp.csproj", "AssemblyName": "Assembly-CSharp", "TargetPath": "/home/ruza/RemeshTest/Temp/bin/Debug/Assembly-CSharp.dll", "TargetFramework": ".NETFramework,Version=v4.7.1", "SourceFiles": [ "/home/ruza/RemeshTest/Assets/VSCode.cs", "/home/ruza/RemeshTest/Assets/Scripts/GPUInstancingTest.cs", "/home/ruza/RemeshTest/Assets/Scripts/EmissiveOscillator.cs", "/home/ruza/RemeshTest/Assets/Scripts/DeferredFogEffect.cs", "/home/ruza/RemeshTest/Assets/Scripts/TangentSpaceVisualizer.cs", "/home/ruza/RemeshTest/obj/Debug/.NETFramework,Version=v4.7.1.AssemblyAttributes.cs" ], "TargetFrameworks": [], "OutputPath": "Temp/bin/Debug/", "IntermediateOutputPath": "obj/Debug/", "Configuration": "Debug", "Platform": "AnyCPU", "IsExe": false, "IsUnityProject": true }, { "ProjectGuid": "af86a5fe-2012-2b91-6577-a0ee77a1b9e9", "Path": "/home/ruza/RemeshTest/Assembly-CSharp-Editor.csproj", "AssemblyName": "Assembly-CSharp-Editor", "TargetPath": "/home/ruza/RemeshTest/Temp/bin/Debug/Assembly-CSharp-Editor.dll", "TargetFramework": ".NETFramework,Version=v4.7.1", "SourceFiles": [ "/home/ruza/RemeshTest/Assets/Scripts/Editor/MyLightingShaderGUI.cs", "/home/ruza/RemeshTest/obj/Debug/.NETFramework,Version=v4.7.1.AssemblyAttributes.cs" ], "TargetFrameworks": [], "OutputPath": "Temp/bin/Debug/", "IntermediateOutputPath": "obj/Debug/", "Configuration": "Debug", "Platform": "AnyCPU", "IsExe": false, "IsUnityProject": true } ] }, "Script": { "Projects": [] } }, "Seq": 733, "Type": "response" } [dbug]: OmniSharp.Stdio.Host ************ Response ************ { "Request_seq": 11, "Command": "/v2/getcodeactions", "Running": true, "Success": true, "Message": null, "Body": { "CodeActions": [] }, "Seq": 724, "Type": "response" } [dbug]: OmniSharp.Stdio.Host ************ Request ************ { "Type": "request", "Seq": 15, "Command": "/projects" } [dbug]: OmniSharp.Stdio.Host ************ Response ************ { "Request_seq": 15, "Command": "/projects", "Running": true, "Success": true, "Message": null, "Body": { "MsBuild": { "SolutionPath": "/home/ruza/RemeshTest/RemeshTest.sln", "Projects": [ { "ProjectGuid": "aa6cb1b4-4d1e-82d9-0088-4a02ca2b8531", "Path": "/home/ruza/RemeshTest/Assembly-CSharp.csproj", "AssemblyName": "Assembly-CSharp", "TargetPath": "/home/ruza/RemeshTest/Temp/bin/Debug/Assembly-CSharp.dll", "TargetFramework": ".NETFramework,Version=v4.7.1", "SourceFiles": [ "/home/ruza/RemeshTest/Assets/VSCode.cs", "/home/ruza/RemeshTest/Assets/Scripts/GPUInstancingTest.cs", "/home/ruza/RemeshTest/Assets/Scripts/EmissiveOscillator.cs", "/home/ruza/RemeshTest/Assets/Scripts/DeferredFogEffect.cs", "/home/ruza/RemeshTest/Assets/Scripts/TangentSpaceVisualizer.cs", "/home/ruza/RemeshTest/obj/Debug/.NETFramework,Version=v4.7.1.AssemblyAttributes.cs" ], "TargetFrameworks": [], "OutputPath": "Temp/bin/Debug/", "IntermediateOutputPath": "obj/Debug/", "Configuration": "Debug", "Platform": "AnyCPU", "IsExe": false, "IsUnityProject": true }, { "ProjectGuid": "af86a5fe-2012-2b91-6577-a0ee77a1b9e9", "Path": "/home/ruza/RemeshTest/Assembly-CSharp-Editor.csproj", "AssemblyName": "Assembly-CSharp-Editor", "TargetPath": "/home/ruza/RemeshTest/Temp/bin/Debug/Assembly-CSharp-Editor.dll", "TargetFramework": ".NETFramework,Version=v4.7.1", "SourceFiles": [ "/home/ruza/RemeshTest/Assets/Scripts/Editor/MyLightingShaderGUI.cs", "/home/ruza/RemeshTest/obj/Debug/.NETFramework,Version=v4.7.1.AssemblyAttributes.cs" ], "TargetFrameworks": [], "OutputPath": "Temp/bin/Debug/", "IntermediateOutputPath": "obj/Debug/", "Configuration": "Debug", "Platform": "AnyCPU", "IsExe": false, "IsUnityProject": true } ] }, "Script": { "Projects": [] } }, "Seq": 751, "Type": "response" } [dbug]: OmniSharp.Stdio.Host ************ Request ************ { "Type": "request", "Seq": 16, "Command": "/codecheck", "Arguments": { "FileName": null } } [dbug]: OmniSharp.Stdio.Host ************ Response ************ { "Request_seq": 16, "Command": "/codecheck", "Running": true, "Success": true, "Message": null, "Body": { "QuickFixes": [ { "LogLevel": "Warning", "Id": "CS0618", "Tags": [], "FileName": "/home/ruza/RemeshTest/Assets/VSCode.cs", "Line": 848, "Column": 10, "EndLine": 848, "EndColumn": 24, "Text": "'PreferenceItem' is obsolete: '[PreferenceItem] is deprecated. Use [SettingsProvider] instead.'", "Projects": [ "Assembly-CSharp" ] }, { "LogLevel": "Hidden", "Id": "CS8019", "Tags": [], "FileName": "/home/ruza/RemeshTest/obj/Debug/.NETFramework,Version=v4.7.1.AssemblyAttributes.cs", "Line": 2, "Column": 1, "EndLine": 2, "EndColumn": 14, "Text": "Unnecessary using directive.", "Projects": [ "Assembly-CSharp-Editor", "Assembly-CSharp-Editor" ] }, { "LogLevel": "Hidden", "Id": "CS8019", "Tags": [], "FileName": "/home/ruza/RemeshTest/obj/Debug/.NETFramework,Version=v4.7.1.AssemblyAttributes.cs", "Line": 3, "Column": 1, "EndLine": 3, "EndColumn": 25, "Text": "Unnecessary using directive.", "Projects": [ "Assembly-CSharp-Editor", "Assembly-CSharp-Editor" ] }, { "LogLevel": "Warning", "Id": "CS0612", "Tags": [], "FileName": "/home/ruza/RemeshTest/Assets/Scripts/Editor/MyLightingShaderGUI.cs", "Line": 55, "Column": 9, "EndLine": 55, "EndColumn": 29, "Text": "'ColorPickerHDRConfig' is obsolete", "Projects": [ "Assembly-CSharp-Editor" ] }, { "LogLevel": "Warning", "Id": "CS0612", "Tags": [], "FileName": "/home/ruza/RemeshTest/Assets/Scripts/Editor/MyLightingShaderGUI.cs", "Line": 56, "Column": 7, "EndLine": 56, "EndColumn": 27, "Text": "'ColorPickerHDRConfig' is obsolete", "Projects": [ "Assembly-CSharp-Editor" ] }, { "LogLevel": "Warning", "Id": "CS0618", "Tags": [], "FileName": "/home/ruza/RemeshTest/Assets/Scripts/Editor/MyLightingShaderGUI.cs", "Line": 244, "Column": 3, "EndLine": 247, "EndColumn": 4, "Text": "'MaterialEditor.TexturePropertyWithHDRColor(GUIContent, MaterialProperty, MaterialProperty, ColorPickerHDRConfig, bool)' is obsolete: 'Use TexturePropertyWithHDRColor(GUIContent label, MaterialProperty textureProp, MaterialProperty colorProperty, bool showAlpha)'", "Projects": [ "Assembly-CSharp-Editor" ] } ] }, "Seq": 768, "Type": "response" }
filipw commented 3 years ago

as I wrote above, please make sure to update the VS Code Editor package in Unity and regenerate the csproj files as discussed in https://github.com/OmniSharp/omnisharp-vscode/issues/4113#issuecomment-718006809

o8ruza8o commented 3 years ago

I did that but my comment is too long now for github (maximum is 65536 characters). How do I supply the log?

JoeRobich commented 3 years ago

@o8ruza8o Can you describe what types of intellisense are not working for you at the moment? Looking at the last logs you shared it appears to be correctly loading Unity assemblies and reporting diagnostics to VS Code.

{
"LogLevel": "Warning",
"Id": "CS0612",
"Tags": [],
"FileName": "/home/ruza/RemeshTest/Assets/Scripts/Editor/MyLightingShaderGUI.cs",
"Line": 56,
"Column": 7,
"EndLine": 56,
"EndColumn": 27,
"Text": "'ColorPickerHDRConfig' is obsolete",
"Projects": [
"Assembly-CSharp-Editor"
]
},
o8ruza8o commented 3 years ago

Go to Definition/Implementation/Reference does not work. Peek does not work. Find all references does not work.

I am certain my list is not complete. But I do not even know all kinds of intellisense there are.

JoeRobich commented 3 years ago

@o8ruza8o Just trying to narrow things down. In the file MyLightingShaderGUI.cs, if you hover over ColorPickerHDRConfig on line 56, does it show information about the type? Are you able to Go to definition on it?

o8ruza8o commented 3 years ago

Yes that works in fact. Surprising you found an example that does after so many I tired that do not.

Obviously, you do not have my project in its entirety. How do I show you examples that fail?

JoeRobich commented 3 years ago

@o8ruza8o It looks like you have 2 project with 6 files and I would expect that intelliesense works well in all of them.

  1. '/home/ruza/RemeshTest/Assembly-CSharp.csproj'
    • "/home/ruza/RemeshTest/Assets/VSCode.cs"
    • "/home/ruza/RemeshTest/Assets/Scripts/GPUInstancingTest.cs"
    • "/home/ruza/RemeshTest/Assets/Scripts/EmissiveOscillator.cs"
    • "/home/ruza/RemeshTest/Assets/Scripts/DeferredFogEffect.cs"
    • "/home/ruza/RemeshTest/Assets/Scripts/TangentSpaceVisualizer.cs"
  2. '/home/ruza/RemeshTest/Assembly-CSharp-Editor.csproj'
    • "/home/ruza/RemeshTest/Assets/Scripts/Editor/MyLightingShaderGUI.cs"

In addition, I see attempts to get information for another file, "/home/ruza/quicksilver/Unity.QuickSilver/Operators/Decimate.cs". I believe the issue here is that the Unity.QuickSilver project isn't part of your solution and won't have any language support. I am not very familiar with Unity, but I believe there is a setting called something like "Generate all project files" or something similar. Enabling this may tell Unity to generate a Unity.QuickSilver project and add it to your Solution.

*Edit Found the setting on the preferences dialog. image

o8ruza8o commented 3 years ago

Oh, I see what you mean. Yes, there are several files I added as assets to the Unity project for testing and visualization. And you are saying that intellisense works for assets well. That might be true, I did not even notice as I am not developing the assets.

The code I work on is in project under Packages and added via path in Packages/manifest.json. That allows me to keep version control in my repos while importing things as assets makes copies. None of these files had intellisense.

I did generate all project files for everything previously but regenerating them seems to have fixed the problem. Thank you so much!

To review all the steps, as this will need to be done for each Unity project:

If that sounds correct feel free to close this issue. I would suggest updating the error message (see my initial log) to include it as a suggestion instead of directing linux users to get a Windows executable.

jessfdm-codes commented 3 years ago

I can also recreate this issue. No IntelliSense on MacOS VSCode running OmniSharp for Unity files under a package and asset directory. Can't find definitions, not having any errors highlighted.

Sort of fixed with setting the generate .csproj files for: to include what was needed.

However it's not being able to reference across different assembly definitions

JoeRobich commented 3 years ago

@thomasfdm Have you updated your VSCode Editor Package in Unity to 1.2.3? If yes, could you open a new issue and provide the OmniSharp Log (with omnisharp.loggingLevel set to debug) from the Output Pane?

JoeRobich commented 3 years ago

@o8ruza8o Glad things are working for you. I'm going to close this issue out.

jessfdm-codes commented 3 years ago

Sorry, thought I'd done that but for some reason hadn't actually done the update for some reason. All good now 👍

o8ruza8o commented 3 years ago

Thanks. I will try to do all these steps next time I start a Unity project fort testing. Just to clarify I am developing on Linux not MacOS as you mentioned in your last comment.

jamesta696 commented 2 years ago

I had this intellisense issue for VSCode and Unity, using the steps above, I fixed the issue! Thanks guys 👍😄

inouiw commented 1 year ago

My missing IntelliSense in a C# mininmal Web Api file for Results.Problem() was fixed when I switched the "C# Dev Kit" extension to "Pre-Release" (v0.2.70).