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

[dev] Automatically configure the DOTNET_REFERENCE_ASSEMBILES_PATH variable if it not set. #412

Closed
troydai opened this issue Mar 3, 2016 · 4 comments
Assignees

Comments

@troydai
Copy link
Contributor

troydai commented Mar 3, 2016

The variable is required by dotnet to compile projects which target desktop CLR. It’s usually missing on most environment. Once it is missing Roslyn will fail to resolve any BCL types and there is no intuitive error or warning for user to correct their environment.

@troydai troydai self-assigned this Mar 3, 2016
@troydai
Copy link
Contributor Author

troydai commented Mar 3, 2016

Alternative solution: Fail and send warning early if mono is missing.

@analogrelay
Copy link

I'd suggest closing this without fixing in favor of fixing https://github.com/dotnet/cli/issues/531

@troydai
Copy link
Contributor Author

troydai commented Mar 11, 2016

Issue is fixed on dotnet-cli. Now OmniSharp needs to update its dependencies to leverage the fix.

@troydai
Copy link
Contributor Author

troydai commented Mar 17, 2016

Fixed in 952c3fd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants