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
Workaround issue related to crossgen and specific .NET 9 runtimes (#77825)
Helps resolvedotnet/vscode-csharp#8034
Related to
https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2419950
This arg appears to be triggering a crossgen related issue in some .NET
9 runtimes (specifically, 9.0.0 and upcoming 9.0.4), resulting in a
BadImageFormatException being thrown loading the language server.
Until we get to the bottom of the issue, we should remove this arg so
that the server can function with these existing runtimes.
0 commit comments