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

Actions from inherited controller class throw errors #33

Open
belangervince opened this issue Nov 27, 2018 · 1 comment
Open

Actions from inherited controller class throw errors #33

belangervince opened this issue Nov 27, 2018 · 1 comment
Assignees
Milestone

Comments

@belangervince
Copy link

belangervince commented Nov 27, 2018

When using

Url.Action<T>(c => c.ActionName())

If "ActionName()" is inherited from a base class, I get "Method XYZ in class ABC is not a valid controller action." Or am I using this wrong?

@belangervince belangervince changed the title When using Url.Action<T>(c => c.ActionName()) if "ActionName()" is inherited from a base class, I get "Method XYZ in class ABC is not a valid controller action." Actions from inherited controller class throw errors Nov 27, 2018
@ivaylokenov
Copy link
Owner

Hi, thank you for your issue. Since I am overwhelmed with my other project https://github.com/ivaylokenov/MyTested.AspNetCore.Mvc, I did not have a lot of time to support this one. Will try to publish a new package during the weekend. Thank you for your patience!

@ivaylokenov ivaylokenov self-assigned this Sep 10, 2019
@ivaylokenov ivaylokenov added this to the Version 2.0.0 milestone Sep 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants