Skip to content
This repository has been archived by the owner on Aug 8, 2019. It is now read-only.
Igal Tabachnik edited this page Jan 21, 2014 · 23 revisions

what's in the box?

v0.1.4

  • Layout and Section support added to Razor views (thanks to Jeff Mitchell who reported the issue!)
  • Fixed an issue where it wasn't possible to use view names with extensions in them (e.g. "View/Index.cshtml")
  • Removed support for ReSharper 7.x and 8.0 (please update to ReSharper 8.1)

v0.1.3

  • ReSharper 8.1 support added!
  • Several bug fixes

v0.1.2.1

  • ReSharper 8 support added! (requires ReSharper v8.0.1)
  • Many thanks to Matt Ellis for his help getting this update out the door!

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