Tutorial by Examples

Currently there are numerous incompatibilities with .Net core. This will show status of NancyFx package status. This is grouped by functionality. Currently support is for Nancy 2.* which has not released a stable version yet. Nancy core Nancy : 2.0.0-clinteastwood Nancy Boostrappers Nancy.Bo...
No Longer supported: Get ["/"] = parameters => { return View["index"]; }; Changed to: Get("/", parameters => { return View["index"]; });

Page 1 of 1