dotnet/aspnetcore
GitHub で見るConsider using ActivatorUtilities.CreateFactory in AuthenticationHandlerProvider
Open
#2,948 opened on 2018年3月12日
affected-fewarea-networkingenhancementfeature-http-abstractionshelp wantedseverity-nice-to-have
Repository metrics
- Stars
- (37,933 stars)
- PR merge metrics
- (平均マージ 16d 9h) (30d で 258 merged PRs)
説明
ActivatorUtilities.CreateInstance is 30x slower than invoking factory delegate.
/cc @Tratcher @HaoK