- Hoist `TagHelperAttribute` creation into `private static readonly` fields to avoid allocations on every request. With the recent `TagHelperAttribute` change that made them immutable we can now pre-allocate them without worry of them being modified. - Added two extra class configuration pieces to enable pre-allocation. - Updated test files to showcase new pre-allocations. #600 |
||
|---|---|---|
| .. | ||
| Microsoft.AspNetCore.Razor.Runtime.Test | ||
| Microsoft.AspNetCore.Razor.Test | ||