aspnetcore/test/Microsoft.AspNetCore.Mvc.Vi.../Internal
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
..
AutoValidateAntiforgeryTokenAuthorizationFilterTest.cs
DefaultDisplayTemplatesTest.cs
DefaultEditorTemplatesTest.cs
ExpressionHelperTest.cs
ExpressionMetadataProviderTest.cs
HtmlAttributePropertyHelperTest.cs
PagedBufferedTextWriterTest.cs Fix bounds checking in `PagedCharBuffer` and related code 2016-10-04 10:19:44 -07:00
PagedCharBufferTest.cs Fix bounds checking in `PagedCharBuffer` and related code 2016-10-04 10:19:44 -07:00
PartialViewResultExecutorTest.cs
SaveTempDataFilterTest.cs [Fixes #5212] Added a cookie based ITempDataProvider 2016-10-03 14:04:57 -07:00
TempDataSerializerTest.cs [Fixes #5212] Added a cookie based ITempDataProvider 2016-10-03 14:04:57 -07:00
TemplateRendererTest.cs
TestViewBufferScope.cs
ValidateAntiforgeryTokenAuthorizationFilterTest.cs
ViewBufferTest.cs
ViewBufferTextWriterTest.cs
ViewResultExecutorTest.cs