I can't find what's new in Razor 3. It seems like a silly question, but I can easily find what's new in MVC 5, in EF 6, etc. - but I tried to google it, I tried asp.net, I tried Scott's blog - nothing. So I'm curious, does anyone actually know what's new in Razor 3? Thanks!
What's new in Razor 3? [closed]
nuget.org/packages/Microsoft.AspNet.Razor –
Degenerate
What's wrong with this question that it was downvoted? –
Degenerate
@scartag MVC 5 requires Razor 3.0 and Web Pages 3.0. See the notes for upgrading from MVC4 to MVC5 here: asp.net/mvc/tutorials/mvc-5/… –
Estep
Here is a list of all the bugs fixed in Razor 3.
The three highlights are:
- Support for editing with tabs in VS2013.
- Support for URL rewrite
- Removing of the security transparent attribute.
The official release notes are coming out shortly.
Release notes are now officially out: asp.net/visual-studio/overview/2013/release-notes#TOC14 –
Avaavadavat
There are no new features added in Razor 3 or Web Pages 3 - just some bug fixes. Given that, I have no idea why Microsoft haven't publicised any release notes specific to these two products. I have reached out to them on that. I shall update the answer when I get a response.
UPDATE
Yishai has kindly come back to me and provided details below as well.
Thanks, I tried to write them too before I posted this question - just out of the curiosity - so no response, so I just understand that once we want to switch to MVC5, we need to switch to Razor 3 as well. Or maybe in some long Winter nights I'll just check the source code... :) –
Degenerate
I also considered getting Code Compare out, but in the meantime I am optimistic that I will get some kind of response. I know of one fix though - in relation to Web Pages validation controls not working in RenderPage scenarios in Web Pages 2. They do in version 3. –
Estep
© 2022 - 2024 — McMap. All rights reserved.