Support IAsyncDisposable in MVC #13150
Labels
affected-medium
This issue impacts approximately half of our customers
area-mvc
Includes: MVC, Actions and Controllers, Localization, CORS, most templates
Done
This issue has been fixed
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
severity-blocking
This label is used by an internal tool
Milestone
We should add support for
IAsyncDisposable
in MVC.This includes everything that we create for you (IE: not created by DI). Generally these things already follow the activator service pattern, and we already support calling Dispose for you if you implement
IDisposable
.As an exception to this, we don't currently call
Dispose
on tag helpers.The text was updated successfully, but these errors were encountered: