This repository has been archived by the owner on Aug 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Igal Tabachnik edited this page Jan 21, 2014
·
23 revisions
- 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)
- ReSharper 8.1 support added!
- Several bug fixes
- ReSharper 8 support added! (requires ReSharper v8.0.1)
- Now available from the Extensions Gallery
- Many thanks to Matt Ellis for his help getting this update out the door!
- 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!
- 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