dotnet/aspnetcore

Make OwinFeatureCollection mutable

Open

#2725 aperta il 2 gen 2018

Vedi su GitHub
 (26 commenti) (0 reazioni) (0 assegnatari)C# (10.653 fork)batch import
affected-very-fewarea-networkingenhancementfeature-http-abstractionshelp wantedseverity-nice-to-have

Metriche repository

Star
 (37.933 star)
Metriche merge PR
 (Merge medio 16g 9h) (258 PR mergiate in 30 g)

Descrizione

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

Guida contributor