aspnetcore/test
Doug Bunting 8c120a0792 Extend `WebEncoders` API to avoid allocations within the methods
- rewrite existing methods in terms of the new ones
- don't allocate multiple 0-length arrays

nits:
- clarify a couple of doc comments e.g. using `<paramref/>`
- move an error message into a resource
 - pass parameter names into new resource
- rename parameters for consistency e.g. `inputLength` -> `count`
- name literal `int` parameters
- more `var`
2016-02-17 23:13:33 -08:00
..
Microsoft.AspNetCore.Http.Abstractions.Tests Enable tests to run using dotnet xunit runner 2016-02-09 22:11:54 -08:00
Microsoft.AspNetCore.Http.Extensions.Tests Enable tests to run using dotnet xunit runner 2016-02-09 22:11:54 -08:00
Microsoft.AspNetCore.Http.Features.Tests Enable tests to run using dotnet xunit runner 2016-02-09 22:11:54 -08:00
Microsoft.AspNetCore.Http.Tests Enable tests to run using dotnet xunit runner 2016-02-09 22:11:54 -08:00
Microsoft.AspNetCore.Owin.Tests `OwinExtensions.UseBuilder()` should not leave `ApplicationServices` or `RequestServices` `null` 2016-02-17 11:31:02 -08:00
Microsoft.AspNetCore.WebUtilities.Tests Extend `WebEncoders` API to avoid allocations within the methods 2016-02-17 23:13:33 -08:00
Microsoft.Net.Http.Headers.Tests Enable tests to run using dotnet xunit runner 2016-02-09 22:11:54 -08:00