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

Support GacFileResolver when resolving MetadataReferences for scripts #702

Closed
filipw opened this issue Dec 6, 2016 · 0 comments
Closed
Assignees

Comments

@filipw
Copy link
Member

filipw commented Dec 6, 2016

CSI supports adding GAC references on platforms where GAC is supported.
We need to allow that in OmniSharp scripts too, for example:

#r "System.Web"
using System.Web;

At the moment you need to provide full path to the reference assembly to make OmniSharp recognize the reference.

@filipw filipw changed the title Support GacFileResolver when resolving MetadataReferences for scripts Support GacFileResolver when resolving MetadataReferences for scripts Dec 6, 2016
@filipw filipw self-assigned this Jan 5, 2017
@filipw filipw added the csx label Jan 5, 2017
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

1 participant