Skip to content

Script pack usings don't appear in :usings #992

@adamralph

Description

@adamralph
mkdir bug-repro
cd bug-repro
scriptcs -install ScriptCs.Nancy
scriptcs
var n = Require<NancyPack>();
class TestModule: NancyModule { } // prove that the Nancy namespace is available
:usings
[
  "System",
  "System.Collections.Generic",
  "System.Linq",
  "System.Text",
  "System.Threading.Tasks",
  "System.IO",
  "System.Net.Http"
]

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions