aspnetcore/test
Doug Bunting 4e6fd823cf Fix bounds checking in `PagedCharBuffer` and related code
- #5347
- inconsistent bounds checking caused problems after `ArrayPool<char>` fell back to `new char[2048]`
 - would fail a `Debug` assertion in Debug builds and loop endlessly in Release builds
- change to `CacheTagHelper+CharBufferHtmlContent` is for correctness only
 - always uses a `CharArrayBufferSource` and that returns arrays of the exact size requested
2016-10-04 10:19:44 -07:00
..
Microsoft.AspNetCore.Mvc.Abstractions.Test Add Microsoft.DotNet.InternalAbstractions to fix tests 2016-10-04 10:11:09 -07:00
Microsoft.AspNetCore.Mvc.ApiExplorer.Test Add Microsoft.DotNet.InternalAbstractions to fix tests 2016-10-04 10:11:09 -07:00
Microsoft.AspNetCore.Mvc.Core.Test Add Microsoft.DotNet.InternalAbstractions to fix tests 2016-10-04 10:11:09 -07:00
Microsoft.AspNetCore.Mvc.Cors.Test Add Microsoft.DotNet.InternalAbstractions to fix tests 2016-10-04 10:11:09 -07:00
Microsoft.AspNetCore.Mvc.DataAnnotations.Test Add Microsoft.DotNet.InternalAbstractions to fix tests 2016-10-04 10:11:09 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Json.Test Add Microsoft.DotNet.InternalAbstractions to fix tests 2016-10-04 10:11:09 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test Add Microsoft.DotNet.InternalAbstractions to fix tests 2016-10-04 10:11:09 -07:00
Microsoft.AspNetCore.Mvc.FunctionalTests Revert skipped StackTrace test 2016-10-04 10:12:22 -07:00
Microsoft.AspNetCore.Mvc.IntegrationTests Add Microsoft.DotNet.InternalAbstractions to fix tests 2016-10-04 10:11:09 -07:00
Microsoft.AspNetCore.Mvc.Localization.Test Add Microsoft.DotNet.InternalAbstractions to fix tests 2016-10-04 10:11:09 -07:00
Microsoft.AspNetCore.Mvc.Razor.Host.Test Add Microsoft.DotNet.InternalAbstractions to fix tests 2016-10-04 10:11:09 -07:00
Microsoft.AspNetCore.Mvc.Razor.Test Add Microsoft.DotNet.InternalAbstractions to fix tests 2016-10-04 10:11:09 -07:00
Microsoft.AspNetCore.Mvc.TagHelpers.Test Add Microsoft.DotNet.InternalAbstractions to fix tests 2016-10-04 10:11:09 -07:00
Microsoft.AspNetCore.Mvc.Test Add Microsoft.DotNet.InternalAbstractions to fix tests 2016-10-04 10:11:09 -07:00
Microsoft.AspNetCore.Mvc.TestCommon Update partner package versions 2016-10-03 14:27:20 -07:00
Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources Update partner package versions 2016-10-03 14:27:20 -07:00
Microsoft.AspNetCore.Mvc.ViewFeatures.Test Fix bounds checking in `PagedCharBuffer` and related code 2016-10-04 10:19:44 -07:00
Microsoft.AspNetCore.Mvc.WebApiCompatShimTest Add Microsoft.DotNet.InternalAbstractions to fix tests 2016-10-04 10:11:09 -07:00
WebSites Update partner package versions 2016-10-03 14:27:20 -07:00