aspnetcore/test/Microsoft.AspNetCore.Mvc.Vi...
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
..
DependencyInjection
Internal Fix bounds checking in `PagedCharBuffer` and related code 2016-10-04 10:19:44 -07:00
Properties
Rendering Reduce allocations during HTML generation 2016-10-03 12:17:47 -07:00
ViewComponents Add NonViewComponentAttribute 2016-09-30 10:56:08 -07:00
ViewEngines Fail more gracefully when option collections cleared 2016-06-30 14:52:50 -07:00
ViewFeatures [Fixes #5212] Added a cookie based ITempDataProvider 2016-10-03 14:04:57 -07:00
ControllerTest.cs
ControllerUnitTestabilityTests.cs
Microsoft.AspNetCore.Mvc.ViewFeatures.Test.xproj One build to rule them all 2016-07-06 16:21:18 -07:00
ModelStateDictionaryExtensionsTest.cs
PartialViewResultTest.cs Added `ViewResultTest`s. (#4939) 2016-07-05 15:25:20 -07:00
RemoteAttributeTest.cs Make tests resilient to Localization (#5011) 2016-07-14 09:28:01 -07:00
Resources.resx
SkipStatusCodePagesAttributeTest.cs
TestApplicationPart.cs
ViewComponentResultTest.cs [Fixes #5166] Support passing instance directly when invoking ViewComponents with single parameter 2016-08-26 16:33:42 -07:00
ViewComponentTests.cs Change `ViewComponent.View()` to flow the `ViewData.Model`. 2016-08-25 10:22:23 -07:00
ViewResultTest.cs Added `ViewResultTest`s. (#4939) 2016-07-05 15:25:20 -07:00
project.json Add Microsoft.DotNet.InternalAbstractions to fix tests 2016-10-04 10:11:09 -07:00