You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to have O# include and prefer a matched version of the RazorCompiler external access dll (matched meaning the same version as our roslyn version). Sorry I forgot about this, I thought that the razor support was an entirely separate process and didn't need to line up with O# versions at all. See dotnet/roslyn#70176.
I updated my omnisharp-server this morning with the newest version via Mason (Neovim).
The server starts, but as soon as I try to use GoToDefinitio or any other method I get an error.
Error when executing textDocument/definition : Internal Error - System.MissingMethodException: Method not found: 'System.Collections.Generic.IEnumerator
1<Microsoft.CodeAnalysis.NodeStateEntry
1<System.ValueTuple2<System.__Canon,System.__Canon>>> Microsoft.CodeAnalysis.NodeStateTable
1.GetEnumerator()'.09:58:07 AM msg_show at Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.HostOutputNode`1.AppendOutputs(IncrementalExecutionContext context, CancellationToken cancellationToken)
The text was updated successfully, but these errors were encountered: