Skip to content

use the default ScriptMetadataResolver for scripts#721

Merged
filipw merged 1 commit intoOmniSharp:devfrom
filipw:bugfix/702
Jan 6, 2017
Merged

use the default ScriptMetadataResolver for scripts#721
filipw merged 1 commit intoOmniSharp:devfrom
filipw:bugfix/702

Conversation

@filipw
Copy link
Copy Markdown
Member

@filipw filipw commented Jan 5, 2017

Fixes #702.

This allows OmniSharp to support intellisense when GAC reference is used. i.e. instead of:

#r "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6\System.Web.dll"

we can use:

#r "System.Web"

This is in line with the default CSI behavior, which supports GAC references.

@filipw
Copy link
Copy Markdown
Member Author

filipw commented Jan 5, 2017

in action:

@filipw filipw requested a review from DustinCampbell January 5, 2017 08:30
@filipw
Copy link
Copy Markdown
Member Author

filipw commented Jan 6, 2017

thanks - let's punch this in then!

@filipw filipw merged commit c6e3791 into OmniSharp:dev Jan 6, 2017
@filipw filipw deleted the bugfix/702 branch January 6, 2017 07:49
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.

2 participants