- #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 |
||
|---|---|---|
| .. | ||
| AutoValidateAntiforgeryTokenAuthorizationFilterTest.cs | ||
| DefaultDisplayTemplatesTest.cs | ||
| DefaultEditorTemplatesTest.cs | ||
| ExpressionHelperTest.cs | ||
| ExpressionMetadataProviderTest.cs | ||
| HtmlAttributePropertyHelperTest.cs | ||
| PagedBufferedTextWriterTest.cs | ||
| PagedCharBufferTest.cs | ||
| PartialViewResultExecutorTest.cs | ||
| SaveTempDataFilterTest.cs | ||
| TempDataSerializerTest.cs | ||
| TemplateRendererTest.cs | ||
| TestViewBufferScope.cs | ||
| ValidateAntiforgeryTokenAuthorizationFilterTest.cs | ||
| ViewBufferTest.cs | ||
| ViewBufferTextWriterTest.cs | ||
| ViewResultExecutorTest.cs | ||