Closed
Description
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
.
- Controllers
- Page Models
- View Components
As an exception to this, we don't currently call Dispose
on tag helpers.
- Tag Helpers