Open MerrittMelker opened 9 years ago
public async Task<ActionResult> Index(int? perf, int? zone)
Just straight up pukes at
at System.Web.Mvc.Async.TaskAsyncActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
Message : The asynchronous action method 'Index' returns a Task, which cannot be executed synchronously. Source : System.Web.Mvc
What is the status on this?
Yep, cmon Telerik, time to support async controller methods.
Almost a year later...
+1. This feature should really be pushed
Bumping for relevance
Still nothing?
Just straight up pukes at
at System.Web.Mvc.Async.TaskAsyncActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
Message : The asynchronous action method 'Index' returns a Task, which cannot be executed synchronously. Source : System.Web.Mvc
What is the status on this?