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 crash on missing Name attribute in a ProjectReference #184

Merged

Conversation

anisoptera
Copy link
Contributor

The "Name" attribute is not actually required in a ProjectReference, as it turns out. Some .sln files I work with don't have it.

If it doesn't exist, the resulting exception from .First causes the OmniSharp server to get into a very bad state - the omnisharp-emacs package actually hangs Emacs waiting for it to respond, which it never will.

nosami added a commit that referenced this pull request Aug 12, 2015
…rence

Fix crash on missing Name attribute in a ProjectReference
@nosami nosami merged commit 2ae4019 into OmniSharp:master Aug 12, 2015
@nosami
Copy link
Contributor

nosami commented Aug 12, 2015

Sorry for taking so long!

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