Skip to content
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

Fix/init capabilities #140

Merged
merged 2 commits into from
May 22, 2019

Conversation

bjorkstromm
Copy link
Member

Tries to solve same issue as in #139 but in a different way. Problem is that BooleanOr<T> is a struct, hence the [Optional] attribute has no meaning (null will be serialized).

Honestly don't know if this is a good option or not.. //cc @david-driscoll

Copy link
Member

@david-driscoll david-driscoll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be fine, it doesn't have to be struct specifically.

@bjorkstromm bjorkstromm merged commit 6069be5 into OmniSharp:master May 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants