Sitefinity / feather

mvc
Other
97 stars 68 forks source link

Support For async/await in Feather Widget Controllers #2378

Open MerrittMelker opened 8 years ago

MerrittMelker commented 8 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?

cuzzlor commented 8 years ago

Yep, cmon Telerik, time to support async controller methods.

sitefinitysteve commented 7 years ago

Almost a year later...

Auronmatrix commented 7 years ago

+1. This feature should really be pushed

bmargevicius commented 7 years ago

Bumping for relevance

mweiss-switchbox commented 1 month ago

Still nothing?