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

Do not crash when plugin assembly cannot be found #1827

Merged
merged 2 commits into from
Jun 9, 2020
Merged

Conversation

filipw
Copy link
Member

@filipw filipw commented Jun 9, 2020

Fixes #1307

The assembly loader returns null when an assembly cannot be loaded by name, which - at the moment - would lead to a null reference exception when starting OmniSharp.

@bjorkstromm bjorkstromm merged commit b9e417f into master Jun 9, 2020
@bjorkstromm bjorkstromm deleted the bugfix/1307 branch June 9, 2020 18:53
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.

Attempting to load a plugin that doesn't exist on disk crashes OmniSharp.
3 participants