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

regression fix - revert cd7b3c369b7c77540aee5d8eec7924a8c59d414d #913

Conversation

filipw
Copy link
Member

@filipw filipw commented Jul 14, 2017

This PR reverts the change introduced in cd7b3c3
Functionally everything is the same.

The problem is when we switched to using IAssemblyLoader, we would now throw (since IAssemblyLoader rethrows the exceptions it encounters) when i.e. System.Runtime is not found and we'd like to avoid that. For simplicity, it makes sense for us to always try to load System.Runtime if we can.
The alternative wold be to make IAssemblyLoader not rethrow anymore, but it would still log errors into the command line which is not good.

Due to this issue the scripting project system for desktop is broken on Windows at the moment.

@filipw filipw force-pushed the bugfix/cd7b3c369b7c77540aee5d8eec7924a8c59d414d branch from f5f0d9f to 41206f3 Compare July 14, 2017 14:06
@DustinCampbell DustinCampbell merged commit ef42dd4 into OmniSharp:master Jul 14, 2017
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.

None yet

3 participants