[API Proposal]: ActivatorUtilities.CreateFactoryOf<TDelegate>
#111228
Labels
api-suggestion
Early API idea and discussion, it is NOT ready for implementation
area-Extensions-DependencyInjection
untriaged
New issue has not been triaged by the area owner
Background and motivation
As an alternative to #101889 this API would be only exposed as a single method taking the delegate as a type arg. This will avoid array allocation and boxing for the args, and also typechecks that the callsite matches the factory.
API Proposal
API Usage
Alternative Designs
No response
Risks
No response
The text was updated successfully, but these errors were encountered: