Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension methods does not support in Razor #19

Open
rvhuang opened this issue Jun 16, 2018 · 1 comment
Open

Extension methods does not support in Razor #19

rvhuang opened this issue Jun 16, 2018 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@rvhuang
Copy link
Owner

rvhuang commented Jun 16, 2018

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.

@rvhuang rvhuang self-assigned this Jun 16, 2018
@rvhuang rvhuang added the bug Something isn't working label Jun 16, 2018
@rvhuang
Copy link
Owner Author

rvhuang commented Jun 17, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant