1
Vote

Razor View Engine Compiling the Code as /debug+ /optimize-

description

Nearly 2 years ago, I have a found/discussed an issue at here,
http://forums.asp.net/p/1625220/4177037.aspx

The issue was that Razor view engine compile the code as "/debug+ /optimize-" and Webform view engine compile code as "/debug- /optimize+"

Unfortunately, the issue still there. Any chance for making this fix.

comments

yishaigalatzer wrote Apr 23 at 7:14 PM

This happens in MVC as well. This is expected in WebPages, and we will add workaround notes to this bug for the WebPages scenario.