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.
CSI supports adding GAC references on platforms where GAC is supported.
We need to allow that in OmniSharp scripts too, for example:
At the moment you need to provide full path to the reference assembly to make OmniSharp recognize the reference.