aspnetcore/test
N. Taylor Mullen 78451efa7f Pool `TagHelperExecutionContext`s within `TagHelperScopeManager`.
- Currently the `TagHelperScopeManager` creates a new `TagHelperExecutionContext` per `TagHelper` on a given page. With this change the max number of `TagHelperExecutionContext`s per page is the number of nested levels that exist.
- Added two tests validating that specific pieces of `TagHelperExecutionContext` are updated as expected.

#674
2016-02-19 10:37:01 -08:00
..
Microsoft.AspNetCore.Razor.Runtime.Test Pool `TagHelperExecutionContext`s within `TagHelperScopeManager`. 2016-02-19 10:37:01 -08:00
Microsoft.AspNetCore.Razor.Test