-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Add IAsyncEnumerable support to MVC #4833
Copy link
Copy link
Closed
Labels
DoneThis issue has been fixedThis issue has been fixedarea-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing one
Milestone
Metadata
Metadata
Assignees
Labels
DoneThis issue has been fixedThis issue has been fixedarea-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing one
Type
Fields
Give feedbackNo fields configured for issues without a type.
Edit: @rynowak hijacking top post for great justice
This would include adding support for returning
IAsyncEnumerable<>from an action method and letting MVC do the buffering for you before giving the data to the formatter.This would require integrating with JsonResult and ObjectResult