dotnet/aspnetcore

Make OwinFeatureCollection mutable

Open

#2 725 ouverte le 2 janv. 2018

Voir sur GitHub
 (26 commentaires) (0 réactions) (0 assignés)C# (10 653 forks)batch import
affected-very-fewarea-networkingenhancementfeature-http-abstractionshelp wantedseverity-nice-to-have

Métriques du dépôt

Stars
 (37 933 stars)
Métriques de merge PR
 (Merge moyen 16j 9h) (258 PRs mergées en 30 j)

Description

From @Tratcher on Wednesday, October 7, 2015 9:24:33 AM

OwinFeatureCollection does not currently allow you to replace features, so to use it in the pipeline you have to wrap it in a FeatureCollection. Make it mutable instead.

Copied from original issue: aspnet/HttpAbstractions#431

Guide contributeur