This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Remove properties from ResourceExecutingContext #4290
Closed
Description
We want to remove the following from ResourceExecutingContext
- InputFormatters
- ModelBinders
- ValueProviderFactories
- ValidatorProviders
We built this with a particular scenario in mind that we'd probably do another way if we started fresh today (named formatters).
Right now this is acting as an impediment to some other design changes so we want to simplify it.