aspnetcore/test
Justin Van Patten df33a3cff8 StringValues improvements
- Add public struct enumerator (avoids enumerator allocations)
 - Implement IReadOnlyList<string>
 - Rename indexer parameter name from "key" to "index"
 - Faster IndexOf (no more enumerator allocation & faster array enumeration)
 - Faster Contains (no more box allocation)
 - Faster CopyTo (no more enumerator allocation)
 - Faster Concat (no more enumerator allocations; use CopyTo)
2015-09-09 09:17:06 -07:00
..
Microsoft.AspNet.Http.Abstractions.Tests
Microsoft.AspNet.Http.Extensions.Tests
Microsoft.AspNet.Http.Features.Tests
Microsoft.AspNet.Http.Tests #366 Rewind the request buffer after parsing the form. 2015-09-08 12:04:53 -07:00
Microsoft.AspNet.Owin.Tests
Microsoft.AspNet.WebUtilities.Tests
Microsoft.Framework.Primitives.Tests StringValues improvements 2015-09-09 09:17:06 -07:00
Microsoft.Framework.WebEncoders.Tests
Microsoft.Net.Http.Headers.Tests