scriptcs-nancy
scriptcs-nancy copied to clipboard
Nancy Script Pack for scriptcs
@jchannon put together a POC for OWIN hosting at https://github.com/adamralph/scriptcs-nancy/compare/master...jchannon:owin?w=0 It would be great to have a Bau-like model for extending the script pack. E.g. if I want to swap...
**Ready** when all other issues forming part of the release are **Done**. - [ ] run code analysis in VS in _Release_ mode and address violations (send a regular PR...
To avoid having to do something like https://gist.github.com/glennblock/060812203cc05b07c630
Depends on https://github.com/scriptcs/scriptcs/issues/238
Depends on #12 and #13 E.g. I call `Go()`, I add a new module on disk, `Go()` is automatically called and the new module is hosted. Should also include a...
``` modules foo.csx Bar.dll views ... nancy.csx ``` `Require().Host();` picks up and registers the modules. Conventions, including host prefix etc., can be overridden/extended with `nancy.yml`. Think `> rails server`/`> scriptcs...
For some reason this errors on 0.15.0 but all fine on 0.14.1. Error is shown below: