Skip to content
This repository has been archived by the owner on Aug 8, 2019. It is now read-only.
hmemcpy edited this page Mar 29, 2013 · 23 revisions

what's in the box?

v0.1.2

  • Added the ability to create Razor templates via Alt-Insert in the Solution Explorer
  • Create Razor templates directly from usage via QuickFix (Alt-Enter)
  • Added support for @model directive in Razor views (thanks Matt Ellis for the code!)
  • Lots of minor bug fixes!

v0.1.1

  • First release
  • Prevents ReSharper for marking modules and bootstrappers as "unused", if Solution-wide Analysis is enabled
  • Supports .htm, .html, .sshtml, and .cshtml if Razor View Engine for Nancy is installed
  • Supports the following conventions:
  • Root convention (~/index.html)
  • View folder convention (~/views/index.html)
  • Module name convention (~/hello/index.html, ~/views/hello/index.html)

Coming soon:

  • Module path convention
  • Model convention
Clone this wiki locally