This repository has been archived by the owner on Nov 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 192
Add StringValues struct for collections #361
Labels
Comments
What did the CLR team have to say about this? Also, layering. Ideally this type would be in a BCL package, not one of ours. |
As with many types, we should start out with our own and see where it goes. |
+1 |
I'm not sure this is necessarily a BCL/CLR asset, we certainly don't need to be gated by that for packaged code. Nothing else in HttpAbstractions and web server feature interfaces was punched down that far. |
@Tratcher is concerned because of the layering of WebListener. The lower layer doesn't depend on anything except bcl types today |
WebListener is a DNX-only component in practice, but either way, having it depend on another package is really not so bad. |
@lodejard Do you have your prototype code in a branch? Or paste it here? |
Tratcher
added a commit
that referenced
this issue
Aug 17, 2015
Tratcher
added a commit
that referenced
this issue
Aug 18, 2015
Tratcher
added a commit
that referenced
this issue
Aug 18, 2015
Tratcher
added a commit
that referenced
this issue
Aug 18, 2015
Tratcher
added a commit
that referenced
this issue
Aug 18, 2015
Tratcher
added a commit
that referenced
this issue
Aug 18, 2015
Tratcher
added a commit
that referenced
this issue
Aug 18, 2015
Tratcher
added a commit
that referenced
this issue
Aug 19, 2015
Tratcher
added a commit
that referenced
this issue
Aug 20, 2015
Tratcher
added a commit
that referenced
this issue
Aug 20, 2015
Tratcher
added a commit
that referenced
this issue
Aug 21, 2015
Tratcher
added a commit
that referenced
this issue
Aug 21, 2015
Tratcher
added a commit
that referenced
this issue
Aug 28, 2015
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Streamlines all of the cases where string,string[] collections cause friction
Also has side-effect of reducing number of allocations per request
The text was updated successfully, but these errors were encountered: