aspnetcore/test/Microsoft.AspNetCore.WebUti...
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
..
HttpRequestStreamReaderTest.cs
HttpResponseStreamWriterTest.cs
Microsoft.AspNetCore.WebUtilities.Tests.xproj
MultipartReaderTests.cs
QueryHelpersTests.cs
WebEncodersTests.cs Extend `WebEncoders` API to avoid allocations within the methods 2016-02-17 23:13:33 -08:00
project.json