rvhuang/linq-to-astar

Extension methods does not support in Razor

rvhuang opened this issue · 1 comments

In some cases Extensions methods are not called when using LINQ expressions in *.cshtml files. This is because Razor only supports one type parameter whereas Extensions needs two.

Won't fix this issue in near future since a *.cshtml file is not designed for involved logic. The bug will be listed as one of known issues.