Open belangervince opened 5 years ago
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!
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?