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.
Move IActionInvokerFactory out of .Internal #4929
Closed
Description
It would be good to move IActionInvokerFactory
out of .Internal
. It's unlikely that the shape of this API will change, and IActionInvokerProvider
is clumsy to use directly.
This is needed if you need to write your own route handler. #4925 (comment)