2016.2 EAP 5 - Cannot resolve symbol 'Json' in .cshtml

Hi,

I'm developing an asp.net core 1.0.0 MVC application.
I get the following error when using JsonHelper in .cshtml:

Cannot resolve symbol 'Json'

Some code:

<script language="javascript">
var data = @Html.Raw(Json.Serialize(@Model.TimeBasedStatistics));
</script>

The application builds and runs fine!

0
5 comments

Please try the latest EAP build.

0
Avatar
Permanently deleted user

EAP 10 same problem

0
Avatar
Permanently deleted user

Hi,

still the same problem in EAP 10 .

0
Avatar
Permanently deleted user

This might be the same as my issue, not sure.

0

Please sign in to leave a comment.