- Added case in ImplicitExpression handling to understand question marks. - text?. is special compared to text. because with text. we currently validate content after text. to determine if it's an expression or if it's a period. Now with ?. we always treat it as an expression because ?. is not a useful sentance of any kind. - Added unit tests to validate new implicit expression handling - Added runtime and design time code generation tests to validate null conditional operators. #44 |
||
|---|---|---|
| .. | ||
| Microsoft.AspNet.Razor.Runtime.Test | ||
| Microsoft.AspNet.Razor.Test | ||