This repository was archived by the owner on Dec 24, 2020. It is now read-only.
This repository was archived by the owner on Dec 24, 2020. It is now read-only.
Question about the UseWhen extension method #7
Closed
Description
I've actually enjoyed similar functionality to the UseWhen
extension method in other frameworks and languages, but I'm wondering...
Does the way it's implemented mean that you're rebuilding an entire new application pipeline for every request? Is there any risk of this being inefficient?