-
Notifications
You must be signed in to change notification settings - Fork 106
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
Optional members in requests may be wrong #75
Comments
Will fix to allow null as a value for these fields. |
I feel like this has been fixed with the latest version (OmniSharp isn't using it just yet). |
I was wrong... I found the code hiding on another machine. Should be in the next release however! |
david-driscoll
added a commit
that referenced
this issue
Jun 30, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to get the omnisharp-roslyn working with LanguageClient-neovim. However it fails with the following output in the neovim client when opening a simple Console "Hello, World!" application.
The log:
To my understanding the
dynamicRegistration
is optional as per the specification. However, the API defined in this project expects a boolean value. The Spec shows that it is an optional boolean value, but it does not clearly state whether it should be a boolean or a nullable boolean.The text was updated successfully, but these errors were encountered: