-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
investigateold-area-web-frameworks-do-not-use*DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels*DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels
Milestone
Description
Describe the bug
Due to the order of executors in ActionMethodExecutor.Executors, a Task returning action is always executed through AwaitableResultExecutor instead of TaskResultExecutor. From the ordering of the types and comments it looks like this wasn't the original intention and is sub-optimal (and the type is essentially unused currently).
Expected Behavior
Task returning actions are executed using TaskResultExecutor.
Metadata
Metadata
Assignees
Labels
investigateold-area-web-frameworks-do-not-use*DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels*DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels