dotnet / vscode-csharp

Official C# support for Visual Studio Code
MIT License
2.83k stars 654 forks source link

OmniSharp crashing - I think there must have been some update causing this issue. #4204

Open isolin opened 3 years ago

isolin commented 3 years ago

I think there must have been a bug in some of the recent updates causing the following issue. Since two days OmniSharp behaves very strange. It occurs randomly, but often. After I edit my code:

  1. Syntax highlighting gets broken, parts of the code stay in default color, sometimes even half a word stay highlighted correctly and the rest loses resets to default color.
  2. Problems panel lists many extra errors that are just a fiction. I have to run dotnet build in the terminal to find the true errors.

For example, I changed a declaration of a HashSet<Shape> to a List<Shape>. The following error appeared: The type or namespace name 'HistashSet<>' could not be found (are you missing a using directive or an assembly reference?) and it stays being shown even after half an hour. Some issue must have occurred while I was typing and the code is not re-analyzed anymore. Further fictitious errors occur everywhere I use the respective variable. The syntax highlighting around the edited spot is broken.

The previous example affected just a small portion of the code within just one file. Yesterday I managed to get several hundreds of fictious errors and whole files with over 1k lines all red. It's impossible to work this way :cry:

The following debug information contains also an exception that massively occurs in the OmniSharp log. It is an ArgumentOutOfRange at Microsoft.CodeAnalysis.Text.LinePosition..ctor (System.Int32 line, System.Int32 character) [0x00013] in <74e762f007514b0991a005183ec8dcb2>:0

Environment data

.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]

C# Extension version: 1.23.5

OmniSharp log

Starting OmniSharp server at 11/11/2020, 10:07:02 PM
    Target: xxx.sln

OmniSharp server started.
    Path: /home/xxx/.vscode/extensions/ms-dotnettools.csharp-1.23.5/.omnisharp/1.37.3/run
    PID: 7984

[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/xxx/.vscode/extensions/ms-dotnettools.csharp-1.23.5/.omnisharp/1.37.3/omnisharp/.msbuild/Current/Bin"
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        MSBUILD_EXE_PATH environment variable set to '/home/xxx/.vscode/extensions/ms-dotnettools.csharp-1.23.5/.omnisharp/1.37.3/omnisharp/.msbuild/Current/Bin/MSBuild.exe'
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Registered MSBuild instance: StandAlone 16.8.0 - "/home/xxx/.vscode/extensions/ms-dotnettools.csharp-1.23.5/.omnisharp/1.37.3/omnisharp/.msbuild/Current/Bin"
            CscToolExe = csc.exe
            MSBuildToolsPath = /home/xxx/.vscode/extensions/ms-dotnettools.csharp-1.23.5/.omnisharp/1.37.3/omnisharp/.msbuild/Current/Bin
            CscToolPath = /home/xxx/.vscode/extensions/ms-dotnettools.csharp-1.23.5/.omnisharp/1.37.3/omnisharp/.msbuild/Current/Bin/Roslyn
            BypassFrameworkInstallChecks = true
            MSBuildExtensionsPath = /home/xxx/.vscode/extensions/ms-dotnettools.csharp-1.23.5/.omnisharp/1.37.3/omnisharp/.msbuild
[info]: OmniSharp.Cake.CakeProjectSystem
        Detecting Cake files in '/home/xxx'.
[info]: OmniSharp.Cake.CakeProjectSystem
        Could not find any Cake files
[info]: OmniSharp.MSBuild.ProjectSystem
        Detecting projects in '/home/xxx/xxx.sln'.
[info]: OmniSharp.MSBuild.ProjectManager
...
[fail]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 15,
  "Command": "/v2/highlight",
  "Running": true,
  "Success": false,
  "Message": "\"System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.\\nParameter name: character\\n  at Microsoft.CodeAnalysis.Text.LinePosition..ctor (System.Int32 line, System.Int32 character) [0x00013] in <74e762f007514b0991a005183ec8dcb2>:0 \\n  at OmniSharp.Roslyn.CSharp.Services.SemanticHighlight.SemanticHighlightService.Handle (OmniSharp.Models.SemanticHighlight.SemanticHighlightRequest request) [0x00146] in <8ca5e445b15640a0986680e5a0180b25>:0 \\n  at OmniSharp.Endpoint.EndpointHandler`2[TRequest,TResponse].GetFirstNotEmptyResponseFromHandlers (OmniSharp.Endpoint.Exports.ExportHandler`2[TRequest,TResponse][] handlers, TRequest request) [0x00099] in <9e06207949b04d41ac60c7c691c8ecbb>:0 \\n  at OmniSharp.Endpoint.EndpointHandler`2[TRequest,TResponse].HandleRequestForLanguage (System.String language, TRequest request, OmniSharp.Protocol.RequestPacket packet) [0x00163] in <9e06207949b04d41ac60c7c691c8ecbb>:0 \\n  at OmniSharp.Endpoint.EndpointHandler`2[TRequest,TResponse].Process (OmniSharp.Protocol.RequestPacket packet, OmniSharp.Endpoint.LanguageModel model, Newtonsoft.Json.Linq.JToken requestObject) [0x0024b] in <9e06207949b04d41ac60c7c691c8ecbb>:0 \\n  at OmniSharp.Stdio.Host.HandleRequest (System.String json, Microsoft.Extensions.Logging.ILogger logger) [0x000e7] in <add5f40a6e784fcca3e930b59965388b>:0 \"",
  "Body": null,
  "Seq": 121,
  "Type": "response"
}
[fail]: OmniSharp.Stdio.Host

//This exception repeats many many times.

Steps to reproduce

Unknown, happens randomly at code edits.

Expected behavior

Syntax highlighting should work and there should be no fictitious errors.

Actual behavior

Syntax highlighting broken and plenty of fictitious errors appear.

isolin commented 3 years ago

Not sure if related to the previous one, today I got the following crash report in OmniSharp log:

* Assertion at metadata.c:1086, condition `index < meta->heap_blob.size' not met

=================================================================
Native Crash Reporting
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================

=================================================================
Native stacktrace:
=================================================================
0x4b8a69 - /home/xxx/.vscode/extensions/ms-dotnettools.csharp-1.23.5/.omnisharp/1.37.3/bin/mono :
0x4b8dd9 - /home/xxx/.vscode/extensions/ms-dotnettools.csharp-1.23.5/.omnisharp/1.37.3/bin/mono :
0x4626d5 - /home/xxx/.vscode/extensions/ms-dotnettools.csharp-1.23.5/.omnisharp/1.37.3/bin/mono :
0x4b800f - /home/xxx/.vscode/extensions/ms-dotnettools.csharp-1.23.5/.omnisharp/1.37.3/bin/mono :
0x7f62496503c0 - /lib/x86_64-linux-gnu/libpthread.so.0 :
0x7f624914218b - /lib/x86_64-linux-gnu/libc.so.6 : gsignal
0x7f6249121859 - /lib/x86_64-linux-gnu/libc.so.6 : abort
0x718ed4 - /home/xxx/.vscode/extensions/ms-dotnettools.csharp-1.23.5/.omnisharp/1.37.3/bin/mono :
0x6fc0f1 - /home/xxx/.vscode/extensions/ms-dotnettools.csharp-1.23.5/.omnisharp/1.37.3/bin/mono :
0x718dbb - /home/xxx/.vscode/extensions/ms-dotnettools.csharp-1.23.5/.omnisharp/1.37.3/bin/mono :
0x71943d - /home/xxx/.vscode/extensions/ms-dotnettools.csharp-1.23.5/.omnisharp/1.37.3/bin/mono : monoeg_assertion_message
0x71947a - /home/xxx/.vscode/extensions/ms-dotnettools.csharp-1.23.5/.omnisharp/1.37.3/bin/mono :
0x60ba58 - /home/xxx/.vscode/extensions/ms-dotnettools.csharp-1.23.5/.omnisharp/1.37.3/bin/mono :
0x59611e - /home/xxx/.vscode/extensions/ms-dotnettools.csharp-1.23.5/.omnisharp/1.37.3/bin/mono :
0x5d0496 - /home/xxx/.vscode/extensions/ms-dotnettools.csharp-1.23.5/.omnisharp/1.37.3/bin/mono :
0x5dcf4b - /home/xxx/.vscode/extensions/ms-dotnettools.csharp-1.23.5/.omnisharp/1.37.3/bin/mono :
0x4102a98c - Unknown

=================================================================
Telemetry Dumper:
=================================================================
Pkilling 0x140059496965888x from 0x140058650556160x
Pkilling 0x140058682193664x from 0x140058650556160x
Pkilling 0x140058091738880x from 0x140058650556160x
Pkilling 0x140059490674432x from 0x140058650556160x
Pkilling 0x140058093840128x from 0x140058650556160x
Pkilling 0x140060050228992x from 0x140058650556160x
Pkilling 0x140059492775680x from 0x140058650556160x
Pkilling 0x140058095941376x from 0x140058650556160x
Could not exec mono-hang-watchdog, expected on path '/home/xxx/.vscode/extensions/ms-dotnettools.csharp-1.23.5/.omnisharp/1.37.3/etc/../bin/mono-hang-watchdog' (errno 2)
Pkilling 0x140059510548224x from 0x140058650556160x
Pkilling 0x140060106569472x from 0x140058650556160x
Pkilling 0x140059512649472x from 0x140058650556160x
Pkilling 0x140060044289792x from 0x140058650556160x
Pkilling 0x140059497232128x from 0x140058650556160x
Pkilling 0x140060054464256x from 0x140058650556160x
Pkilling 0x140059514750720x from 0x140058650556160x
Pkilling 0x140058133559040x from 0x140058650556160x
Pkilling 0x140060109287360x from 0x140058650556160x
Pkilling 0x140060046391040x from 0x140058650556160x
Pkilling 0x140059516851968x from 0x140058650556160x
Pkilling 0x140058659002112x from 0x140058650556160x
Pkilling 0x140059518953216x from 0x140058650556160x
Pkilling 0x140060058699520x from 0x140058650556160x
Pkilling 0x140058661103360x from 0x140058650556160x
Pkilling 0x140059521054464x from 0x140058650556160x
Pkilling 0x140058663204608x from 0x140058650556160x
Pkilling 0x140058653730560x from 0x140058650556160x
Pkilling 0x140060052346624x from 0x140058650556160x
Pkilling 0x140058655831808x from 0x140058650556160x
Pkilling 0x140059526498048x from 0x140058650556160x
Pkilling 0x140058089637632x from 0x140058650556160x
Pkilling 0x140060056581888x from 0x140058650556160x
Entering thread summarizer pause from 0x140058650556160x
Finished thread summarizer pause from 0x140058650556160x.
Failed to create breadcrumb file (null)/crash_hash_0x237490008d

Waiting for dumping threads to resume

=================================================================
    External Debugger Dump:
=================================================================
mono_gdb_render_native_backtraces not supported on this platform, unable to find gdb or lldb

=================================================================
Basic Fault Address Reporting
=================================================================
Memory around native instruction pointer (0x7f624914218b):0x7f624914217b  d2 4c 89 ce bf 02 00 00 00 b8 0e 00 00 00 0f 05  .L..............
0x7f624914218b  48 8b 84 24 08 01 00 00 64 48 33 04 25 28 00 00  H..$....dH3.%(..
0x7f624914219b  00 75 26 44 89 c0 48 81 c4 18 01 00 00 c3 0f 1f  .u&{"Request_seq":117,"Command":"/filesChanged","Running":true,"Success":true,"Message":null,"Body":{},"Seq":188,"Type":"response"}
D..H.........
0x7f62491421ab  80 00 00 00 00 48 8b 15 b9 4c 1a 00 f7 d8 41 b8  .....H...L....A.

=================================================================
Managed Stacktrace:
=================================================================
at <unknown> <0xffffffff>
at System.Reflection.Assembly:InternalGetAssemblyName <0x0008b>
at System.Reflection.AssemblyName:GetAssemblyName <0x00087>
at Microsoft.Build.Shared.AssemblyNameExtension:GetAssemblyNameEx <0x0003f>
at Microsoft.Build.Tasks.SystemState:GetAssemblyName <0x00262>
at Microsoft.Build.Tasks.Resolver:FileMatchesAssemblyName <0x0029b>
at Microsoft.Build.Tasks.Resolver:ResolveAsFile <0x000eb>
at Microsoft.Build.Tasks.Resolver:ResolveFromDirectory <0x0033f>
at Microsoft.Build.Tasks.DirectoryResolver:Resolve <0x0006f>
at Microsoft.Build.Tasks.AssemblyResolution:ResolveReference <0x001b8>
at Microsoft.Build.Tasks.ReferenceTable:ResolveReference <0x00643>
at Microsoft.Build.Tasks.ReferenceTable:ResolveAssemblyFilenames <0x000d7>
at Microsoft.Build.Tasks.ReferenceTable:ComputeClosure <0x0007b>
at Microsoft.Build.Tasks.ReferenceTable:ComputeClosure <0x000bb>
at Microsoft.Build.Tasks.ResolveAssemblyReference:Execute <0x01703>
at Microsoft.Build.Tasks.ResolveAssemblyReference:Execute <0x009eb>
at Microsoft.Build.BackEnd.TaskExecutionHost:Microsoft.Build.BackEnd.ITaskExecutionHost.Execute <0x0007c>
at <ExecuteInstantiatedTask>d__26:MoveNext <0x00bd3>
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x000bb>
at Microsoft.Build.BackEnd.TaskBuilder:ExecuteInstantiatedTask <0x0016f>
at <InitializeAndExecuteTask>d__24:MoveNext <0x0013b>
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x000af>
at Microsoft.Build.BackEnd.TaskBuilder:InitializeAndExecuteTask <0x0016f>
at <ExecuteBucket>d__19:MoveNext <0x0072b>
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x000b7>
at Microsoft.Build.BackEnd.TaskBuilder:ExecuteBucket <0x0013f>
at <ExecuteTask>d__18:MoveNext <0x005cb>
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x000bb>
at Microsoft.Build.BackEnd.TaskBuilder:ExecuteTask <0x000e7>
at <ExecuteTask>d__13:MoveNext <0x004b7>
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x000bb>
at Microsoft.Build.BackEnd.TaskBuilder:ExecuteTask <0x0023f>
at <ProcessBucket>d__51:MoveNext <0x001ce>
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x000bb>
at Microsoft.Build.BackEnd.TargetEntry:ProcessBucket <0x00183>
at <ExecuteTarget>d__44:MoveNext <0x00b97>
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder:Start <0x000bb>
at Microsoft.Build.BackEnd.TargetEntry:ExecuteTarget <0x00147>
at <ProcessTargetStack>d__21:MoveNext <0x00d6f>
at MoveNextRunner:InvokeMoveNext <0x00092>
at System.Threading.ExecutionContext:RunInternal <0x001c6>
at System.Threading.ExecutionContext:Run <0x00043>
at MoveNextRunner:Run <0x000bb>
at <>c:<Run>b__2_0 <0x00047>
at System.Threading.Tasks.Task:InnerInvoke <0x0008e>
at System.Threading.Tasks.Task:Execute <0x00037>
at System.Threading.Tasks.Task:ExecutionContextCallback <0x00053>
at System.Threading.ExecutionContext:RunInternal <0x001c6>
at System.Threading.ExecutionContext:Run <0x00043>
at System.Threading.Tasks.Task:ExecuteWithThreadLocal <0x000f3>
at System.Threading.Tasks.Task:ExecuteEntry <0x000cf>
at System.Threading.Tasks.TaskScheduler:TryExecuteTask <0x00043>
at DedicatedThreadsTaskScheduler:<InjectThread>b__6_0 <0x0009b>
at System.Threading.ThreadHelper:ThreadStart_Context <0x000b8>
at System.Threading.ExecutionContext:RunInternal <0x001c6>
at System.Threading.ExecutionContext:Run <0x00043>
at System.Threading.ExecutionContext:Run <0x00067>
at System.Threading.ThreadHelper:ThreadStart <0x00047>
at System.Object:runtime_invoke_void__this__ <0x00085>
=================================================================
/home/xxx/.vscode/extensions/ms-dotnettools.csharp-1.23.5/.omnisharp/1.37.3/run: line 28:  1435 Aborted                 (core dumped) "${mono_cmd}" "${omnisharp_cmd}" "$@"
rjgotten commented 3 years ago

The syntax highlighting is something I'm familiar with and have reported before. From my own experience, it's a case of the coloring being off by one line.

Is that also the case here?

JoeRobich commented 3 years ago

@isolin Sorry you are running into issues. Can you please try on 1.23.6? There was an issue with the backing buffer coming unsynched from the editor that we believe we fixed.

isolin commented 3 years ago

@rjgotten It was not a whole line. It was either just the original highlighting mixed with grey in the edited part +- some surrounding characters. The new characters created an offset to the original highlighting which still got kind-of applied. But sometimes it were whole blocks, almost entire files without syntax highlighting.

@JoeRobich Thank you for the response, after a few days off, today I worked with 1.23.6 and didn't encounter any issues. It looks fixed. I will give an update in case I encounter them again.

However, I have to point out that the System.ArgumentOutOfRangeException I described in my first post still massively appears in the OmniSharp Log.

isolin commented 3 years ago

After two weeks, unfortunately I have to report that the problems are still there.

rjgotten commented 3 years ago

Falling in with @isolin here. With 1.23.6 all above mentioned problems still occur and in some ways have actually gotten worse for me.

I now regularly have to use the shortcut to force-reload the VSCode window to get the extension to pick up code changes and re-evaluate conditions. It's a downright mess and I've reverted back to 1.23.2 - which, although it has more issues with e.g. Razor templates, atleast is sane for my common use cases.

Ever since 1.23.3 everything regarding error reporting and intellisense seems to have gone down the shitter with those parts being refactored. At this point, if I were running this project I'd be inclined to back it all out and leave it on another branch to stew for another half a year until all the bugs and issues have been squashed. Beause currently, it flat out is not production-ready.

helmutschneider commented 3 years ago

I'm experiencing this too, among other things. Totally bogus errors, broken syntax highlighting, breakpoints not hitting, format-on-save destroying entire files etc. It started sometime mid-November but I haven't pinpointed an exact version.

StrangeWill commented 3 years ago

Can confirm -- we've run into Omnisharp having stability problems to the point of our entire team having to restart omnisharp/VS code multiple times a day, it's really rough. I finally started Googling errors and landed here, ~30 days ago would probably be a fair estimate of when it started too (though we've always had little struggles with Omnisharp suddenly not working and needing a restart.

FWIW: I just threw my hands up and rolled back to 1.23.0 and it's at least working so far.

thomasjedstrom commented 3 years ago

I've been having the same for a long time, everything above as described although I'm on mac and also reverting versions hasn't helped. I wish I could even say which versions cause which errors but it's been a crapshoot and reloading the window only works sometimes. And by sometimes I mean sometimes it crashes immediately and other times I get an assortment of errors after making code changes and it ultimately locks up.

Just to flush out a few more details from my end:

Preliminary Steps Taken: . Disabled/Uninstalled all extensions . Uninstalled/Reinstalled VSC 1.52.1 multiple times . Tried installing each version of the extension from 1.23.8 down to 1.21.18 . Uninstalled mono globally . Set "omnisharp.useGlobalMono": "never" . Verified in omnisharp logs that it's using its internal version of msbuild 16.8.0

To no avail.

In the case that omnisharp doesn't outright crash, an easy repro to bring it down is copy and paste a method (so that it's a duplicate), then add and remove a letter to the end of the method name (causing it to stop being a duplicate, then making it a duplicate again) multiple times. With a log level of trace, adding/deleting a single letter twice in ~5 seconds dumps ~7,500 lines of logs, spikes the cpu to ~200% and the process consumes ~1GB, usually with either

ERR Problem invoking 'GetCodeActions' on OmniSharp server: Error: Pending request cancelled: /v2/getcodeactions

or this one

ERR Problem invoking 'GetCodeActions' on OmniSharp server: "System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.\nParameter name: index\n  at Microsoft.CodeAnalysis.Text.SourceText+LineInfo.get_Item (System.Int32 index) [0x0000f] in <02f1a35137194cc3b7bab26f0cb540aa>:0 \n  at OmniSharp.Extensions.TextExtensions.GetPositionFromLineAndOffset (Microsoft.CodeAnalysis.Text.SourceText text, System.Int32 lineNumber, System.Int32 offset) [0x00006] in <54fef48092c04ff98616eebe03ad0555>:0 \n  at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].GetTextSpan (OmniSharp.Models.V2.CodeActions.ICodeActionRequest request, Microsoft.CodeAnalysis.Text.SourceText sourceText) [0x00028] in <47d11c951b2c467ba3d5b0bfebca06c3>:0 \n  at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.BaseCodeActionService`2[TRequest,TResponse].GetAvailableCodeActions (OmniSharp.Models.V2.CodeActions.ICodeActionRequest request) [0x00128] in <47d11c951b2c467ba3d5b0bfebca06c3>:0 \n  at OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.GetCodeActionsService.Handle (OmniSharp.Models.V2.CodeActions.GetCodeActionsRequest request) [0x0006b] in <47d11c951b2c467ba3d5b0bfebca06c3>:0 \n  at OmniSharp.Endpoint.EndpointHandler`2[TRequest,TResponse].GetFirstNotEmptyResponseFromHandlers (OmniSharp.Endpoint.Exports.ExportHandler`2[TRequest,TResponse][] handlers, TRequest request) [0x00099] in <15a25893e84240228920acfa2b3190eb>:0 \n  at OmniSharp.Endpoint.EndpointHandler`2[TRequest,TResponse].HandleRequestForLanguage (System.String language, TRequest request, OmniSharp.Protocol.RequestPacket packet) [0x00163] in <15a25893e84240228920acfa2b3190eb>:0 \n  at OmniSharp.Endpoint.EndpointHandler`2[TRequest,TResponse].Process (OmniSharp.Protocol.RequestPacket packet, OmniSharp.Endpoint.LanguageModel model, Newtonsoft.Json.Linq.JToken requestObject) [0x0024b] in <15a25893e84240228920acfa2b3190eb>:0 \n  at OmniSharp.Stdio.Host.HandleRequest (System.String json, Microsoft.Extensions.Logging.ILogger logger) [0x000e7] in <871e49cde2fe4baf972bea6b4d99c013>:0 "

and sometimes both when it's feeling generous šŸ˜œ

Environment information

VSCode version: 1.52.1 C# Extension: 1.23.8

Mono Information OmniSharp using built-in mono
Dotnet Information .NET Core SDK (reflecting any global.json): Version: 3.1.405 Commit: 65f9d75b1c Runtime Environment: OS Name: Mac OS X OS Version: 10.16 OS Platform: Darwin RID: osx.10.16-x64 Base Path: /usr/local/share/dotnet/sdk/3.1.405/ Host (useful for support): Version: 3.1.11 Commit: f5eceb8105 .NET Core SDKs installed: 1.0.0-preview2-003148 [/usr/local/share/dotnet/sdk] 2.1.4 [/usr/local/share/dotnet/sdk] 2.1.805 [/usr/local/share/dotnet/sdk] 3.0.103 [/usr/local/share/dotnet/sdk] 3.1.102 [/usr/local/share/dotnet/sdk] 3.1.200 [/usr/local/share/dotnet/sdk] 3.1.405 [/usr/local/share/dotnet/sdk] .NET Core runtimes installed: Microsoft.AspNetCore.All 2.1.17 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.All] Microsoft.AspNetCore.App 2.1.17 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 3.0.3 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 3.1.2 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 3.1.11 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.NETCore.App 1.0.2 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 2.0.5 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 2.1.16 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 2.1.17 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 3.0.3 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 3.1.2 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 3.1.11 [/usr/local/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.8|;
thomasjedstrom commented 3 years ago

Also meant to link to a few possible sibling issues, these are all big maybes especially since it's a mixture of OS's, although I've seen the below issues periodically:

Omnisharp does not detect fixed code until restart or manual build for certain error types #4185 Omnisharp freeze, not working and high cpu usage #4017 Intellisense not working. #4047 Intellisense inconsistent (doesn't always auto start) #4342 "Go to type definition" and other navigations not working #4251

It's definitely been a headache for a long time for me, but I will say... thank you to all of you who are working on this, still my favorite editor. šŸ‘

thomasjedstrom commented 3 years ago

UPDATE: EF MIGRATION BUILDUP PITFALL

There's been other issues out there describing omnisharp as going slow when there's large sln/proj/files involved (926) and in light of that I took some time to consolidate our migrations folder which had grown pretty large (624,201 lines total down to 43,427).

That alone has made it possible to go back up to 1.23.8 and while there's still generally ~1-3 seconds of lag, it's no longer crashing. Hopefully this helps anyone else out there.

REVISION Open a file over 100 lines and it starts crashing again :/

kieranbenton commented 3 years ago

I'm experiencing this as well in a closed source codebase - we're struggling through with it but it is very disruptive, and I am considering moving back to full blown VS sadly (as VSCode and Omnisharp have been great to us).

Is there anything we can do to help fix this BAR providing an entire closed source solution? Quite happy to share dumps, or even individual files - I just can't share the whole codebase.

I've tried switching to omnisharp 'latest' which seems to occasionally improve things but then another beta was pushed this morning and our experience seems to have gone backwards again. I can't be sure thats the case though or if its just the areas of the codebase we're working on at the moment.

Sharing the whole log since my startup a few minutes ago to reproducing the problem below. We also get (and have done for as long as I can remember) these warnings which I've never been able to figure out:

mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.

My setup is running VSCode on Windows 10, with a remote SSH instance running Ubuntu 20.04. I have experienced the problems running VSCode 100% on Windows and with the server in Docker as well though.

Full log (with some redaction - just filenames changed):

Starting OmniSharp server at 3/3/2021, 9:31:04 AM
    Target: /home/me/source/xxxx/xxx.sln

OmniSharp server started.
    Path: /home/me/.vscode-server/extensions/ms-dotnettools.csharp-1.23.9/.omnisharp/1.37.7-beta.87/run
    PID: 1220005

[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.9.0 - "/home/me/.vscode-server/extensions/ms-dotnettools.csharp-1.23.9/.omnisharp/1.37.7-beta.87/omnisharp/.msbuild/Current/Bin"
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        MSBUILD_EXE_PATH environment variable set to '/home/me/.vscode-server/extensions/ms-dotnettools.csharp-1.23.9/.omnisharp/1.37.7-beta.87/omnisharp/.msbuild/Current/Bin/MSBuild.exe'
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Registered MSBuild instance: StandAlone 16.9.0 - "/home/me/.vscode-server/extensions/ms-dotnettools.csharp-1.23.9/.omnisharp/1.37.7-beta.87/omnisharp/.msbuild/Current/Bin"
            CscToolExe = csc.exe
            MSBuildToolsPath = /home/me/.vscode-server/extensions/ms-dotnettools.csharp-1.23.9/.omnisharp/1.37.7-beta.87/omnisharp/.msbuild/Current/Bin
            CscToolPath = /home/me/.vscode-server/extensions/ms-dotnettools.csharp-1.23.9/.omnisharp/1.37.7-beta.87/omnisharp/.msbuild/Current/Bin/Roslyn
            BypassFrameworkInstallChecks = true
            MSBuildExtensionsPath = /home/me/.vscode-server/extensions/ms-dotnettools.csharp-1.23.9/.omnisharp/1.37.7-beta.87/omnisharp/.msbuild
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpFormattingWorkspaceOptionsProvider, Order: 0
[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.Cake.CakeProjectSystem
        Detecting Cake files in '/home/me/source/XXXXXXX'.
[info]: OmniSharp.Cake.CakeProjectSystem
        Could not find any Cake files
[info]: OmniSharp.MSBuild.ProjectSystem
        Detecting projects in '/home/me/source/XXXXXXX/XXXXXXX.sln'.
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/me/source/XXXXXXX/tests/XXXXXXX.Services.Tests.Common/XXXXXXX.Services.Tests.Common.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/me/source/XXXXXXX/src/XXXXXXX.Apps.JobProcessing/XXXXXXX.Apps.JobProcessing.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/me/source/XXXXXXX/src/XXXXXXX.Services.Integrations/XXXXXXX.Services.Integrations.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/me/source/XXXXXXX/src/XXXXXXX.Common/XXXXXXX.Common.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/me/source/XXXXXXX/src/XXXXXXX.Services/XXXXXXX.Services.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/me/source/XXXXXXX/src/XXXXXXX.Services.Databases/XXXXXXX.Services.Databases.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/me/source/XXXXXXX/src/XXXXXXX.Services.Common/XXXXXXX.Services.Common.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/me/source/XXXXXXX/src/XXXXXXX.Services.Contexts/XXXXXXX.Services.Contexts.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/me/source/XXXXXXX/src/XXXXXXX.Services.Content/XXXXXXX.Services.Content.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/me/source/XXXXXXX/src/XXXXXXX.Apps.CommandLine/XXXXXXX.Apps.CommandLine.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/me/source/XXXXXXX/src/XXXXXXX.Apps.Common/XXXXXXX.Apps.Common.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/me/source/XXXXXXX/tests/XXXXXXX.Services.Tests.Unit/XXXXXXX.Services.Tests.Unit.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/me/source/XXXXXXX/tests/XXXXXXX.Services.Tests.Unit.Profiling/XXXXXXX.Services.Tests.Unit.Profiling.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/me/source/XXXXXXX/tests/XXXXXXX.Services.Tests.Integration/XXXXXXX.Services.Tests.Integration.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/me/source/XXXXXXX/src/XXXXXXX.Apps.Channels/XXXXXXX.Apps.Channels.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/me/source/XXXXXXX/src/XXXXXXX.Apps.Api/XXXXXXX.Apps.Api.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/me/source/XXXXXXX/src/XXXXXXX.Apps.BoxOffice/XXXXXXX.Apps.BoxOffice.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/me/source/XXXXXXX/tests/XXXXXXX.Services.Tests.Performance/XXXXXXX.Services.Tests.Performance.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/me/source/XXXXXXX/tests/XXXXXXX.Tests.Common/XXXXXXX.Tests.Common.csproj'
[info]: OmniSharp.Script.ScriptProjectSystem
        Detecting CSX files in '/home/me/source/XXXXXXX'.
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/me/source/XXXXXXX/tests/XXXXXXX.Services.Tests.Common/XXXXXXX.Services.Tests.Common.csproj
[info]: OmniSharp.Script.ScriptProjectSystem
        Could not find any CSX files
[info]: OmniSharp.WorkspaceInitializer
        Configuration finished.
[info]: OmniSharp.Stdio.Host
        Omnisharp server running using Stdio at location '/home/me/source/XXXXXXX' on host 1219822.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services/bin/Debug/net5.0/XXXXXXX.Services.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Common/bin/Debug/net5.0/XXXXXXX.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Common/bin/Debug/net5.0/XXXXXXX.Services.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Content/bin/Debug/net5.0/XXXXXXX.Services.Content.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Contexts/bin/Debug/net5.0/XXXXXXX.Services.Contexts.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/me/source/XXXXXXX/tests/XXXXXXX.Services.Tests.Common/XXXXXXX.Services.Tests.Common.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/me/source/XXXXXXX/tests/XXXXXXX.Services.Tests.Common/XXXXXXX.Services.Tests.Common.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/me/source/XXXXXXX/src/XXXXXXX.Apps.JobProcessing/XXXXXXX.Apps.JobProcessing.csproj
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Apps.Common/bin/Debug/net5.0/XXXXXXX.Apps.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Common/bin/Debug/net5.0/XXXXXXX.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Integrations/bin/Debug/net5.0/XXXXXXX.Services.Integrations.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services/bin/Debug/net5.0/XXXXXXX.Services.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Common/bin/Debug/net5.0/XXXXXXX.Services.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Content/bin/Debug/net5.0/XXXXXXX.Services.Content.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Contexts/bin/Debug/net5.0/XXXXXXX.Services.Contexts.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/me/source/XXXXXXX/src/XXXXXXX.Apps.JobProcessing/XXXXXXX.Apps.JobProcessing.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/me/source/XXXXXXX/src/XXXXXXX.Apps.JobProcessing/XXXXXXX.Apps.JobProcessing.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Integrations/XXXXXXX.Services.Integrations.csproj
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Common/bin/Debug/net5.0/XXXXXXX.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services/bin/Debug/net5.0/XXXXXXX.Services.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Common/bin/Debug/net5.0/XXXXXXX.Services.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Content/bin/Debug/net5.0/XXXXXXX.Services.Content.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Contexts/bin/Debug/net5.0/XXXXXXX.Services.Contexts.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/me/source/XXXXXXX/src/XXXXXXX.Services.Integrations/XXXXXXX.Services.Integrations.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/me/source/XXXXXXX/src/XXXXXXX.Services.Integrations/XXXXXXX.Services.Integrations.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/me/source/XXXXXXX/src/XXXXXXX.Common/XXXXXXX.Common.csproj
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/me/source/XXXXXXX/src/XXXXXXX.Common/XXXXXXX.Common.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/me/source/XXXXXXX/src/XXXXXXX.Common/XXXXXXX.Common.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/me/source/XXXXXXX/src/XXXXXXX.Services/XXXXXXX.Services.csproj
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Common/bin/Debug/net5.0/XXXXXXX.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Common/bin/Debug/net5.0/XXXXXXX.Services.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Contexts/bin/Debug/net5.0/XXXXXXX.Services.Contexts.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Content/bin/Debug/net5.0/XXXXXXX.Services.Content.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/me/source/XXXXXXX/src/XXXXXXX.Services/XXXXXXX.Services.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/me/source/XXXXXXX/src/XXXXXXX.Services/XXXXXXX.Services.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Databases/XXXXXXX.Services.Databases.csproj
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Common/bin/Debug/net5.0/XXXXXXX.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/me/source/XXXXXXX/src/XXXXXXX.Services.Databases/XXXXXXX.Services.Databases.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/me/source/XXXXXXX/src/XXXXXXX.Services.Databases/XXXXXXX.Services.Databases.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Common/XXXXXXX.Services.Common.csproj
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Common/bin/Debug/net5.0/XXXXXXX.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/me/source/XXXXXXX/src/XXXXXXX.Services.Common/XXXXXXX.Services.Common.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/me/source/XXXXXXX/src/XXXXXXX.Services.Common/XXXXXXX.Services.Common.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Contexts/XXXXXXX.Services.Contexts.csproj
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Common/bin/Debug/net5.0/XXXXXXX.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Common/bin/Debug/net5.0/XXXXXXX.Services.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/me/source/XXXXXXX/src/XXXXXXX.Services.Contexts/XXXXXXX.Services.Contexts.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/me/source/XXXXXXX/src/XXXXXXX.Services.Contexts/XXXXXXX.Services.Contexts.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Content/XXXXXXX.Services.Content.csproj
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Common/bin/Debug/net5.0/XXXXXXX.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Contexts/bin/Debug/net5.0/XXXXXXX.Services.Contexts.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Common/bin/Debug/net5.0/XXXXXXX.Services.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/me/source/XXXXXXX/src/XXXXXXX.Services.Content/XXXXXXX.Services.Content.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/me/source/XXXXXXX/src/XXXXXXX.Services.Content/XXXXXXX.Services.Content.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/me/source/XXXXXXX/src/XXXXXXX.Apps.CommandLine/XXXXXXX.Apps.CommandLine.csproj
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Apps.Common/bin/Debug/net5.0/XXXXXXX.Apps.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services/bin/Debug/net5.0/XXXXXXX.Services.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Integrations/bin/Debug/net5.0/XXXXXXX.Services.Integrations.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Common/bin/Debug/net5.0/XXXXXXX.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Common/bin/Debug/net5.0/XXXXXXX.Services.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Content/bin/Debug/net5.0/XXXXXXX.Services.Content.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Contexts/bin/Debug/net5.0/XXXXXXX.Services.Contexts.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/me/source/XXXXXXX/src/XXXXXXX.Apps.CommandLine/XXXXXXX.Apps.CommandLine.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/me/source/XXXXXXX/src/XXXXXXX.Apps.CommandLine/XXXXXXX.Apps.CommandLine.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/me/source/XXXXXXX/src/XXXXXXX.Apps.Common/XXXXXXX.Apps.Common.csproj
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Common/bin/Debug/net5.0/XXXXXXX.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services/bin/Debug/net5.0/XXXXXXX.Services.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Common/bin/Debug/net5.0/XXXXXXX.Services.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Content/bin/Debug/net5.0/XXXXXXX.Services.Content.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Contexts/bin/Debug/net5.0/XXXXXXX.Services.Contexts.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/me/source/XXXXXXX/src/XXXXXXX.Apps.Common/XXXXXXX.Apps.Common.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/me/source/XXXXXXX/src/XXXXXXX.Apps.Common/XXXXXXX.Apps.Common.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/me/source/XXXXXXX/tests/XXXXXXX.Services.Tests.Unit/XXXXXXX.Services.Tests.Unit.csproj
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Apps.Common/bin/Debug/net5.0/XXXXXXX.Apps.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Common/bin/Debug/net5.0/XXXXXXX.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Contexts/bin/Debug/net5.0/XXXXXXX.Services.Contexts.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services/bin/Debug/net5.0/XXXXXXX.Services.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Integrations/bin/Debug/net5.0/XXXXXXX.Services.Integrations.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Common/bin/Debug/net5.0/XXXXXXX.Services.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Content/bin/Debug/net5.0/XXXXXXX.Services.Content.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/me/source/XXXXXXX/tests/XXXXXXX.Services.Tests.Unit/XXXXXXX.Services.Tests.Unit.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/me/source/XXXXXXX/tests/XXXXXXX.Services.Tests.Unit/XXXXXXX.Services.Tests.Unit.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/me/source/XXXXXXX/tests/XXXXXXX.Services.Tests.Unit.Profiling/XXXXXXX.Services.Tests.Unit.Profiling.csproj
Can't find custom attr constructor image: /home/me/source/XXXXXXX/tests/XXXXXXX.Services.Tests.Unit/bin/Debug/net5.0/XXXXXXX.Services.Tests.Unit.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Apps.Common/bin/Debug/net5.0/XXXXXXX.Apps.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Common/bin/Debug/net5.0/XXXXXXX.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services/bin/Debug/net5.0/XXXXXXX.Services.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Common/bin/Debug/net5.0/XXXXXXX.Services.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Content/bin/Debug/net5.0/XXXXXXX.Services.Content.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Contexts/bin/Debug/net5.0/XXXXXXX.Services.Contexts.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Integrations/bin/Debug/net5.0/XXXXXXX.Services.Integrations.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/me/source/XXXXXXX/tests/XXXXXXX.Services.Tests.Unit.Profiling/XXXXXXX.Services.Tests.Unit.Profiling.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/me/source/XXXXXXX/tests/XXXXXXX.Services.Tests.Unit.Profiling/XXXXXXX.Services.Tests.Unit.Profiling.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/me/source/XXXXXXX/tests/XXXXXXX.Services.Tests.Integration/XXXXXXX.Services.Tests.Integration.csproj
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Apps.Common/bin/Debug/net5.0/XXXXXXX.Apps.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services/bin/Debug/net5.0/XXXXXXX.Services.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Common/bin/Debug/net5.0/XXXXXXX.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Common/bin/Debug/net5.0/XXXXXXX.Services.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Content/bin/Debug/net5.0/XXXXXXX.Services.Content.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Contexts/bin/Debug/net5.0/XXXXXXX.Services.Contexts.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/me/source/XXXXXXX/tests/XXXXXXX.Services.Tests.Integration/XXXXXXX.Services.Tests.Integration.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/me/source/XXXXXXX/tests/XXXXXXX.Services.Tests.Integration/XXXXXXX.Services.Tests.Integration.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/me/source/XXXXXXX/src/XXXXXXX.Apps.Channels/XXXXXXX.Apps.Channels.csproj
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Apps.Common/bin/Debug/net5.0/XXXXXXX.Apps.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Common/bin/Debug/net5.0/XXXXXXX.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services/bin/Debug/net5.0/XXXXXXX.Services.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Common/bin/Debug/net5.0/XXXXXXX.Services.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Content/bin/Debug/net5.0/XXXXXXX.Services.Content.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Contexts/bin/Debug/net5.0/XXXXXXX.Services.Contexts.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/me/source/XXXXXXX/src/XXXXXXX.Apps.Channels/XXXXXXX.Apps.Channels.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/me/source/XXXXXXX/src/XXXXXXX.Apps.Channels/XXXXXXX.Apps.Channels.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/me/source/XXXXXXX/src/XXXXXXX.Apps.Api/XXXXXXX.Apps.Api.csproj
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Apps.Common/bin/Debug/net5.0/XXXXXXX.Apps.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Common/bin/Debug/net5.0/XXXXXXX.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services/bin/Debug/net5.0/XXXXXXX.Services.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Integrations/bin/Debug/net5.0/XXXXXXX.Services.Integrations.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Common/bin/Debug/net5.0/XXXXXXX.Services.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Content/bin/Debug/net5.0/XXXXXXX.Services.Content.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Contexts/bin/Debug/net5.0/XXXXXXX.Services.Contexts.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Apps.Common/bin/Debug/net5.0/XXXXXXX.Apps.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Common/bin/Debug/net5.0/XXXXXXX.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services/bin/Debug/net5.0/XXXXXXX.Services.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Integrations/bin/Debug/net5.0/XXXXXXX.Services.Integrations.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Common/bin/Debug/net5.0/XXXXXXX.Services.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Content/bin/Debug/net5.0/XXXXXXX.Services.Content.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Contexts/bin/Debug/net5.0/XXXXXXX.Services.Contexts.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/me/source/XXXXXXX/src/XXXXXXX.Apps.Api/XXXXXXX.Apps.Api.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/me/source/XXXXXXX/src/XXXXXXX.Apps.Api/XXXXXXX.Apps.Api.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/me/source/XXXXXXX/src/XXXXXXX.Apps.BoxOffice/XXXXXXX.Apps.BoxOffice.csproj
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Apps.Common/bin/Debug/net5.0/XXXXXXX.Apps.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Common/bin/Debug/net5.0/XXXXXXX.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services/bin/Debug/net5.0/XXXXXXX.Services.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Common/bin/Debug/net5.0/XXXXXXX.Services.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Content/bin/Debug/net5.0/XXXXXXX.Services.Content.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Contexts/bin/Debug/net5.0/XXXXXXX.Services.Contexts.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
[warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService
        No document found. File: /home/me/source/XXXXXXX/src/XXXXXXX.Services/Orders/Mappers/OrderMapper.ToDtos.cs.
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/me/source/XXXXXXX/src/XXXXXXX.Apps.BoxOffice/XXXXXXX.Apps.BoxOffice.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/me/source/XXXXXXX/src/XXXXXXX.Apps.BoxOffice/XXXXXXX.Apps.BoxOffice.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/me/source/XXXXXXX/tests/XXXXXXX.Services.Tests.Performance/XXXXXXX.Services.Tests.Performance.csproj
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Apps.Common/bin/Debug/net5.0/XXXXXXX.Apps.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/tests/XXXXXXX.Services.Tests.Unit/bin/Debug/net5.0/XXXXXXX.Services.Tests.Unit.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Common/bin/Debug/net5.0/XXXXXXX.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services/bin/Debug/net5.0/XXXXXXX.Services.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Common/bin/Debug/net5.0/XXXXXXX.Services.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Content/bin/Debug/net5.0/XXXXXXX.Services.Content.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Contexts/bin/Debug/net5.0/XXXXXXX.Services.Contexts.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Integrations/bin/Debug/net5.0/XXXXXXX.Services.Integrations.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/me/source/XXXXXXX/tests/XXXXXXX.Services.Tests.Performance/XXXXXXX.Services.Tests.Performance.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/me/source/XXXXXXX/tests/XXXXXXX.Services.Tests.Performance/XXXXXXX.Services.Tests.Performance.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/me/source/XXXXXXX/tests/XXXXXXX.Tests.Common/XXXXXXX.Tests.Common.csproj
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Common/bin/Debug/net5.0/XXXXXXX.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/me/source/XXXXXXX/tests/XXXXXXX.Tests.Common/XXXXXXX.Tests.Common.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/me/source/XXXXXXX/tests/XXXXXXX.Tests.Common/XXXXXXX.Tests.Common.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: XXXXXXX.Services.Tests.Common
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: XXXXXXX.Apps.JobProcessing
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: XXXXXXX.Services.Integrations
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: XXXXXXX.Common
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: XXXXXXX.Services
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: XXXXXXX.Services.Databases
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: XXXXXXX.Services.Common
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: XXXXXXX.Services.Contexts
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: XXXXXXX.Services.Content
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: XXXXXXX.Apps.CommandLine
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: XXXXXXX.Apps.Common
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: XXXXXXX.Services.Tests.Unit
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: XXXXXXX.Services.Tests.Unit.Profiling
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: XXXXXXX.Services.Tests.Integration
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: XXXXXXX.Apps.Channels
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: XXXXXXX.Apps.Api
[info]: OmniSharp.MSBuild.ProjectManager
        Found referenced project outside root directory: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Orchestration.Management/XXXXXXX.Services.Orchestration.Management.csproj
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/me/source/XXXXXXX/src/XXXXXXX.Services.Orchestration.Management/XXXXXXX.Services.Orchestration.Management.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/me/source/XXXXXXX/src/XXXXXXX.Services.Orchestration.Management/XXXXXXX.Services.Orchestration.Management.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: XXXXXXX.Apps.BoxOffice
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: XXXXXXX.Services.Tests.Performance
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: XXXXXXX.Tests.Common
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Orchestration.Management/XXXXXXX.Services.Orchestration.Management.csproj
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Common/bin/Debug/net5.0/XXXXXXX.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Common/bin/Debug/net5.0/XXXXXXX.Services.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services/bin/Debug/net5.0/XXXXXXX.Services.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Content/bin/Debug/net5.0/XXXXXXX.Services.Content.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Contexts/bin/Debug/net5.0/XXXXXXX.Services.Contexts.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Common/bin/Debug/net5.0/XXXXXXX.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Common/bin/Debug/net5.0/XXXXXXX.Services.Common.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services/bin/Debug/net5.0/XXXXXXX.Services.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Content/bin/Debug/net5.0/XXXXXXX.Services.Content.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/me/source/XXXXXXX/src/XXXXXXX.Services.Contexts/bin/Debug/net5.0/XXXXXXX.Services.Contexts.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/me/source/XXXXXXX/src/XXXXXXX.Services.Orchestration.Management/XXXXXXX.Services.Orchestration.Management.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: XXXXXXX.Services.Orchestration.Management
[info]: OmniSharp.OmniSharpWorkspace
        Adding analyzer reference: /usr/share/dotnet/sdk/5.0.102/Sdks/Microsoft.NET.Sdk/analyzers/Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll
[info]: OmniSharp.OmniSharpWorkspace
        Adding analyzer reference: /usr/share/dotnet/sdk/5.0.102/Sdks/Microsoft.NET.Sdk/analyzers/Microsoft.CodeAnalysis.NetAnalyzers.dll
[info]: OmniSharp.OmniSharpWorkspace
        Adding analyzer reference: /home/me/.nuget/packages/awssdk.cloudfront/3.5.6.13/analyzers/dotnet/cs/AWSSDK.CloudFront.CodeAnalysis.dll
[info]: OmniSharp.OmniSharpWorkspace
        Adding analyzer reference: /home/me/.nuget/packages/awssdk.s3/3.5.8.4/analyzers/dotnet/cs/AWSSDK.S3.CodeAnalysis.dll
[info]: OmniSharp.OmniSharpWorkspace
        Adding analyzer reference: /home/me/.nuget/packages/microsoft.codeanalysis.analyzers/3.0.0/analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll
[info]: OmniSharp.OmniSharpWorkspace
        Adding analyzer reference: /home/me/.nuget/packages/microsoft.codeanalysis.analyzers/3.0.0/analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll
[info]: OmniSharp.OmniSharpWorkspace
        Adding analyzer reference: /home/me/.nuget/packages/microsoft.entityframeworkcore.analyzers/5.0.3/analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll
Received response for /v2/getcodeactions but could not find request.
Received response for /quickinfo but could not find request.
Received response for /quickinfo but could not find request.
[warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService
        No symbol found. File: /home/me/source/XXXXXXX/src/XXXXXXX.Services/Orders/Mappers/OrderMapper.ToDtos.cs, Line: 233, Column: 29.
[warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService
        No symbol found. File: /home/me/source/XXXXXXX/src/XXXXXXX.Services/Orders/Mappers/OrderMapper.ToDtos.cs, Line: 230, Column: 57.
[warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService
        No symbol found. File: /home/me/source/XXXXXXX/src/XXXXXXX.Services/Orders/Mappers/OrderMapper.ToDtos.cs, Line: 230, Column: 9.
[warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService
        No symbol found. File: /home/me/source/XXXXXXX/src/XXXXXXX.Services/Orders/Mappers/OrderMapper.ToDtos.cs, Line: 230, Column: 9.
[warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService
        No symbol found. File: /home/me/source/XXXXXXX/src/XXXXXXX.Services/Orders/Mappers/OrderMapper.ToDtos.cs, Line: 230, Column: 9.
[warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService
        No symbol found. File: /home/me/source/XXXXXXX/src/XXXXXXX.Services/Orders/Mappers/OrderMapper.ToDtos.cs, Line: 233, Column: 12.
Received response for /v2/getcodeactions but could not find request.
Received response for /findusages but could not find request.
Received response for /quickinfo but could not find request.
Received response for /findusages but could not find request.
Received response for /v2/getcodeactions but could not find request.
Received response for /quickinfo but could not find request.
Received response for /quickinfo but could not find request.
Received response for /v2/getcodeactions but could not find request.
Received response for /v2/getcodeactions but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /v2/getcodeactions but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /v2/getcodeactions but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /v2/getcodeactions but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /completion but could not find request.
Received response for /completion but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /v2/blockstructure but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /completion but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /v2/getcodeactions but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /completion but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /completion but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /completion but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /completion but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /completion but could not find request.
Received response for /v2/getcodeactions but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /completion but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
Received response for /signatureHelp but could not find request.
[warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService
        No symbol found. File: /home/me/source/XXXXXXX/src/XXXXXXX.Services/Orders/Mappers/OrderMapper.ToDtos.cs, Line: 208, Column: 29.
Received response for /completion/resolve but could not find request.
Received response for /v2/getcodeactions but could not find request.
Received response for /v2/blockstructure but could not find request.
Received response for /v2/getcodeactions but could not find request.
Received response for /findusages but could not find request.
Received response for /v2/getcodeactions but could not find request.
Received response for /v2/getcodeactions but could not find request.
Received response for /completion but could not find request.
Received response for /v2/getcodeactions but could not find request.
Received response for /completion but could not find request.
Received response for /completion but could not find request.
Received response for /completion but could not find request.
Received response for /completion but could not find request.
Received response for /completion but could not find request.
Received response for /completion but could not find request.
Received response for /completion but could not find request.
Received response for /completion but could not find request.
Received response for /completion but could not find request.
Received response for /completion but could not find request.
Received response for /completion but could not find request.
Received response for /v2/getcodeactions but could not find request.
Received response for /v2/getcodeactions but could not find request.
Received response for /v2/getcodeactions but could not find request.
Received response for /v2/getcodeactions but could not find request.
Received response for /v2/getcodeactions but could not find request.
Received response for /v2/getcodeactions but could not find request.
Received response for /quickinfo but could not find request.
Received response for /quickinfo but could not find request.
[warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService
        No symbol found. File: /home/me/source/XXXXXXX/src/XXXXXXX.Services/Orders/Mappers/OrderMapper.ToDtos.cs, Line: 201, Column: 18.
vintzl commented 3 years ago

Same here: Received response for /v2/getcodeactions but could not find request.

These bugs are very frustrating. Omnisharp is slowing becoming omnishit.

StrangeWill commented 3 years ago

UPDATE: EF MIGRATION BUILDUP PITFALL

There's been other issues out there describing omnisharp as going slow when there's large sln/proj/files involved (926) and in light of that I took some time to consolidate our migrations folder which had grown pretty large (624,201 lines total down to 43,427).

That alone has made it possible to go back up to 1.23.8 and while there's still generally ~1-3 seconds of lag, it's no longer crashing. Hopefully this helps anyone else out there.

REVISION Open a file over 100 lines and it starts crashing again :/

Our team was thinking it was caused by our large migration files, but we're having crashes on small new projects we don't even have migrations for yet.

pontus-eliason commented 3 years ago

Any update on this? In my case it might be an issue caused by me, since I build using Cake, and have quite a few extensions installed. But the error messages are all the same as the other people in this thread.

rjgotten commented 3 years ago

@pontus-eliason Any update on this?

I've tried with the latest public release 1.23.9 and it's still a long list of errors galore; editor content and supplied autocompletion falling out of sync; etc. 1.23.2 - which is afaik the last release from before the pipeline that connects Omnisharp to the editor content was moved over to a new implementation based on newer interfaces in VSCode - is still the last (semi-)properly working release for me. It still has weird errors and its state still loses sync, but it's a whooo----le lot more stable than everything that came after.

danhendrix commented 3 years ago

Same problem here. Occasionally very broken error highlighting, but what's more strange and a fairly recent occurrence is that I will make a change in a file and the normal highlighting that shows up near the right side scrollbar no longer shows any pending change. Occasionally the source control tab also won't show any pending changes.

williamdenton commented 3 years ago

I've found a possible cause - the project i was working on was not in the sln file, vscode doesn't care so much about sln, but when there is one, and it's missing a project, omnisharp appears to be busted.

mcejp commented 3 years ago

@williamdenton Thank you so much for pointing this out -- was exactly my case.

jessfdm-codes commented 3 years ago

@williamdenton Fixed everything! Thanks so much!

toonsend commented 3 years ago

@williamdenton thanking you again, to highlight this fix. There are so many threads attempting to tackle this. This fixed it for me.

i-ideamama commented 2 years ago

I've found a possible cause - the project i was working on was not in the sln file, vscode doesn't care so much about sln, but when there is one, and it's missing a project, omnisharp appears to be busted.

Hi. I'm having the same issue. This seemed to work for many ppl. Can you please tell exactly what i should do in the .sln file. Btw: I am on Debian 11, unity version: 2020.3.16f1, im using vs code

This is what comes in the terminal whenever i type something that should be autocompleted...

Received response for /v2/block structure but could not find request. Received response for /v2/getcode actions but could not find request. Received response for /completion but could not find request.

joshpearce commented 2 years ago

In the bottom status bar of vscode, there is a project/solution selector. For my workspace and solution, OmniSharp was only selecting one of the projects as "the project scope". I noticed this by looking at the OmniSharp logs, and wondering why it loaded the server in that project folder. Once I clicked the project name in the status bar, and changed the scope to the solution, all the language server features started working in the code file I was using (that was in a different project).

So there is probably a bug to be made here -- vscode/omnisharp doesn't find the solution file which in my case is located at: [workspace folder]/src/mysolution.sln, and instead just chooses one of the projects, not even the first alphabetically.

i-ideamama commented 2 years ago

In the bottom status bar of vscode, there is a project/solution selector. For my workspace and solution, OmniSharp was only selecting one of the projects as "the project scope". I noticed this by looking at the OmniSharp logs, and wondering why it loaded the server in that project folder. Once I clicked the project name in the status bar, and changed the scope to the solution, all the language server features started working in the code file I was using (that was in a different project).

So there is probably a bug to be made here -- vscode/omnisharp doesn't find the solution file which in my case is located at: [workspace folder]/src/mysolution.sln, and instead just chooses one of the projects, not even the first alphabetically.

Thanks a lot for the solution but it didnt work for me. I ended up using atom with unity and the intellisense works great :)

crckrberries commented 1 year ago

YEARS later, still experiencing this issue. just started happening randomly. shits so annoying

tusan-tsvetkoff commented 1 year ago

I've done pretty much everything under the moon, setting the target framework for Omni (6.0.408), installing the .NET Framework 4.7.1 Developer Pack, 100% Sure my projects are in the solution, have double and triple checked. Yet, this is what I keep getting:

Starting OmniSharp server at 6/9/2023, 4:59:31 PM
    Target: c:\Users\User\github\ForumProject\Forum\Forum.sln

OmniSharp server started with .NET 7.0.302
.
    Path: c:\Users\User\.vscode\extensions\ms-dotnettools.csharp-1.25.7-win32-x64\.omnisharp\1.39.7-beta.18-net6.0\OmniSharp.dll
    PID: 2216

[info]: OmniSharp.Stdio.Host
        Starting OmniSharp on Windows 10.0.19045.0 (x64)
[info]: OmniSharp.Services.DotNetCliService
        Checking the 'DOTNET_ROOT' environment variable to find a .NET SDK
[info]: OmniSharp.Services.DotNetCliService
        Using the 'dotnet' on the PATH.
[info]: OmniSharp.Services.DotNetCliService
        DotNetPath set to dotnet
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Located 1 MSBuild instance(s)
            1: .NET Core SDK 6.0.408 17.3.2 - "C:\Program Files\dotnet\sdk\6.0.408\"
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Registered MSBuild instance: .NET Core SDK 6.0.408 17.3.2 - "C:\Program Files\dotnet\sdk\6.0.408\"
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpFormattingWorkspaceOptionsProvider, Order: 0
[info]: OmniSharp.Cake.CakeProjectSystem
        Detecting Cake files in 'c:\Users\User\github\ForumProject\Forum'.
[info]: OmniSharp.Cake.CakeProjectSystem
        Did not find any Cake files
[info]: OmniSharp.MSBuild.ProjectSystem
        Detecting projects in 'c:\Users\User\github\ForumProject\Forum\Forum.sln'.
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'c:\Users\User\github\ForumProject\Forum\Forum.Api\Forum.Api.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'c:\Users\User\github\ForumProject\Forum\Forum.Contracts\Forum.Contracts.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'c:\Users\User\github\ForumProject\Forum\Forum.Models\Forum.Models.csproj'
[info]: OmniSharp.Script.ScriptProjectSystem
        Detecting CSX files in 'c:\Users\User\github\ForumProject\Forum'.
[info]: OmniSharp.Script.ScriptProjectSystem
        Did not find any CSX files
[info]: OmniSharp.WorkspaceInitializer
        Configuration finished.
[info]: OmniSharp.Stdio.Host
        Omnisharp server running using Stdio at location 'c:\Users\User\github\ForumProject\Forum' on host 14008.
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: c:\Users\User\github\ForumProject\Forum\Forum.Api\Forum.Api.csproj
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file 'c:\Users\User\github\ForumProject\Forum\Forum.Api\Forum.Api.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project 'c:\Users\User\github\ForumProject\Forum\Forum.Api\Forum.Api.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: c:\Users\User\github\ForumProject\Forum\Forum.Contracts\Forum.Contracts.csproj
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file 'c:\Users\User\github\ForumProject\Forum\Forum.Contracts\Forum.Contracts.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project 'c:\Users\User\github\ForumProject\Forum\Forum.Contracts\Forum.Contracts.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: c:\Users\User\github\ForumProject\Forum\Forum.Models\Forum.Models.csproj
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file 'c:\Users\User\github\ForumProject\Forum\Forum.Models\Forum.Models.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project 'c:\Users\User\github\ForumProject\Forum\Forum.Models\Forum.Models.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: Forum.Api
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: Forum.Contracts
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: Forum.Models
[info]: OmniSharp.Roslyn.CSharp.Services.Diagnostics.CSharpDiagnosticWorkerWithAnalyzers
        Solution initialized -> queue all documents for code analysis. Initial document count: 16.
Received response for /v2/getcodeactions but could not find request.
[warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService
        No symbol found. File: c:\Users\User\github\ForumProject\Forum\Forum.Models\Entities\Comment.cs, Line: 9, Column: 20.
Received response for /v2/getcodeactions but could not find request.

I have also tried other projects of mine, result is the same. Currently running the C# extension ver. v1.25.7, have also tried down to 1.24.x, but anything below 1.25.7 completely crashes Omnisharp.