aspnet / RazorTooling

Razor tooling for Visual Studio 2015

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Non-string taghelper attribute value containing @@ is not recognized as code

ajaybhargavb opened this issue · comments

Related issue - aspnet/Razor#819

For non-string tag helper attributes, I'd expect the @@DateTime.Now to be recognized as code
image

It works as expected for other cases like,
image
image

To reproduce this issue, you'll need the changes I made locally here to fix the referenced Razor issue.
@ToddGrun @NTaylorMullen

We moved aspnet/Razor#819 to Backlog, so I'm assuming we need to move this as well. Doesn't seem critical.

Sounds good.

This issue was moved to aspnet/Razor#1135