ServiceStack Razor inherits directive has no intel

2019-04-26 18:47发布

问题:

I'm learning ServiceStack razor and wanted to get better with it(ServiceStack in general), I can't get the intellisense to work on models(via inherits directive) though

Here's my attempt so far: http://www.ienablemuch.com/2012/12/self-hosting-servicestack-serving.html

回答1:

I've explained the troubles I've had with getting Razor Intelli-sense to work here basically it's delicate to get it working that I've now decided it's better to first focus on upgrading to use the current (backward-incompatible) Razor v2.0 version before investing further effort in getting intelli-sense to work. This is something I plan to tackle in the near future.

BTW: Nice article Michael, I've added it to the Wiki and Community Resources.