dotnet/aspnetcore

Make OwinFeatureCollection mutable

Offen

#2.725 geöffnet am 02.01.2018

 (26 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (10.653 Forks)batch import
affected-very-fewarea-networkingenhancementfeature-http-abstractionshelp wantedseverity-nice-to-have

Repository-Metriken

Stars
 (37.933 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide