extensions
extensions copied to clipboard
Evaluate whether we can get rid of the generic virtual call in contextual options
The GetAsync is a Generic Virtual Method which ends up being expensive to call. Can we design to avoid this pattern?
https://github.com/dotnet/extensions/blob/184223ba6bade885c57a7e05fcf741eac39f7520/src/Libraries/Microsoft.Extensions.Options.Contextual/INamedContextualOptions.cs#L24