Skip to content

Support GacFileResolver when resolving MetadataReferences for scripts #702

@filipw

Description

@filipw

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions