-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failing preventing updates to the latest omnisharp-roslyn binary #495
Comments
Build errors:
|
One such error seems to be related to the custom version of lodash used in this project. The error is on this line:
And error is:
Which implies that When I look at the generated typings for lodash, which are in "typings/modules/lodash/index.d.ts", surely enough, the definition of keys does not return an array:
Could it be my version of typescript vs what this project was using when the build was working? Something doesn't look right but I can't tell what - I'm new to Typescript and the typings mechanism.. Has anyone got any ideas? |
Any update on this? omnisharp-node-client does not work on latest roslyn server. |
Automatic pull request to update the omnisharp-roslyn version have not gone through for over a year now due to the build failing.
The text was updated successfully, but these errors were encountered: