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 #367 Add HttpContext.Features, move Get/SetFeature. Take 1. 2015-08-30 21:55:22 -07:00
Microsoft.AspNet.Http.Features.Tests #339 Reduce IFeatureCollection surface area. 2015-08-03 14:55:25 -07:00
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 Added asserts to tests 2015-08-21 09:38:53 +02:00
Microsoft.AspNet.WebUtilities.Tests
Microsoft.Framework.Primitives.Tests StringValues improvements 2015-09-09 09:17:06 -07:00
Microsoft.Framework.WebEncoders.Tests Update WebEncoders from Unicode 7.0 to Unicode 8.0 2015-09-05 17:32:27 -07:00
Microsoft.Net.Http.Headers.Tests