aspnet / BasicMiddleware

[Archived] Basic middleware components for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
169 stars 84 forks source link

Support track all captures #176

Closed mikaelm12 closed 7 years ago

mikaelm12 commented 8 years ago

Working on https://github.com/aspnet/BasicMiddleware/issues/141 @Tratcher @BrennanConroy @natemcmaster

Support for trackAllCaptures was a little more involved because the GroupCollection type can't be added to. I wrote the BackReferenceCollection type to hold all the captures.

mikaelm12 commented 7 years ago

Updated @BrennanConroy @Tratcher

mikaelm12 commented 7 years ago

I'm working on this feature in https://github.com/aspnet/BasicMiddleware/pull/178