extensions icon indicating copy to clipboard operation
extensions copied to clipboard

Evaluate whether we can get rid of the generic virtual call in contextual options

Open geeknoid opened this issue 1 year ago • 0 comments

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

geeknoid avatar Aug 10 '23 22:08 geeknoid