This repository was archived by the owner on Dec 13, 2018. It is now read-only.
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
Passing in an AuthoritizationPolicy allocates an array everytime #1274
Closed
Description
It would be great if there was a way to avoid this allocation per call. AuthorizationPolicy
already has an IReadOnlyList<Requirements>
/cc @HaoK