- 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) |
||
|---|---|---|
| .. | ||
| Microsoft.AspNet.Http.Abstractions.Tests | ||
| Microsoft.AspNet.Http.Extensions.Tests | ||
| Microsoft.AspNet.Http.Features.Tests | ||
| Microsoft.AspNet.Http.Tests | ||
| Microsoft.AspNet.Owin.Tests | ||
| Microsoft.AspNet.WebUtilities.Tests | ||
| Microsoft.Framework.Primitives.Tests | ||
| Microsoft.Framework.WebEncoders.Tests | ||
| Microsoft.Net.Http.Headers.Tests | ||