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

Add detection logic for missing OpenSSL symlinks on macOS #986

Merged
merged 1 commit into from
Nov 24, 2016

Conversation

gregg-miskelly
Copy link
Contributor

@gregg-miskelly gregg-miskelly commented Nov 23, 2016

By far our most common EE error is due to folks not having the OpenSSL symlinks created. This checkin adds detection logic so that we will not install the debugger unless they are present.

This resolves #779

Testing:

  1. macOS: Verified we correctly fail if either of the two symlinks are missing
  2. macOS: Verified the debug proxy correctly fails if we ignore the problem
  3. macOS: Verified the 'channel.open' calls work
  4. macOS + Windows: Verified the extension can install when everything is correct

By far our most common EE error is due to folks not having the OpenSSL symlinks created. This checkin adds detection logic so that we will not install the debugger unless they are present.

This resolves dotnet#779
@gregg-miskelly
Copy link
Contributor Author

@chuckries please review

Copy link
Member

@DustinCampbell DustinCampbell left a comment

Choose a reason for hiding this comment

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

The OpenSSL problem stinks. I'm glad to be away from it. 😄

@gregg-miskelly gregg-miskelly merged commit 034d44e into dotnet:master Nov 24, 2016
@gregg-miskelly gregg-miskelly deleted the OpenSSLDetection branch November 24, 2016 01:06
WardenGnaw pushed a commit to WardenGnaw/omnisharp-vscode that referenced this pull request Nov 29, 2016
By far our most common EE error is due to folks not having the OpenSSL symlinks created. This checkin adds detection logic so that we will not install the debugger unless they are present.

This resolves dotnet#779
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.

System.TypeInitializationException during expression evaluation
4 participants