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"
]