OmniSharp/omnisharp-roslyn

Bug: OmniSharp.Roslyn.CSharp.Workers.Diagnostics.AnalyzerWorkQueue fails to load

Siccity opened this issue · 4 comments

I'm loading a Unity project the same way I've been doing for the past 3 years, but today it stopped working. Instead, it shows me this message over and over in the console.

[warn]: OmniSharp.Roslyn.CSharp.Workers.Diagnostics.AnalyzerWorkQueue
        Timeout before work got ready for foreground analysis queue. This is assertion to prevent complete api hang in case of error.

I have no idea how to fix this.

I am experience the exact same :(

Same:

OmniSharp.Roslyn.CSharp.Workers.Diagnostics.AnalyzerWorkQueue
        Timeout before work got ready for foreground analysis queue. This is assertion to prevent complete api hang in case of error.

I noticed they mentioned this issue under 'Known Issues' in the changelog
image
Changing that setting didn't fix it for me, but reverting to an older version of the extension did.

This is unrelated. The fix is in #1984